Class ExtensionsList


  • public final class ExtensionsList
    extends Object
    Result of the request to list Extensions. It contains a list of Extension objects and a URL link to get the next set of results.
    • Constructor Detail

      • ExtensionsList

        public ExtensionsList()
    • Method Detail

      • value

        public List<ExtensionInner> value()
        Get the value property: List of Extensions within a Kubernetes cluster.
        Returns:
        the value value.
      • nextLink

        public String nextLink()
        Get the nextLink property: URL to get the next set of extension objects, if any.
        Returns:
        the nextLink value.
      • validate

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