Class IntegrationAccountListResult

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

public final class IntegrationAccountListResult extends Object
The list of integration accounts.
  • Constructor Details

    • IntegrationAccountListResult

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

    • value

      public List<IntegrationAccountInner> value()
      Get the value property: The list of integration accounts.
      Returns:
      the value value.
    • withValue

      Set the value property: The list of integration accounts.
      Parameters:
      value - the value value to set.
      Returns:
      the IntegrationAccountListResult 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 IntegrationAccountListResult 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 IntegrationAccountListResult object itself.
    • validate

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