Package com.shopify.graphql.support
Class Input<T>
- java.lang.Object
-
- com.shopify.graphql.support.Input<T>
-
- All Implemented Interfaces:
Serializable
public final class Input<T> extends Object implements Serializable
Created by henrytao on 9/7/17.- See Also:
- Serialized Form
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description T
getValue()
boolean
isDefined()
static <T> Input<T>
optional(T value)
static <T> Input<T>
undefined()
static <T> Input<T>
value(T value)
-