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