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