public static class Storefront.CommentEdge
extends <any>
| 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) |
public 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)