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