public static class Storefront.CollectionEdge
extends <any>
| Constructor and Description |
|---|
CollectionEdge() |
CollectionEdge(JsonObject fields) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCursor()
A cursor for use in pagination.
|
java.lang.String |
getGraphQlTypeName() |
Storefront.Collection |
getNode()
The item at the end of CollectionEdge.
|
Storefront.CollectionEdge |
setCursor(java.lang.String arg) |
Storefront.CollectionEdge |
setNode(Storefront.Collection arg) |
boolean |
unwrapsToObject(java.lang.String key) |
public CollectionEdge()
public CollectionEdge(JsonObject fields)
throws SchemaViolationError
SchemaViolationErrorpublic java.lang.String getGraphQlTypeName()
public java.lang.String getCursor()
public Storefront.CollectionEdge setCursor(java.lang.String arg)
public Storefront.Collection getNode()
public Storefront.CollectionEdge setNode(Storefront.Collection arg)
public boolean unwrapsToObject(java.lang.String key)