Uses of Class
io.dialob.executor.command.ImmutableComplete
-
Packages that use ImmutableComplete Package Description io.dialob.executor.command -
-
Uses of ImmutableComplete in io.dialob.executor.command
Methods in io.dialob.executor.command that return ImmutableComplete Modifier and Type Method Description ImmutableCompleteImmutableComplete.Builder. build()Builds a newImmutableComplete.static ImmutableCompleteImmutableComplete. copyOf(Complete instance)Creates an immutable copy of aCompletevalue.static ImmutableCompleteImmutableComplete. of(Iterable<? extends Trigger<ItemState>> triggers)Construct a new immutableCompleteinstance.static ImmutableCompleteImmutableComplete. of(List<Trigger<ItemState>> triggers)Construct a new immutableCompleteinstance.ImmutableCompleteImmutableComplete. withTargetId(ItemId value)Copy the current immutable object by setting a value for thetargetIdattribute.ImmutableCompleteImmutableComplete. withTriggers(Trigger<ItemState>... elements)Copy the current immutable object with elements that replace the content oftriggers.ImmutableCompleteImmutableComplete. withTriggers(Iterable<? extends Trigger<ItemState>> elements)Copy the current immutable object with elements that replace the content oftriggers.
-