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