Package | Description |
---|---|
com.oracle.bmc.demandsignal.model |
Modifier and Type | Method and Description |
---|---|
static PatchInsertInstruction.Builder |
PatchInsertInstruction.builder()
Create a new builder.
|
PatchInsertInstruction.Builder |
PatchInsertInstruction.Builder.copy(PatchInsertInstruction model) |
PatchInsertInstruction.Builder |
PatchInsertInstruction.Builder.position(PatchInsertInstruction.Position position)
Where to insert the value, relative to the first item matched by
selectedItem . |
PatchInsertInstruction.Builder |
PatchInsertInstruction.Builder.selectedItem(String selectedItem)
A selection to be evaluated against the array for identifying a particular reference item
within it, with the same format and semantics as
selection . |
PatchInsertInstruction.Builder |
PatchInsertInstruction.Builder.selection(String selection) |
PatchInsertInstruction.Builder |
PatchInsertInstruction.toBuilder() |
PatchInsertInstruction.Builder |
PatchInsertInstruction.Builder.value(Object value)
A value to be inserted into the target.
|
Copyright © 2016–2024. All rights reserved.