public static class Storefront.CollectionConnection
extends <any>
| Constructor and Description |
|---|
CollectionConnection() |
CollectionConnection(JsonObject fields) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Storefront.CollectionEdge> |
getEdges()
A list of edges.
|
java.lang.String |
getGraphQlTypeName() |
Storefront.PageInfo |
getPageInfo()
Information to aid in pagination.
|
Storefront.CollectionConnection |
setEdges(java.util.List<Storefront.CollectionEdge> arg) |
Storefront.CollectionConnection |
setPageInfo(Storefront.PageInfo arg) |
boolean |
unwrapsToObject(java.lang.String key) |
public CollectionConnection()
public CollectionConnection(JsonObject fields)
throws SchemaViolationError
SchemaViolationErrorpublic java.lang.String getGraphQlTypeName()
public java.util.List<Storefront.CollectionEdge> getEdges()
public Storefront.CollectionConnection setEdges(java.util.List<Storefront.CollectionEdge> arg)
public Storefront.PageInfo getPageInfo()
public Storefront.CollectionConnection setPageInfo(Storefront.PageInfo arg)
public boolean unwrapsToObject(java.lang.String key)