public static class Storefront.CheckoutLineItemEdge
extends <any>
| Constructor and Description |
|---|
CheckoutLineItemEdge() |
CheckoutLineItemEdge(JsonObject fields) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCursor()
A cursor for use in pagination.
|
java.lang.String |
getGraphQlTypeName() |
Storefront.CheckoutLineItem |
getNode()
The item at the end of CheckoutLineItemEdge.
|
Storefront.CheckoutLineItemEdge |
setCursor(java.lang.String arg) |
Storefront.CheckoutLineItemEdge |
setNode(Storefront.CheckoutLineItem arg) |
boolean |
unwrapsToObject(java.lang.String key) |
public CheckoutLineItemEdge()
public CheckoutLineItemEdge(JsonObject fields)
throws SchemaViolationError
SchemaViolationErrorpublic java.lang.String getGraphQlTypeName()
public java.lang.String getCursor()
public Storefront.CheckoutLineItemEdge setCursor(java.lang.String arg)
public Storefront.CheckoutLineItem getNode()
public Storefront.CheckoutLineItemEdge setNode(Storefront.CheckoutLineItem arg)
public boolean unwrapsToObject(java.lang.String key)