Uses of Class
io.dialob.session.engine.session.command.ImmutableUpdateValidationCommand.Builder
Packages that use ImmutableUpdateValidationCommand.Builder
-
Uses of ImmutableUpdateValidationCommand.Builder in io.dialob.session.engine.session.command
Methods in io.dialob.session.engine.session.command that return ImmutableUpdateValidationCommand.BuilderModifier and TypeMethodDescriptionImmutableUpdateValidationCommand.Builder.addAllTriggers(Iterable<? extends Trigger<ErrorState>> elements) Adds elements totriggerslist.ImmutableUpdateValidationCommand.Builder.addTriggers(Trigger<ErrorState> element) Adds one element totriggerslist.ImmutableUpdateValidationCommand.Builder.addTriggers(Trigger<ErrorState>... elements) Adds elements totriggerslist.ImmutableUpdateValidationCommand.builder()Creates a builder forImmutableUpdateValidationCommand.ImmutableUpdateValidationCommand.Builder.expression(Expression expression) Initializes the value for theexpressionattribute.ImmutableUpdateValidationCommand.Builder.from(ErrorUpdateCommand instance) Fill a builder with attribute values from the providedio.dialob.session.engine.session.command.ErrorUpdateCommandinstance.ImmutableUpdateValidationCommand.Builder.from(UpdateValidationCommand instance) Fill a builder with attribute values from the providedio.dialob.session.engine.session.command.UpdateValidationCommandinstance.Initializes the value for thetargetIdattribute.ImmutableUpdateValidationCommand.Builder.triggers(Iterable<? extends Trigger<ErrorState>> elements) Sets or replaces all elements fortriggerslist.