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