public static interface Tags.Builder extends CopyableBuilder<Tags.Builder,Tags>
| Modifier and Type | Method and Description |
|---|---|
Tags.Builder |
items(Collection<Tag> items)
A complex type that contains
Tag elements. |
Tags.Builder |
items(Consumer<Tag.Builder>... items)
A complex type that contains
Tag elements. |
Tags.Builder |
items(Tag... items)
A complex type that contains
Tag elements. |
copyapplyMutation, buildTags.Builder items(Collection<Tag> items)
A complex type that contains Tag elements.
items - A complex type that contains Tag elements.Tags.Builder items(Tag... items)
A complex type that contains Tag elements.
items - A complex type that contains Tag elements.Tags.Builder items(Consumer<Tag.Builder>... items)
A complex type that contains Tag elements.
List.Builder avoiding the need to create
one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its result
is passed to #items(List) .items - a consumer that will call methods on List.Builder #items(List) Copyright © 2018. All rights reserved.