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