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