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 StringgetDefaultValue()StringgetDescription()StringgetGraphQlTypeName()StringgetName()__TypegetType()__InputValuesetDefaultValue(String arg)__InputValuesetDescription(String arg)__InputValuesetName(String arg)__InputValuesetType(__Type arg)booleanunwrapsToObject(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:
unwrapsToObjectin classAbstractResponse<__InputValue>
-
-