Class CommitmentTierListResult


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

      • CommitmentTierListResult

        public CommitmentTierListResult()
    • Method Detail

      • nextLink

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

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

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

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