public static final class FragmentSpread.Builder extends Object implements NodeBuilder
Modifier and Type | Method and Description |
---|---|
FragmentSpread |
build() |
FragmentSpread.Builder |
comments(List<Comment> comments) |
FragmentSpread.Builder |
directives(List<Directive> directives) |
FragmentSpread.Builder |
ignoredChars(IgnoredChars ignoredChars) |
FragmentSpread.Builder |
name(String name) |
FragmentSpread.Builder |
sourceLocation(SourceLocation sourceLocation) |
public FragmentSpread.Builder sourceLocation(SourceLocation sourceLocation)
sourceLocation
in interface NodeBuilder
public FragmentSpread.Builder comments(List<Comment> comments)
comments
in interface NodeBuilder
public FragmentSpread.Builder name(String name)
public FragmentSpread.Builder directives(List<Directive> directives)
public FragmentSpread.Builder ignoredChars(IgnoredChars ignoredChars)
ignoredChars
in interface NodeBuilder
public FragmentSpread build()
Copyright © 2019. All rights reserved.