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