Class InputValueWithState
java.lang.Object
graphql.schema.InputValueWithState
Used by @
GraphQLArgument and GraphQLInputObjectField to represent different value states.-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescription@Nullable ObjectgetValue()booleanbooleanbooleanbooleanisNotSet()booleanisSet()static InputValueWithStatenewExternalValue(@Nullable Object value) static InputValueWithStatenewInternalValue(@Nullable Object value) static InputValueWithStatenewLiteralValue(@NotNull Value value) toString()
-
Field Details
-
NOT_SET
-
-
Method Details
-
newLiteralValue
-
newExternalValue
-
newInternalValue
-
getValue
-
isNotSet
public boolean isNotSet() -
isSet
public boolean isSet() -
isLiteral
public boolean isLiteral() -
isExternal
public boolean isExternal() -
isInternal
public boolean isInternal() -
toString
-