Package | Description |
---|---|
graphql.language |
Modifier and Type | Method and Description |
---|---|
BooleanValue.Builder |
BooleanValue.Builder.comments(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) |
Modifier and Type | Method and Description |
---|---|
BooleanValue |
BooleanValue.transform(Consumer<BooleanValue.Builder> builderConsumer) |
Copyright © 2019. All rights reserved.