public static class Storefront.ImageConnection extends AbstractResponse<Storefront.ImageConnection>
optimisticData, responseData| Constructor and Description |
|---|
ImageConnection() |
ImageConnection(JsonObject fields) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Storefront.ImageEdge> |
getEdges()
A list of edges.
|
java.lang.String |
getGraphQlTypeName() |
java.util.List<Storefront.Image> |
getNodes()
A list of the nodes contained in ImageEdge.
|
Storefront.PageInfo |
getPageInfo()
Information to aid in pagination.
|
Storefront.ImageConnection |
setEdges(java.util.List<Storefront.ImageEdge> arg) |
Storefront.ImageConnection |
setNodes(java.util.List<Storefront.Image> arg) |
Storefront.ImageConnection |
setPageInfo(Storefront.PageInfo arg) |
boolean |
unwrapsToObject(java.lang.String key) |
collectNodes, get, getFieldName, getKey, jsonAsArray, jsonAsBoolean, jsonAsDouble, jsonAsInteger, jsonAsObject, jsonAsString, withAliaspublic ImageConnection()
public ImageConnection(JsonObject fields)
throws SchemaViolationError
SchemaViolationErrorpublic java.lang.String getGraphQlTypeName()
public java.util.List<Storefront.ImageEdge> getEdges()
public Storefront.ImageConnection setEdges(java.util.List<Storefront.ImageEdge> arg)
public java.util.List<Storefront.Image> getNodes()
public Storefront.ImageConnection setNodes(java.util.List<Storefront.Image> arg)
public Storefront.PageInfo getPageInfo()
public Storefront.ImageConnection setPageInfo(Storefront.PageInfo arg)
public boolean unwrapsToObject(java.lang.String key)
unwrapsToObject in class AbstractResponse<Storefront.ImageConnection>