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