Uses of Class
io.dialob.api.rest.ImmutableItems
-
Packages that use ImmutableItems Package Description io.dialob.api.rest -
-
Uses of ImmutableItems in io.dialob.api.rest
Methods in io.dialob.api.rest that return ImmutableItems Modifier and Type Method Description ImmutableItemsImmutableItems.Builder. build()Builds a newImmutableItems.static ImmutableItemsImmutableItems. copyOf(Items instance)Creates an immutable copy of aItemsvalue.ImmutableItemsImmutableItems. withActiveItem(String value)Copy the current immutable object by setting a value for theactiveItemattribute.ImmutableItemsImmutableItems. withAvailableItems(Iterable<String> elements)Copy the current immutable object with elements that replace the content ofavailableItems.ImmutableItemsImmutableItems. withAvailableItems(String... elements)Copy the current immutable object with elements that replace the content ofavailableItems.ImmutableItemsImmutableItems. withItems(Iterable<String> elements)Copy the current immutable object with elements that replace the content ofitems.ImmutableItemsImmutableItems. withItems(String... elements)Copy the current immutable object with elements that replace the content ofitems.
-