ImmutableRowGroupItemsInitEvent |
ImmutableRowGroupItemsInitEvent.Builder.build() |
|
static ImmutableRowGroupItemsInitEvent |
ImmutableRowGroupItemsInitEvent.copyOf(RowGroupItemsInitEvent instance) |
|
static ImmutableRowGroupItemsInitEvent |
ImmutableRowGroupItemsInitEvent.of(ItemId groupId,
ItemId prototypeId,
TargetEvent target) |
Construct a new immutable RowGroupItemsInitEvent instance.
|
ImmutableRowGroupItemsInitEvent |
ImmutableRowGroupItemsInitEvent.withGroupId(ItemId value) |
Copy the current immutable object by setting a value for the groupId attribute.
|
ImmutableRowGroupItemsInitEvent |
ImmutableRowGroupItemsInitEvent.withPrototypeId(ItemId value) |
Copy the current immutable object by setting a value for the prototypeId attribute.
|
ImmutableRowGroupItemsInitEvent |
ImmutableRowGroupItemsInitEvent.withTarget(TargetEvent value) |
Copy the current immutable object by setting a value for the target attribute.
|