public static class Storefront.Fulfillment extends AbstractResponse<Storefront.Fulfillment>
optimisticData, responseData| Constructor and Description |
|---|
Fulfillment() |
Fulfillment(JsonObject fields) |
| Modifier and Type | Method and Description |
|---|---|
Storefront.FulfillmentLineItemConnection |
getFulfillmentLineItems()
List of the fulfillment's line items.
|
java.lang.String |
getGraphQlTypeName() |
java.lang.String |
getTrackingCompany()
The name of the tracking company.
|
java.util.List<Storefront.FulfillmentTrackingInfo> |
getTrackingInfo()
Tracking information associated with the fulfillment,
such as the tracking number and tracking URL.
|
Storefront.Fulfillment |
setFulfillmentLineItems(Storefront.FulfillmentLineItemConnection arg) |
Storefront.Fulfillment |
setTrackingCompany(java.lang.String arg) |
Storefront.Fulfillment |
setTrackingInfo(java.util.List<Storefront.FulfillmentTrackingInfo> arg) |
boolean |
unwrapsToObject(java.lang.String key) |
collectNodes, get, getFieldName, getKey, jsonAsArray, jsonAsBoolean, jsonAsDouble, jsonAsInteger, jsonAsObject, jsonAsString, withAliaspublic Fulfillment()
public Fulfillment(JsonObject fields)
throws SchemaViolationError
SchemaViolationErrorpublic java.lang.String getGraphQlTypeName()
public Storefront.FulfillmentLineItemConnection getFulfillmentLineItems()
public Storefront.Fulfillment setFulfillmentLineItems(Storefront.FulfillmentLineItemConnection arg)
public java.lang.String getTrackingCompany()
public Storefront.Fulfillment setTrackingCompany(java.lang.String arg)
public java.util.List<Storefront.FulfillmentTrackingInfo> getTrackingInfo()
public Storefront.Fulfillment setTrackingInfo(java.util.List<Storefront.FulfillmentTrackingInfo> arg)
public boolean unwrapsToObject(java.lang.String key)
unwrapsToObject in class AbstractResponse<Storefront.Fulfillment>