Uses of Class
com.atlassian.confluence.api.model.reference.ModelListBuilder
-
Packages that use ModelListBuilder Package Description com.atlassian.confluence.api.model.reference -
-
Uses of ModelListBuilder in com.atlassian.confluence.api.model.reference
Methods in com.atlassian.confluence.api.model.reference that return ModelListBuilder Modifier and Type Method 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 defaultstatic <T> ModelListBuilder<T>ModelListBuilder. newInstance()Create a new builder, collapsed by defaultModelListBuilder<T>ModelListBuilder. putAll(Iterable<? extends T> toAdd)Add all items in the iterable to this builder.
-