Class Sku


  • public final class Sku
    extends Object
    The properties that are associated with a SKU.
    • Constructor Detail

      • Sku

        public Sku()
    • Method Detail

      • name

        public SkuName name()
        Get the name property: The name of the SKU. Required on PUT (CreateOrReplace) requests.
        Returns:
        the name value.
      • withName

        public Sku withName​(SkuName name)
        Set the name property: The name of the SKU. Required on PUT (CreateOrReplace) requests.
        Parameters:
        name - the name value to set.
        Returns:
        the Sku object itself.
      • validate

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