Class AccountModelListResult


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

      • AccountModelListResult

        public AccountModelListResult()
    • Method Detail

      • nextLink

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

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

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

        public AccountModelListResult withValue​(List<AccountModelInner> value)
        Set the value property: Gets the list of Cognitive Services accounts Model and their properties.
        Parameters:
        value - the value value to set.
        Returns:
        the AccountModelListResult object itself.
      • validate

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