Uses of Class
graphql.language.EnumValue
-
Packages that use EnumValue Package Description graphql.language -
-
Uses of EnumValue in graphql.language
Methods in graphql.language that return EnumValue Modifier and Type Method Description EnumValue
EnumValue.Builder. build()
EnumValue
EnumValue. deepCopy()
static EnumValue
EnumValue. of(java.lang.String name)
EnumValue
EnumValue. transform(java.util.function.Consumer<EnumValue.Builder> builderConsumer)
EnumValue
EnumValue. withNewChildren(NodeChildrenContainer newChildren)
Methods in graphql.language that return types with arguments of type EnumValue Modifier and Type Method Description private AstPrinter.NodePrinter<EnumValue>
AstPrinter. enumValue()
Methods in graphql.language with parameters of type EnumValue Modifier and Type Method Description TraversalControl
NodeVisitor. visitEnumValue(EnumValue node, TraverserContext<Node> data)
TraversalControl
NodeVisitorStub. visitEnumValue(EnumValue node, TraverserContext<Node> context)
Constructors in graphql.language with parameters of type EnumValue Constructor Description Builder(EnumValue existing)
-