public static class PatchProhibitInstruction.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
PatchProhibitInstruction |
build() |
PatchProhibitInstruction.Builder |
copy(PatchProhibitInstruction model) |
PatchProhibitInstruction.Builder |
selection(String selection) |
PatchProhibitInstruction.Builder |
value(Object value)
A value to be compared against each item of the selection.
|
public PatchProhibitInstruction.Builder selection(String selection)
public PatchProhibitInstruction.Builder value(Object value)
A value to be compared against each item of the selection. If this value is an object, then it matches any item that would be unaffected by applying this value as a merge operation. Otherwise, it matches any item to which it is equal according to the rules of JSON Schema.
value
- the value to setpublic PatchProhibitInstruction build()
public PatchProhibitInstruction.Builder copy(PatchProhibitInstruction model)
Copyright © 2016–2024. All rights reserved.