Uses of Class
io.dialob.executor.command.event.ImmutableErrorActiveUpdatedEvent
-
Packages that use ImmutableErrorActiveUpdatedEvent Package Description io.dialob.executor.command.event -
-
Uses of ImmutableErrorActiveUpdatedEvent in io.dialob.executor.command.event
Methods in io.dialob.executor.command.event that return ImmutableErrorActiveUpdatedEvent Modifier and Type Method Description ImmutableErrorActiveUpdatedEventImmutableErrorActiveUpdatedEvent.Builder. build()Builds a newImmutableErrorActiveUpdatedEvent.static ImmutableErrorActiveUpdatedEventImmutableErrorActiveUpdatedEvent. copyOf(ErrorActiveUpdatedEvent instance)Creates an immutable copy of aErrorActiveUpdatedEventvalue.static ImmutableErrorActiveUpdatedEventImmutableErrorActiveUpdatedEvent. of(ErrorId errorId)Construct a new immutableErrorActiveUpdatedEventinstance.ImmutableErrorActiveUpdatedEventImmutableErrorActiveUpdatedEvent. withErrorId(ErrorId value)Copy the current immutable object by setting a value for theerrorIdattribute.
-