AgreementContent Class

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

public final class AgreementContent

The integration account agreement content.

Constructor Summary

Constructor Description
AgreementContent()

Creates an instance of AgreementContent class.

Method Summary

Modifier and Type Method and Description
AS2AgreementContent aS2()

Get the aS2 property: The AS2 agreement content.

EdifactAgreementContent edifact()

Get the edifact property: The EDIFACT agreement content.

void validate()

Validates the instance.

AgreementContent withAS2(AS2AgreementContent aS2)

Set the aS2 property: The AS2 agreement content.

AgreementContent withEdifact(EdifactAgreementContent edifact)

Set the edifact property: The EDIFACT agreement content.

AgreementContent withX12(X12AgreementContent x12)

Set the x12 property: The X12 agreement content.

X12AgreementContent x12()

Get the x12 property: The X12 agreement content.

Methods inherited from java.lang.Object

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.

edifact

public EdifactAgreementContent edifact()

Get the edifact property: The EDIFACT agreement content.

Returns:

the edifact value.

validate

public void validate()

Validates the instance.

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.

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.

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.

x12

public X12AgreementContent x12()

Get the x12 property: The X12 agreement content.

Returns:

the x12 value.

Applies to