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