| static PatchInsertMultipleInstruction.Builder | PatchInsertMultipleInstruction. builder() | Create a new builder. | 
| PatchInsertMultipleInstruction.Builder | PatchInsertMultipleInstruction.Builder. copy(PatchInsertMultipleInstruction model) |  | 
| PatchInsertMultipleInstruction.Builder | PatchInsertMultipleInstruction.Builder. position(PatchInsertMultipleInstruction.Position position) | Where to insert the values, relative to the first item matched by selectedItem. | 
| PatchInsertMultipleInstruction.Builder | PatchInsertMultipleInstruction.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. | 
| PatchInsertMultipleInstruction.Builder | PatchInsertMultipleInstruction.Builder. selection(String selection) |  | 
| PatchInsertMultipleInstruction.Builder | PatchInsertMultipleInstruction. toBuilder() |  | 
| PatchInsertMultipleInstruction.Builder | PatchInsertMultipleInstruction.Builder. values(List<Object> values) | A list of consecutive values to be inserted into the target. |