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