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