Class SkuCapability


  • public final class SkuCapability
    extends Object
    The capability information in the specified SKU, including file encryption, network ACLs, change notification, etc.
    • Constructor Detail

      • SkuCapability

        public SkuCapability()
    • Method Detail

      • name

        public String name()
        Get the name property: The name of capability, The capability information in the specified SKU, including file encryption, network ACLs, change notification, etc.
        Returns:
        the name value.
      • value

        public String value()
        Get the value property: A string value to indicate states of given capability. Possibly 'true' or 'false'.
        Returns:
        the value value.
      • validate

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