Class AccountListResult

java.lang.Object
com.azure.resourcemanager.cognitiveservices.models.AccountListResult

public final class AccountListResult extends Object
The list of cognitive services accounts operation response.
  • Constructor Details

    • AccountListResult

      public AccountListResult()
  • Method Details

    • nextLink

      public String nextLink()
      Get the nextLink property: The link used to get the next page of accounts.
      Returns:
      the nextLink value.
    • withNextLink

      public AccountListResult withNextLink(String nextLink)
      Set the nextLink property: The link used to get the next page of accounts.
      Parameters:
      nextLink - the nextLink value to set.
      Returns:
      the AccountListResult object itself.
    • value

      public List<AccountInner> value()
      Get the value property: Gets the list of Cognitive Services accounts and their properties.
      Returns:
      the value value.
    • validate

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