Class _RDFNode
- java.lang.Object
-
- com.shopify.graphql.support.AbstractResponse<_RDFNode>
-
- org.topbraidlive.client.java.graphql.platform._RDFNode
-
- All Implemented Interfaces:
Serializable
public class _RDFNode extends AbstractResponse<_RDFNode>
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class com.shopify.graphql.support.AbstractResponse
optimisticData, responseData
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getGraphQlTypeName()
String
getLabel()
A human-readable display label for the node.ID
getUri()
The URI of the node, or null for literals._RDFNode
setLabel(String arg)
_RDFNode
setUri(ID arg)
boolean
unwrapsToObject(String key)
-
Methods inherited from class com.shopify.graphql.support.AbstractResponse
collectNodes, get, getAsArray, getAsBoolean, getAsDouble, getAsInteger, getAsString, getFieldName, getKey, jsonAsArray, jsonAsBoolean, jsonAsDouble, jsonAsInteger, jsonAsObject, jsonAsString, readCustomField, withAlias
-
-
-
-
Constructor Detail
-
_RDFNode
public _RDFNode()
-
_RDFNode
public _RDFNode(com.google.gson.JsonObject fields) throws SchemaViolationError
- Throws:
SchemaViolationError
-
-
Method Detail
-
getGraphQlTypeName
public String getGraphQlTypeName()
-
getLabel
public String getLabel()
A human-readable display label for the node.
-
getUri
public ID getUri()
The URI of the node, or null for literals.
-
unwrapsToObject
public boolean unwrapsToObject(String key)
- Specified by:
unwrapsToObject
in classAbstractResponse<_RDFNode>
-
-