Class SkuUpdateParams.Inventory.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • putExtraParam

        public SkuUpdateParams.Inventory.Builder putExtraParam​(java.lang.String key,
                                                               java.lang.Object value)
        Add a key/value pair to `extraParams` map. A map is initialized for the first `put/putAll` call, and subsequent calls add additional key/value pairs to the original map. See SkuUpdateParams.Inventory.extraParams for the field documentation.
      • putAllExtraParam

        public SkuUpdateParams.Inventory.Builder putAllExtraParam​(java.util.Map<java.lang.String,​java.lang.Object> map)
        Add all map key/value pairs to `extraParams` map. A map is initialized for the first `put/putAll` call, and subsequent calls add additional key/value pairs to the original map. See SkuUpdateParams.Inventory.extraParams for the field documentation.
      • setValue

        public SkuUpdateParams.Inventory.Builder setValue​(EmptyParam value)
        An indicator of the inventory available. Possible values are in_stock, limited, and out_of_stock. Will be present if and only if type is bucket.