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.Builder
IntValue.Builder. additionalData(java.lang.String key, java.lang.String value)
IntValue.Builder
IntValue.Builder. additionalData(java.util.Map<java.lang.String,java.lang.String> additionalData)
IntValue.Builder
IntValue.Builder. comments(java.util.List<Comment> comments)
IntValue.Builder
IntValue.Builder. ignoredChars(IgnoredChars ignoredChars)
static IntValue.Builder
IntValue. newIntValue()
static IntValue.Builder
IntValue. newIntValue(java.math.BigInteger value)
IntValue.Builder
IntValue.Builder. sourceLocation(SourceLocation sourceLocation)
IntValue.Builder
IntValue.Builder. value(int value)
IntValue.Builder
IntValue.Builder. value(java.math.BigInteger value)
Method parameters in graphql.language with type arguments of type IntValue.Builder Modifier and Type Method Description IntValue
IntValue. transform(java.util.function.Consumer<IntValue.Builder> builderConsumer)
-