Uses of Class
io.dialob.executor.model.ImmutableItemStates
-
Packages that use ImmutableItemStates Package Description io.dialob.executor.model -
-
Uses of ImmutableItemStates in io.dialob.executor.model
Methods in io.dialob.executor.model that return ImmutableItemStates Modifier and Type Method Description ImmutableItemStatesImmutableItemStates.Builder. build()Builds a newImmutableItemStates.static ImmutableItemStatesImmutableItemStates. copyOf(ItemStates instance)Creates an immutable copy of aItemStatesvalue.ImmutableItemStatesImmutableItemStates. withErrorStates(Map<? extends ErrorId,? extends ErrorState> entries)Copy the current immutable object by replacing theerrorStatesmap with the specified map.ImmutableItemStatesImmutableItemStates. withItemStates(Map<? extends ItemId,? extends ItemState> entries)Copy the current immutable object by replacing theitemStatesmap with the specified map.ImmutableItemStatesImmutableItemStates. withValueSetStates(Map<? extends ValueSetId,? extends ValueSetState> entries)Copy the current immutable object by replacing thevalueSetStatesmap with the specified map.
-