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