Uses of Class
io.dialob.session.engine.session.command.ImmutableComplete
Packages that use ImmutableComplete
-
Uses of ImmutableComplete in io.dialob.session.engine.session.command
Methods in io.dialob.session.engine.session.command that return ImmutableCompleteModifier and TypeMethodDescriptionImmutableComplete.Builder.build()Builds a newImmutableComplete.static ImmutableCompleteCreates an immutable copy of aCompletevalue.static ImmutableCompleteConstruct a new immutableCompleteinstance.static ImmutableCompleteConstruct a new immutableCompleteinstance.final ImmutableCompleteImmutableComplete.withTargetId(ItemId value) Copy the current immutable object by setting a value for thetargetIdattribute.final ImmutableCompleteImmutableComplete.withTriggers(Trigger<ItemState>... elements) Copy the current immutable object with elements that replace the content oftriggers.final ImmutableCompleteImmutableComplete.withTriggers(Iterable<? extends Trigger<ItemState>> elements) Copy the current immutable object with elements that replace the content oftriggers.