Class __InputValue
- java.lang.Object
-
- com.shopify.graphql.support.AbstractResponse<__InputValue>
-
- org.topbraidlive.client.java.graphql.platform.__InputValue
-
- All Implemented Interfaces:
Serializable
public class __InputValue extends AbstractResponse<__InputValue>
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class com.shopify.graphql.support.AbstractResponse
optimisticData, responseData
-
-
Constructor Summary
Constructors Constructor Description __InputValue()
__InputValue(com.google.gson.JsonObject fields)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDefaultValue()
String
getDescription()
String
getGraphQlTypeName()
String
getName()
__Type
getType()
__InputValue
setDefaultValue(String arg)
__InputValue
setDescription(String arg)
__InputValue
setName(String arg)
__InputValue
setType(__Type 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
-
__InputValue
public __InputValue()
-
__InputValue
public __InputValue(com.google.gson.JsonObject fields) throws SchemaViolationError
- Throws:
SchemaViolationError
-
-
Method Detail
-
getGraphQlTypeName
public String getGraphQlTypeName()
-
getName
public String getName()
-
setName
public __InputValue setName(String arg)
-
getDescription
public String getDescription()
-
setDescription
public __InputValue setDescription(String arg)
-
getType
public __Type getType()
-
setType
public __InputValue setType(__Type arg)
-
getDefaultValue
public String getDefaultValue()
-
setDefaultValue
public __InputValue setDefaultValue(String arg)
-
unwrapsToObject
public boolean unwrapsToObject(String key)
- Specified by:
unwrapsToObject
in classAbstractResponse<__InputValue>
-
-