Uses of Class
io.dialob.executor.command.event.ImmutableStatusUpdatedEvent
-
Packages that use ImmutableStatusUpdatedEvent Package Description io.dialob.executor.command.event -
-
Uses of ImmutableStatusUpdatedEvent in io.dialob.executor.command.event
Methods in io.dialob.executor.command.event that return ImmutableStatusUpdatedEvent Modifier and Type Method Description ImmutableStatusUpdatedEventImmutableStatusUpdatedEvent.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.ImmutableStatusUpdatedEventImmutableStatusUpdatedEvent. withTarget(TargetEvent value)Copy the current immutable object by setting a value for thetargetattribute.
-