public static class Storefront.FulfillmentLineItemConnection extends AbstractResponse<Storefront.FulfillmentLineItemConnection>
optimisticData, responseData| Constructor and Description |
|---|
FulfillmentLineItemConnection() |
FulfillmentLineItemConnection(JsonObject fields) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Storefront.FulfillmentLineItemEdge> |
getEdges()
A list of edges.
|
java.lang.String |
getGraphQlTypeName() |
java.util.List<Storefront.FulfillmentLineItem> |
getNodes()
A list of the nodes contained in FulfillmentLineItemEdge.
|
Storefront.PageInfo |
getPageInfo()
Information to aid in pagination.
|
Storefront.FulfillmentLineItemConnection |
setEdges(java.util.List<Storefront.FulfillmentLineItemEdge> arg) |
Storefront.FulfillmentLineItemConnection |
setNodes(java.util.List<Storefront.FulfillmentLineItem> arg) |
Storefront.FulfillmentLineItemConnection |
setPageInfo(Storefront.PageInfo arg) |
boolean |
unwrapsToObject(java.lang.String key) |
collectNodes, get, getFieldName, getKey, jsonAsArray, jsonAsBoolean, jsonAsDouble, jsonAsInteger, jsonAsObject, jsonAsString, withAliaspublic FulfillmentLineItemConnection()
public FulfillmentLineItemConnection(JsonObject fields)
throws SchemaViolationError
SchemaViolationErrorpublic java.lang.String getGraphQlTypeName()
public java.util.List<Storefront.FulfillmentLineItemEdge> getEdges()
public Storefront.FulfillmentLineItemConnection setEdges(java.util.List<Storefront.FulfillmentLineItemEdge> arg)
public java.util.List<Storefront.FulfillmentLineItem> getNodes()
public Storefront.FulfillmentLineItemConnection setNodes(java.util.List<Storefront.FulfillmentLineItem> arg)
public Storefront.PageInfo getPageInfo()
public Storefront.FulfillmentLineItemConnection setPageInfo(Storefront.PageInfo arg)
public boolean unwrapsToObject(java.lang.String key)
unwrapsToObject in class AbstractResponse<Storefront.FulfillmentLineItemConnection>