Class AccountListResult


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

      • AccountListResult

        public AccountListResult()
    • Method Detail

      • 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.