public static class PatchInsertInstruction.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
PatchInsertInstruction |
build() |
PatchInsertInstruction.Builder |
copy(PatchInsertInstruction model) |
PatchInsertInstruction.Builder |
selection(String selection) |
PatchInsertInstruction.Builder |
value(Object value)
A value to be inserted into the target.
|
public PatchInsertInstruction.Builder selection(String selection)
public PatchInsertInstruction.Builder value(Object value)
A value to be inserted into the target.
value
- the value to setpublic PatchInsertInstruction build()
public PatchInsertInstruction.Builder copy(PatchInsertInstruction model)
Copyright © 2016–2024. All rights reserved.