Uses of Class
io.dialob.session.engine.session.command.ImmutableUpdateClassNames
Packages that use ImmutableUpdateClassNames
-
Uses of ImmutableUpdateClassNames in io.dialob.session.engine.session.command
Methods in io.dialob.session.engine.session.command that return ImmutableUpdateClassNamesModifier and TypeMethodDescriptionImmutableUpdateClassNames.Builder.build()Builds a newImmutableUpdateClassNames.static ImmutableUpdateClassNamesImmutableUpdateClassNames.copyOf(UpdateClassNames instance) Creates an immutable copy of aUpdateClassNamesvalue.static ImmutableUpdateClassNamesImmutableUpdateClassNames.of(ItemId targetId, Expression expression, Iterable<? extends Trigger<ItemState>> triggers) Construct a new immutableUpdateClassNamesinstance.static ImmutableUpdateClassNamesImmutableUpdateClassNames.of(ItemId targetId, Expression expression, List<Trigger<ItemState>> triggers) Construct a new immutableUpdateClassNamesinstance.ImmutableUpdateClassNames.withExpression(Expression value) Copy the current immutable object by setting a value for theexpressionattribute.ImmutableUpdateClassNames.withTargetId(ItemId value) Copy the current immutable object by setting a value for thetargetIdattribute.ImmutableUpdateClassNames.withTriggers(Trigger<ItemState>... elements) Copy the current immutable object with elements that replace the content oftriggers.ImmutableUpdateClassNames.withTriggers(Iterable<? extends Trigger<ItemState>> elements) Copy the current immutable object with elements that replace the content oftriggers.