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