Class QuotaLimits


  • public final class QuotaLimits
    extends Object
    Quota limits.
    • Constructor Detail

      • QuotaLimits

        public QuotaLimits()
    • Method Detail

      • withValue

        public QuotaLimits withValue​(List<CurrentQuotaLimitBaseInner> value)
        Set the value property: List of quota limits.
        Parameters:
        value - the value value to set.
        Returns:
        the QuotaLimits object itself.
      • nextLink

        public String nextLink()
        Get the nextLink property: The URI used to fetch the next page of quota limits. When there are no more pages, this string is null.
        Returns:
        the nextLink value.
      • withNextLink

        public QuotaLimits withNextLink​(String nextLink)
        Set the nextLink property: The URI used to fetch the next page of quota limits. When there are no more pages, this string is null.
        Parameters:
        nextLink - the nextLink value to set.
        Returns:
        the QuotaLimits object itself.
      • validate

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