| Package | Description |
|---|---|
| com.atlassian.confluence.api.model.reference |
| Modifier and Type | Method and Description |
|---|---|
ModelListBuilder<T> |
ModelListBuilder.copy(Iterable<? extends T> toAdd)
Replaces any existing contents in this builder with the contents of the list.
|
static <T> ModelListBuilder<T> |
ModelListBuilder.newExpandedInstance()
Create a new builder, expanded by default
|
static <T> ModelListBuilder<T> |
ModelListBuilder.newInstance()
Create a new builder, collapsed by default
|
ModelListBuilder<T> |
ModelListBuilder.putAll(Iterable<? extends T> toAdd)
Add all items in the iterable to this builder.
|
Copyright © 2003–2017 Atlassian. All rights reserved.