Uses of Class
io.dialob.session.engine.session.command.event.ImmutableRowGroupItemsInitEvent
Packages that use ImmutableRowGroupItemsInitEvent
-
Uses of ImmutableRowGroupItemsInitEvent in io.dialob.session.engine.session.command.event
Methods in io.dialob.session.engine.session.command.event that return ImmutableRowGroupItemsInitEventModifier and TypeMethodDescriptionImmutableRowGroupItemsInitEvent.Builder.build()Builds a newImmutableRowGroupItemsInitEvent.ImmutableRowGroupItemsInitEvent.copyOf(RowGroupItemsInitEvent instance) Creates an immutable copy of aRowGroupItemsInitEventvalue.ImmutableRowGroupItemsInitEvent.of(ItemId groupId, ItemId prototypeId, TargetEvent target) Construct a new immutableRowGroupItemsInitEventinstance.ImmutableRowGroupItemsInitEvent.withGroupId(ItemId value) Copy the current immutable object by setting a value for thegroupIdattribute.ImmutableRowGroupItemsInitEvent.withPrototypeId(ItemId value) Copy the current immutable object by setting a value for theprototypeIdattribute.ImmutableRowGroupItemsInitEvent.withTarget(TargetEvent value) Copy the current immutable object by setting a value for thetargetattribute.