Uses of Interface
io.dialob.executor.command.SetRows
-
Packages that use SetRows Package Description io.dialob.executor.command -
-
Uses of SetRows in io.dialob.executor.command
Classes in io.dialob.executor.command that implement SetRows Modifier and Type Class Description classImmutableSetRowsImmutable implementation ofSetRows.Methods in io.dialob.executor.command that return SetRows Modifier and Type Method Description static SetRowsCommandFactory. addRows(ItemId id, List<Integer> ids)Methods in io.dialob.executor.command with parameters of type SetRows Modifier and Type Method Description static ImmutableSetRowsImmutableSetRows. copyOf(SetRows instance)Creates an immutable copy of aSetRowsvalue.ImmutableSetRows.BuilderImmutableSetRows.Builder. from(SetRows instance)Fill a builder with attribute values from the providedSetRowsinstance.
-