Uses of Class
io.dialob.session.engine.session.command.ImmutableNopCommand
Packages that use ImmutableNopCommand
-
Uses of ImmutableNopCommand in io.dialob.session.engine.session.command
Methods in io.dialob.session.engine.session.command that return ImmutableNopCommandModifier and TypeMethodDescriptionImmutableNopCommand.Builder.build()Builds a newImmutableNopCommand.static ImmutableNopCommandImmutableNopCommand.copyOf(NopCommand instance) Creates an immutable copy of aNopCommandvalue.static ImmutableNopCommandConstruct a new immutableNopCommandinstance.static ImmutableNopCommandConstruct a new immutableNopCommandinstance.final ImmutableNopCommandImmutableNopCommand.withTargetId(ItemId value) Copy the current immutable object by setting a value for thetargetIdattribute.final ImmutableNopCommandImmutableNopCommand.withTriggers(Trigger<ItemState>... elements) Copy the current immutable object with elements that replace the content oftriggers.final ImmutableNopCommandImmutableNopCommand.withTriggers(Iterable<? extends Trigger<ItemState>> elements) Copy the current immutable object with elements that replace the content oftriggers.