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