public static class Storefront.CheckoutLineItemUpdateInput
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
CheckoutLineItemUpdateInput() |
| Modifier and Type | Method and Description |
|---|---|
void |
appendTo(java.lang.StringBuilder _queryBuilder) |
java.util.List<Storefront.AttributeInput> |
getCustomAttributes() |
<any> |
getCustomAttributesInput() |
ID |
getId() |
<any> |
getIdInput() |
java.lang.Integer |
getQuantity() |
<any> |
getQuantityInput() |
ID |
getVariantId() |
<any> |
getVariantIdInput() |
Storefront.CheckoutLineItemUpdateInput |
setCustomAttributes(java.util.List<Storefront.AttributeInput> customAttributes) |
Storefront.CheckoutLineItemUpdateInput |
setCustomAttributesInput(<any> customAttributes) |
Storefront.CheckoutLineItemUpdateInput |
setId(ID id) |
Storefront.CheckoutLineItemUpdateInput |
setIdInput(<any> id) |
Storefront.CheckoutLineItemUpdateInput |
setQuantity(java.lang.Integer quantity) |
Storefront.CheckoutLineItemUpdateInput |
setQuantityInput(<any> quantity) |
Storefront.CheckoutLineItemUpdateInput |
setVariantId(ID variantId) |
Storefront.CheckoutLineItemUpdateInput |
setVariantIdInput(<any> variantId) |
public ID getId()
public <any> getIdInput()
public Storefront.CheckoutLineItemUpdateInput setId(ID id)
public Storefront.CheckoutLineItemUpdateInput setIdInput(<any> id)
public ID getVariantId()
public <any> getVariantIdInput()
public Storefront.CheckoutLineItemUpdateInput setVariantId(ID variantId)
public Storefront.CheckoutLineItemUpdateInput setVariantIdInput(<any> variantId)
public java.lang.Integer getQuantity()
public <any> getQuantityInput()
public Storefront.CheckoutLineItemUpdateInput setQuantity(java.lang.Integer quantity)
public Storefront.CheckoutLineItemUpdateInput setQuantityInput(<any> quantity)
public java.util.List<Storefront.AttributeInput> getCustomAttributes()
public <any> getCustomAttributesInput()
public Storefront.CheckoutLineItemUpdateInput setCustomAttributes(java.util.List<Storefront.AttributeInput> customAttributes)
public Storefront.CheckoutLineItemUpdateInput setCustomAttributesInput(<any> customAttributes)
public void appendTo(java.lang.StringBuilder _queryBuilder)