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