Package | Description |
---|---|
com.oracle.bmc.demandsignal.model |
Modifier and Type | Method and Description |
---|---|
static PatchInsertInstruction.Position |
PatchInsertInstruction.Position.create(String key) |
PatchInsertInstruction.Position |
PatchInsertInstruction.getPosition()
Where to insert the value, relative to the first item matched by
selectedItem . |
static PatchInsertInstruction.Position |
PatchInsertInstruction.Position.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PatchInsertInstruction.Position[] |
PatchInsertInstruction.Position.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
PatchInsertInstruction.Builder |
PatchInsertInstruction.Builder.position(PatchInsertInstruction.Position position)
Where to insert the value, relative to the first item matched by
selectedItem . |
Constructor and Description |
---|
PatchInsertInstruction(String selection,
Object value,
String selectedItem,
PatchInsertInstruction.Position position)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.