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