Uses of Class
io.dialob.session.engine.session.command.event.ImmutableRowsCanBeAddedUpdatedEvent
-
Packages that use ImmutableRowsCanBeAddedUpdatedEvent Package Description io.dialob.session.engine.session.command.event -
-
Uses of ImmutableRowsCanBeAddedUpdatedEvent in io.dialob.session.engine.session.command.event
Methods in io.dialob.session.engine.session.command.event that return ImmutableRowsCanBeAddedUpdatedEvent Modifier and Type Method Description ImmutableRowsCanBeAddedUpdatedEventImmutableRowsCanBeAddedUpdatedEvent.Builder. build()Builds a newImmutableRowsCanBeAddedUpdatedEvent.static ImmutableRowsCanBeAddedUpdatedEventImmutableRowsCanBeAddedUpdatedEvent. copyOf(RowsCanBeAddedUpdatedEvent instance)Creates an immutable copy of aRowsCanBeAddedUpdatedEventvalue.static ImmutableRowsCanBeAddedUpdatedEventImmutableRowsCanBeAddedUpdatedEvent. of(TargetEvent target)Construct a new immutableRowsCanBeAddedUpdatedEventinstance.ImmutableRowsCanBeAddedUpdatedEventImmutableRowsCanBeAddedUpdatedEvent. withTarget(TargetEvent value)Copy the current immutable object by setting a value for thetargetattribute.
-