Uses of Interface
io.dialob.executor.command.InitRowGroupItemsCommand
-
Packages that use InitRowGroupItemsCommand Package Description io.dialob.executor.command -
-
Uses of InitRowGroupItemsCommand in io.dialob.executor.command
Classes in io.dialob.executor.command that implement InitRowGroupItemsCommand Modifier and Type Class Description classImmutableInitRowGroupItemsCommandImmutable implementation ofInitRowGroupItemsCommand.Methods in io.dialob.executor.command that return InitRowGroupItemsCommand Modifier and Type Method Description static InitRowGroupItemsCommandCommandFactory. initRowGroupItemsCommand(ItemId targetId)Methods in io.dialob.executor.command with parameters of type InitRowGroupItemsCommand Modifier and Type Method Description static ImmutableInitRowGroupItemsCommandImmutableInitRowGroupItemsCommand. copyOf(InitRowGroupItemsCommand instance)Creates an immutable copy of aInitRowGroupItemsCommandvalue.ImmutableInitRowGroupItemsCommand.BuilderImmutableInitRowGroupItemsCommand.Builder. from(InitRowGroupItemsCommand instance)Fill a builder with attribute values from the providedInitRowGroupItemsCommandinstance.
-