Package graphql.schema
Class SchemaElementChildrenContainer.Builder
java.lang.Object
graphql.schema.SchemaElementChildrenContainer.Builder
- Enclosing class:
SchemaElementChildrenContainer
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
child
(String key, GraphQLSchemaElement child) children
(String key, Collection<? extends GraphQLSchemaElement> children) children
(Map<String, ? extends Collection<? extends GraphQLSchemaElement>> children) removeChild
(String key, int index) replaceChild
(String key, int index, GraphQLSchemaElement newChild)
-
Method Details
-
child
-
children
public SchemaElementChildrenContainer.Builder children(String key, Collection<? extends GraphQLSchemaElement> children) -
children
public SchemaElementChildrenContainer.Builder children(Map<String, ? extends Collection<? extends GraphQLSchemaElement>> children) -
replaceChild
public SchemaElementChildrenContainer.Builder replaceChild(String key, int index, GraphQLSchemaElement newChild) -
removeChild
-
build
-