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