Uses of Class
graphql.language.IntValue.Builder
-
Packages that use IntValue.Builder Package Description graphql.language -
-
Uses of IntValue.Builder in graphql.language
Methods in graphql.language that return IntValue.Builder Modifier and Type Method Description IntValue.BuilderIntValue.Builder. additionalData(java.lang.String key, java.lang.String value)IntValue.BuilderIntValue.Builder. additionalData(java.util.Map<java.lang.String,java.lang.String> additionalData)IntValue.BuilderIntValue.Builder. comments(java.util.List<Comment> comments)IntValue.BuilderIntValue.Builder. ignoredChars(IgnoredChars ignoredChars)static IntValue.BuilderIntValue. newIntValue()static IntValue.BuilderIntValue. newIntValue(java.math.BigInteger value)IntValue.BuilderIntValue.Builder. sourceLocation(SourceLocation sourceLocation)IntValue.BuilderIntValue.Builder. value(int value)IntValue.BuilderIntValue.Builder. value(java.math.BigInteger value)Method parameters in graphql.language with type arguments of type IntValue.Builder Modifier and Type Method Description IntValueIntValue. transform(java.util.function.Consumer<IntValue.Builder> builderConsumer)
-