public static class PatchResponseMessage.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
PatchResponseMessage |
build() |
PatchResponseMessage.Builder |
compartmentId(String compartmentId)
Compartment ID representing the conflicting Model Compartment.
|
PatchResponseMessage.Builder |
copy(PatchResponseMessage model) |
PatchResponseMessage.Builder |
message(String message)
The response message containing details of operation.
|
PatchResponseMessage.Builder |
modelId(String modelId)
Model ID representing the conflicting patch operation.
|
public PatchResponseMessage.Builder message(String message)
The response message containing details of operation.
message
- the value to setpublic PatchResponseMessage.Builder modelId(String modelId)
Model ID representing the conflicting patch operation.
modelId
- the value to setpublic PatchResponseMessage.Builder compartmentId(String compartmentId)
Compartment ID representing the conflicting Model Compartment.
compartmentId
- the value to setpublic PatchResponseMessage build()
public PatchResponseMessage.Builder copy(PatchResponseMessage model)
Copyright © 2016–2024. All rights reserved.