Class ResourceSkuResults


  • public final class ResourceSkuResults
    extends Object
    The API Management service SKUs operation response.
    • Constructor Detail

      • ResourceSkuResults

        public ResourceSkuResults()
    • Method Detail

      • value

        public List<ResourceSkuResultInner> value()
        Get the value property: The list of skus available for the service.
        Returns:
        the value value.
      • withValue

        public ResourceSkuResults withValue​(List<ResourceSkuResultInner> value)
        Set the value property: The list of skus available for the service.
        Parameters:
        value - the value value to set.
        Returns:
        the ResourceSkuResults object itself.
      • nextLink

        public String nextLink()
        Get the nextLink property: The uri to fetch the next page of API Management service Skus.
        Returns:
        the nextLink value.
      • withNextLink

        public ResourceSkuResults withNextLink​(String nextLink)
        Set the nextLink property: The uri to fetch the next page of API Management service Skus.
        Parameters:
        nextLink - the nextLink value to set.
        Returns:
        the ResourceSkuResults object itself.
      • validate

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