Class UsagesLimits


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

      • UsagesLimits

        public UsagesLimits()
    • Method Detail

      • withValue

        public UsagesLimits withValue​(List<CurrentUsagesBaseInner> value)
        Set the value property: List of quota limits.
        Parameters:
        value - the value value to set.
        Returns:
        the UsagesLimits 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 is null.
        Returns:
        the nextLink value.
      • withNextLink

        public UsagesLimits 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 is null.
        Parameters:
        nextLink - the nextLink value to set.
        Returns:
        the UsagesLimits object itself.
      • validate

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