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