Package | Description |
---|---|
com.oracle.bmc.demandsignal.model |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
PatchInsertMultipleInstruction.Builder |
PatchInsertMultipleInstruction.Builder.position(PatchInsertMultipleInstruction.Position position)
Where to insert the values, relative to the first item matched by
selectedItem . |
Constructor and Description |
---|
PatchInsertMultipleInstruction(String selection,
List<Object> values,
String selectedItem,
PatchInsertMultipleInstruction.Position position)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.