Uses of Class
com.oracle.bmc.demandsignal.model.PatchMoveInstruction.Builder
-
Packages that use PatchMoveInstruction.Builder Package Description com.oracle.bmc.demandsignal.model -
-
Uses of PatchMoveInstruction.Builder in com.oracle.bmc.demandsignal.model
Methods in com.oracle.bmc.demandsignal.model that return PatchMoveInstruction.Builder Modifier and Type Method Description static PatchMoveInstruction.Builder
PatchMoveInstruction. builder()
Create a new builder.PatchMoveInstruction.Builder
PatchMoveInstruction.Builder. copy(PatchMoveInstruction model)
PatchMoveInstruction.Builder
PatchMoveInstruction.Builder. from(String from)
The selection that is to be moved, with the same format and semantics as selection.PatchMoveInstruction.Builder
PatchMoveInstruction.Builder. position(PatchMoveInstruction.Position position)
Where to insert the value in an array, relative to the first item in the selection.PatchMoveInstruction.Builder
PatchMoveInstruction.Builder. selection(String selection)
PatchMoveInstruction.Builder
PatchMoveInstruction. toBuilder()
-