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