Class IntegrationAccountAgreementListResult

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

public final class IntegrationAccountAgreementListResult extends Object
The list of integration account agreements.
  • Constructor Details

    • IntegrationAccountAgreementListResult

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

    • value

      Get the value property: The list of integration account agreements.
      Returns:
      the value value.
    • withValue

      Set the value property: The list of integration account agreements.
      Parameters:
      value - the value value to set.
      Returns:
      the IntegrationAccountAgreementListResult object itself.
    • nextLink

      public String nextLink()
      Get the nextLink property: The URL to get the next set of results.
      Returns:
      the nextLink value.
    • withNextLink

      public IntegrationAccountAgreementListResult withNextLink(String nextLink)
      Set the nextLink property: The URL to get the next set of results.
      Parameters:
      nextLink - the nextLink value to set.
      Returns:
      the IntegrationAccountAgreementListResult object itself.
    • validate

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