Uses of Class
io.dialob.session.engine.session.command.event.ImmutableStatusUpdatedEvent
Packages that use ImmutableStatusUpdatedEvent
-
Uses of ImmutableStatusUpdatedEvent in io.dialob.session.engine.session.command.event
Methods in io.dialob.session.engine.session.command.event that return ImmutableStatusUpdatedEventModifier and TypeMethodDescriptionImmutableStatusUpdatedEvent.Builder.build()Builds a newImmutableStatusUpdatedEvent.static ImmutableStatusUpdatedEventImmutableStatusUpdatedEvent.copyOf(StatusUpdatedEvent instance) Creates an immutable copy of aStatusUpdatedEventvalue.static ImmutableStatusUpdatedEventImmutableStatusUpdatedEvent.of(TargetEvent target) Construct a new immutableStatusUpdatedEventinstance.ImmutableStatusUpdatedEvent.withTarget(TargetEvent value) Copy the current immutable object by setting a value for thetargetattribute.