Class SkuInventoryAvailabilityRequest

  • All Implemented Interfaces:
    Serializable

    public class SkuInventoryAvailabilityRequest
    extends Object
    implements Serializable
    Request to check availability for a SKU with a specified minimum quantity.
    Author:
    Marie Standeven
    See Also:
    Serialized Form
    • Constructor Detail

      • SkuInventoryAvailabilityRequest

        public SkuInventoryAvailabilityRequest()
    • Method Detail

      • getQuantityRequested

        public Integer getQuantityRequested()
        Quantity that is being requested (i.e. the number to check). These must always be positive numbers.
      • setQuantityRequested

        public void setQuantityRequested​(Integer quantityRequested)
        Quantity that is being requested (i.e. the number to check). These must always be positive numbers.
      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object