Uses of Class
com.atlassian.confluence.api.model.reference.ModelListBuilder
Packages that use ModelListBuilder
-
Uses of ModelListBuilder in com.atlassian.confluence.api.model.reference
Methods in com.atlassian.confluence.api.model.reference that return ModelListBuilderModifier and TypeMethodDescriptionReplaces any existing contents in this builder with the contents of the list.static <T> ModelListBuilder<T>
ModelListBuilder.newExpandedInstance()
Create a new builder, expanded by defaultstatic <T> ModelListBuilder<T>
ModelListBuilder.newInstance()
Create a new builder, collapsed by defaultAdd all items in the iterable to this builder.