Uses of Interface
io.dialob.executor.command.AddRow
-
Packages that use AddRow Package Description io.dialob.executor.command -
-
Uses of AddRow in io.dialob.executor.command
Classes in io.dialob.executor.command that implement AddRow Modifier and Type Class Description classImmutableAddRowImmutable implementation ofAddRow.Methods in io.dialob.executor.command that return AddRow Modifier and Type Method Description static AddRowCommandFactory. addRow(ItemId targetId)Methods in io.dialob.executor.command with parameters of type AddRow Modifier and Type Method Description static ImmutableAddRowImmutableAddRow. copyOf(AddRow instance)Creates an immutable copy of aAddRowvalue.ImmutableAddRow.BuilderImmutableAddRow.Builder. from(AddRow instance)Fill a builder with attribute values from the providedAddRowinstance.
-