Uses of Class
com.oracle.bmc.capacitymanagement.model.PatchInsertMultipleInstruction.Position
-
Packages that use PatchInsertMultipleInstruction.Position Package Description com.oracle.bmc.capacitymanagement.model -
-
Uses of PatchInsertMultipleInstruction.Position in com.oracle.bmc.capacitymanagement.model
Methods in com.oracle.bmc.capacitymanagement.model that return PatchInsertMultipleInstruction.Position Modifier and Type Method Description static PatchInsertMultipleInstruction.Position
PatchInsertMultipleInstruction.Position. create(String key)
PatchInsertMultipleInstruction.Position
PatchInsertMultipleInstruction. getPosition()
Where to insert the values, relative to the first item matched by selectedItem.static PatchInsertMultipleInstruction.Position
PatchInsertMultipleInstruction.Position. valueOf(String name)
Returns the enum constant of this type with the specified name.static PatchInsertMultipleInstruction.Position[]
PatchInsertMultipleInstruction.Position. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.capacitymanagement.model with parameters of type PatchInsertMultipleInstruction.Position Modifier and Type Method Description PatchInsertMultipleInstruction.Builder
PatchInsertMultipleInstruction.Builder. position(PatchInsertMultipleInstruction.Position position)
Where to insert the values, relative to the first item matched by selectedItem.Constructors in com.oracle.bmc.capacitymanagement.model with parameters of type PatchInsertMultipleInstruction.Position Constructor Description PatchInsertMultipleInstruction(String selection, List<Object> values, String selectedItem, PatchInsertMultipleInstruction.Position position)
Deprecated.
-