public static class Storefront.CartLineUpdateInput
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
CartLineUpdateInput(ID id) |
public CartLineUpdateInput(ID id)
public ID getId()
public Storefront.CartLineUpdateInput setId(ID id)
public java.lang.Integer getQuantity()
public Input<java.lang.Integer> getQuantityInput()
public Storefront.CartLineUpdateInput setQuantity(java.lang.Integer quantity)
public Storefront.CartLineUpdateInput setQuantityInput(Input<java.lang.Integer> quantity)
public ID getMerchandiseId()
public Storefront.CartLineUpdateInput setMerchandiseId(ID merchandiseId)
public Storefront.CartLineUpdateInput setMerchandiseIdInput(Input<ID> merchandiseId)
public java.util.List<Storefront.AttributeInput> getAttributes()
public Input<java.util.List<Storefront.AttributeInput>> getAttributesInput()
public Storefront.CartLineUpdateInput setAttributes(java.util.List<Storefront.AttributeInput> attributes)
public Storefront.CartLineUpdateInput setAttributesInput(Input<java.util.List<Storefront.AttributeInput>> attributes)
public ID getSellingPlanId()
public Storefront.CartLineUpdateInput setSellingPlanId(ID sellingPlanId)
public Storefront.CartLineUpdateInput setSellingPlanIdInput(Input<ID> sellingPlanId)
public void appendTo(java.lang.StringBuilder _queryBuilder)