public static class PatchModelOperation.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
PatchModelOperation |
build() |
PatchModelOperation.Builder |
copy(PatchModelOperation model) |
PatchModelOperation.Builder |
operation(PatchModelOperation.Operation operation)
The value of the parameter to be updated.
|
PatchModelOperation.Builder |
path(String path)
The parameter of the resource to be changed.
|
PatchModelOperation.Builder |
value(String value)
The value of the parameter to be updated.
|
public PatchModelOperation.Builder path(String path)
The parameter of the resource to be changed.
path
- the value to setpublic PatchModelOperation.Builder value(String value)
The value of the parameter to be updated.
value
- the value to setpublic PatchModelOperation.Builder operation(PatchModelOperation.Operation operation)
The value of the parameter to be updated.
operation
- the value to setpublic PatchModelOperation build()
public PatchModelOperation.Builder copy(PatchModelOperation model)
Copyright © 2016–2024. All rights reserved.