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