public static class Storefront.UnknownNode extends <any> implements Storefront.Node
| Constructor and Description |
|---|
UnknownNode() |
UnknownNode(JsonObject fields) |
| Modifier and Type | Method and Description |
|---|---|
static Storefront.Node |
create(JsonObject fields) |
java.lang.String |
getGraphQlTypeName() |
ID |
getId()
Globally unique identifier.
|
Storefront.UnknownNode |
setId(ID arg) |
boolean |
unwrapsToObject(java.lang.String key) |
public UnknownNode()
public UnknownNode(JsonObject fields)
throws SchemaViolationError
SchemaViolationErrorpublic static Storefront.Node create(JsonObject fields) throws SchemaViolationError
SchemaViolationErrorpublic java.lang.String getGraphQlTypeName()
getGraphQlTypeName in interface Storefront.Nodepublic ID getId()
getId in interface Storefront.Nodepublic Storefront.UnknownNode setId(ID arg)
public boolean unwrapsToObject(java.lang.String key)