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