public static class Storefront.FulfillmentLineItemEdge extends AbstractResponse<Storefront.FulfillmentLineItemEdge>
optimisticData, responseData| Constructor and Description |
|---|
FulfillmentLineItemEdge() |
FulfillmentLineItemEdge(JsonObject fields) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCursor()
A cursor for use in pagination.
|
java.lang.String |
getGraphQlTypeName() |
Storefront.FulfillmentLineItem |
getNode()
The item at the end of FulfillmentLineItemEdge.
|
Storefront.FulfillmentLineItemEdge |
setCursor(java.lang.String arg) |
Storefront.FulfillmentLineItemEdge |
setNode(Storefront.FulfillmentLineItem arg) |
boolean |
unwrapsToObject(java.lang.String key) |
collectNodes, get, getFieldName, getKey, jsonAsArray, jsonAsBoolean, jsonAsDouble, jsonAsInteger, jsonAsObject, jsonAsString, withAliaspublic FulfillmentLineItemEdge()
public FulfillmentLineItemEdge(JsonObject fields)
throws SchemaViolationError
SchemaViolationErrorpublic java.lang.String getGraphQlTypeName()
public java.lang.String getCursor()
public Storefront.FulfillmentLineItemEdge setCursor(java.lang.String arg)
public Storefront.FulfillmentLineItem getNode()
public Storefront.FulfillmentLineItemEdge setNode(Storefront.FulfillmentLineItem arg)
public boolean unwrapsToObject(java.lang.String key)
unwrapsToObject in class AbstractResponse<Storefront.FulfillmentLineItemEdge>