AS2OneWayAgreement Class

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

public final class AS2OneWayAgreement

The integration account AS2 one-way agreement.

Constructor Summary

Constructor Description
AS2OneWayAgreement()

Creates an instance of AS2OneWayAgreement class.

Method Summary

Modifier and Type Method and Description
AS2ProtocolSettings protocolSettings()

Get the protocolSettings property: The AS2 protocol settings.

BusinessIdentity receiverBusinessIdentity()

Get the receiverBusinessIdentity property: The receiver business identity.

BusinessIdentity senderBusinessIdentity()

Get the senderBusinessIdentity property: The sender business identity.

void validate()

Validates the instance.

AS2OneWayAgreement withProtocolSettings(AS2ProtocolSettings protocolSettings)

Set the protocolSettings property: The AS2 protocol settings.

AS2OneWayAgreement withReceiverBusinessIdentity(BusinessIdentity receiverBusinessIdentity)

Set the receiverBusinessIdentity property: The receiver business identity.

AS2OneWayAgreement withSenderBusinessIdentity(BusinessIdentity senderBusinessIdentity)

Set the senderBusinessIdentity property: The sender business identity.

Methods inherited from java.lang.Object

Constructor Details

AS2OneWayAgreement

public AS2OneWayAgreement()

Creates an instance of AS2OneWayAgreement class.

Method Details

protocolSettings

public AS2ProtocolSettings protocolSettings()

Get the protocolSettings property: The AS2 protocol settings.

Returns:

the protocolSettings value.

receiverBusinessIdentity

public BusinessIdentity receiverBusinessIdentity()

Get the receiverBusinessIdentity property: The receiver business identity.

Returns:

the receiverBusinessIdentity value.

senderBusinessIdentity

public BusinessIdentity senderBusinessIdentity()

Get the senderBusinessIdentity property: The sender business identity.

Returns:

the senderBusinessIdentity value.

validate

public void validate()

Validates the instance.

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.

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.

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.

Applies to