Uses of Class
io.dialob.executor.command.event.ImmutableValidUpdatedEvent
-
Packages that use ImmutableValidUpdatedEvent Package Description io.dialob.executor.command.event -
-
Uses of ImmutableValidUpdatedEvent in io.dialob.executor.command.event
Methods in io.dialob.executor.command.event that return ImmutableValidUpdatedEvent Modifier and Type Method Description ImmutableValidUpdatedEventImmutableValidUpdatedEvent.Builder. build()Builds a newImmutableValidUpdatedEvent.static ImmutableValidUpdatedEventImmutableValidUpdatedEvent. copyOf(ValidUpdatedEvent instance)Creates an immutable copy of aValidUpdatedEventvalue.static ImmutableValidUpdatedEventImmutableValidUpdatedEvent. of(TargetEvent target)Construct a new immutableValidUpdatedEventinstance.ImmutableValidUpdatedEventImmutableValidUpdatedEvent. withTarget(TargetEvent value)Copy the current immutable object by setting a value for thetargetattribute.
-