static ImmutableTargetEvent |
ImmutableTargetEvent.copyOf(TargetEvent instance) |
|
ImmutableTargetEvent.Builder |
ImmutableTargetEvent.Builder.from(TargetEvent instance) |
Fill a builder with attribute values from the provided TargetEvent instance.
|
static ImmutableActiveUpdatedEvent |
ImmutableActiveUpdatedEvent.of(TargetEvent target) |
Construct a new immutable ActiveUpdatedEvent instance.
|
static ImmutableAnsweredUpdatedEvent |
ImmutableAnsweredUpdatedEvent.of(TargetEvent target) |
Construct a new immutable AnsweredUpdatedEvent instance.
|
static ImmutableDescriptionUpdatedEvent |
ImmutableDescriptionUpdatedEvent.of(TargetEvent target) |
Construct a new immutable DescriptionUpdatedEvent instance.
|
static ImmutableDisabledUpdatedEvent |
ImmutableDisabledUpdatedEvent.of(TargetEvent target) |
Construct a new immutable DisabledUpdatedEvent instance.
|
static ImmutableItemsChangedEvent |
ImmutableItemsChangedEvent.of(TargetEvent target) |
Construct a new immutable ItemsChangedEvent instance.
|
static ImmutableLabelUpdatedEvent |
ImmutableLabelUpdatedEvent.of(TargetEvent target) |
Construct a new immutable LabelUpdatedEvent instance.
|
static ImmutableRequiredUpdatedEvent |
ImmutableRequiredUpdatedEvent.of(TargetEvent target) |
Construct a new immutable RequiredUpdatedEvent instance.
|
static ImmutableRowGroupItemsInitEvent |
ImmutableRowGroupItemsInitEvent.of(ItemId groupId,
ItemId prototypeId,
TargetEvent target) |
Construct a new immutable RowGroupItemsInitEvent instance.
|
static ImmutableStatusUpdatedEvent |
ImmutableStatusUpdatedEvent.of(TargetEvent target) |
Construct a new immutable StatusUpdatedEvent instance.
|
static ImmutableValidUpdatedEvent |
ImmutableValidUpdatedEvent.of(TargetEvent target) |
Construct a new immutable ValidUpdatedEvent instance.
|
ImmutableActiveUpdatedEvent.Builder |
ImmutableActiveUpdatedEvent.Builder.target(TargetEvent target) |
Initializes the value for the target attribute.
|
ImmutableAnsweredUpdatedEvent.Builder |
ImmutableAnsweredUpdatedEvent.Builder.target(TargetEvent target) |
Initializes the value for the target attribute.
|
ImmutableDescriptionUpdatedEvent.Builder |
ImmutableDescriptionUpdatedEvent.Builder.target(TargetEvent target) |
Initializes the value for the target attribute.
|
ImmutableDisabledUpdatedEvent.Builder |
ImmutableDisabledUpdatedEvent.Builder.target(TargetEvent target) |
Initializes the value for the target attribute.
|
ImmutableItemsChangedEvent.Builder |
ImmutableItemsChangedEvent.Builder.target(TargetEvent target) |
Initializes the value for the target attribute.
|
ImmutableLabelUpdatedEvent.Builder |
ImmutableLabelUpdatedEvent.Builder.target(TargetEvent target) |
Initializes the value for the target attribute.
|
ImmutableRequiredUpdatedEvent.Builder |
ImmutableRequiredUpdatedEvent.Builder.target(TargetEvent target) |
Initializes the value for the target attribute.
|
ImmutableRowGroupItemsInitEvent.Builder |
ImmutableRowGroupItemsInitEvent.Builder.target(TargetEvent target) |
Initializes the value for the target attribute.
|
ImmutableStatusUpdatedEvent.Builder |
ImmutableStatusUpdatedEvent.Builder.target(TargetEvent target) |
Initializes the value for the target attribute.
|
ImmutableValidUpdatedEvent.Builder |
ImmutableValidUpdatedEvent.Builder.target(TargetEvent target) |
Initializes the value for the target attribute.
|
ImmutableActiveUpdatedEvent |
ImmutableActiveUpdatedEvent.withTarget(TargetEvent value) |
Copy the current immutable object by setting a value for the target attribute.
|
ImmutableAnsweredUpdatedEvent |
ImmutableAnsweredUpdatedEvent.withTarget(TargetEvent value) |
Copy the current immutable object by setting a value for the target attribute.
|
ImmutableDescriptionUpdatedEvent |
ImmutableDescriptionUpdatedEvent.withTarget(TargetEvent value) |
Copy the current immutable object by setting a value for the target attribute.
|
ImmutableDisabledUpdatedEvent |
ImmutableDisabledUpdatedEvent.withTarget(TargetEvent value) |
Copy the current immutable object by setting a value for the target attribute.
|
ImmutableItemsChangedEvent |
ImmutableItemsChangedEvent.withTarget(TargetEvent value) |
Copy the current immutable object by setting a value for the target attribute.
|
ImmutableLabelUpdatedEvent |
ImmutableLabelUpdatedEvent.withTarget(TargetEvent value) |
Copy the current immutable object by setting a value for the target attribute.
|
ImmutableRequiredUpdatedEvent |
ImmutableRequiredUpdatedEvent.withTarget(TargetEvent value) |
Copy the current immutable object by setting a value for the target attribute.
|
ImmutableRowGroupItemsInitEvent |
ImmutableRowGroupItemsInitEvent.withTarget(TargetEvent value) |
Copy the current immutable object by setting a value for the target attribute.
|
ImmutableStatusUpdatedEvent |
ImmutableStatusUpdatedEvent.withTarget(TargetEvent value) |
Copy the current immutable object by setting a value for the target attribute.
|
ImmutableValidUpdatedEvent |
ImmutableValidUpdatedEvent.withTarget(TargetEvent value) |
Copy the current immutable object by setting a value for the target attribute.
|