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