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