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