Class AS2OneWayAgreement

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

public final class AS2OneWayAgreement extends Object
The integration account AS2 one-way agreement.
  • Constructor Details

    • AS2OneWayAgreement

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

    • senderBusinessIdentity

      public BusinessIdentity senderBusinessIdentity()
      Get the senderBusinessIdentity property: The sender business identity.
      Returns:
      the senderBusinessIdentity value.
    • withSenderBusinessIdentity

      public AS2OneWayAgreement withSenderBusinessIdentity(BusinessIdentity senderBusinessIdentity)
      Set the senderBusinessIdentity property: The sender business identity.
      Parameters:
      senderBusinessIdentity - the senderBusinessIdentity value to set.
      Returns:
      the AS2OneWayAgreement object itself.
    • receiverBusinessIdentity

      public BusinessIdentity receiverBusinessIdentity()
      Get the receiverBusinessIdentity property: The receiver business identity.
      Returns:
      the receiverBusinessIdentity value.
    • withReceiverBusinessIdentity

      public AS2OneWayAgreement withReceiverBusinessIdentity(BusinessIdentity receiverBusinessIdentity)
      Set the receiverBusinessIdentity property: The receiver business identity.
      Parameters:
      receiverBusinessIdentity - the receiverBusinessIdentity value to set.
      Returns:
      the AS2OneWayAgreement object itself.
    • protocolSettings

      public AS2ProtocolSettings protocolSettings()
      Get the protocolSettings property: The AS2 protocol settings.
      Returns:
      the protocolSettings value.
    • withProtocolSettings

      public AS2OneWayAgreement withProtocolSettings(AS2ProtocolSettings protocolSettings)
      Set the protocolSettings property: The AS2 protocol settings.
      Parameters:
      protocolSettings - the protocolSettings value to set.
      Returns:
      the AS2OneWayAgreement object itself.
    • validate

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