Class AgreementContent

java.lang.Object
com.azure.resourcemanager.logic.models.AgreementContent

public final class AgreementContent extends Object
The integration account agreement content.
  • Constructor Details

    • AgreementContent

      public AgreementContent()
      Creates an instance of AgreementContent class.
  • Method Details

    • aS2

      public AS2AgreementContent aS2()
      Get the aS2 property: The AS2 agreement content.
      Returns:
      the aS2 value.
    • withAS2

      public AgreementContent withAS2(AS2AgreementContent aS2)
      Set the aS2 property: The AS2 agreement content.
      Parameters:
      aS2 - the aS2 value to set.
      Returns:
      the AgreementContent object itself.
    • x12

      public X12AgreementContent x12()
      Get the x12 property: The X12 agreement content.
      Returns:
      the x12 value.
    • withX12

      public AgreementContent withX12(X12AgreementContent x12)
      Set the x12 property: The X12 agreement content.
      Parameters:
      x12 - the x12 value to set.
      Returns:
      the AgreementContent object itself.
    • edifact

      public EdifactAgreementContent edifact()
      Get the edifact property: The EDIFACT agreement content.
      Returns:
      the edifact value.
    • withEdifact

      public AgreementContent withEdifact(EdifactAgreementContent edifact)
      Set the edifact property: The EDIFACT agreement content.
      Parameters:
      edifact - the edifact value to set.
      Returns:
      the AgreementContent object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.