public static class Storefront.FulfillmentLineItem extends AbstractResponse<Storefront.FulfillmentLineItem>
optimisticData, responseData| Constructor and Description |
|---|
FulfillmentLineItem() |
FulfillmentLineItem(JsonObject fields) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getGraphQlTypeName() |
Storefront.OrderLineItem |
getLineItem()
The associated order's line item.
|
java.lang.Integer |
getQuantity()
The amount fulfilled in this fulfillment.
|
Storefront.FulfillmentLineItem |
setLineItem(Storefront.OrderLineItem arg) |
Storefront.FulfillmentLineItem |
setQuantity(java.lang.Integer arg) |
boolean |
unwrapsToObject(java.lang.String key) |
collectNodes, get, getFieldName, getKey, jsonAsArray, jsonAsBoolean, jsonAsDouble, jsonAsInteger, jsonAsObject, jsonAsString, withAliaspublic FulfillmentLineItem()
public FulfillmentLineItem(JsonObject fields)
throws SchemaViolationError
SchemaViolationErrorpublic java.lang.String getGraphQlTypeName()
public Storefront.OrderLineItem getLineItem()
public Storefront.FulfillmentLineItem setLineItem(Storefront.OrderLineItem arg)
public java.lang.Integer getQuantity()
public Storefront.FulfillmentLineItem setQuantity(java.lang.Integer arg)
public boolean unwrapsToObject(java.lang.String key)
unwrapsToObject in class AbstractResponse<Storefront.FulfillmentLineItem>