Uses of Interface
io.dialob.executor.command.DeleteRow
-
Packages that use DeleteRow Package Description io.dialob.executor.command -
-
Uses of DeleteRow in io.dialob.executor.command
Classes in io.dialob.executor.command that implement DeleteRow Modifier and Type Class Description classImmutableDeleteRowImmutable implementation ofDeleteRow.Methods in io.dialob.executor.command with parameters of type DeleteRow Modifier and Type Method Description static ImmutableDeleteRowImmutableDeleteRow. copyOf(DeleteRow instance)Creates an immutable copy of aDeleteRowvalue.ImmutableDeleteRow.BuilderImmutableDeleteRow.Builder. from(DeleteRow instance)Fill a builder with attribute values from the providedDeleteRowinstance.
-