public static class UpgradeDeploymentResponse.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
UpgradeDeploymentResponse.Builder |
__httpStatusCode__(int __httpStatusCode__) |
UpgradeDeploymentResponse |
build()
Build the response object.
|
UpgradeDeploymentResponse.Builder |
copy(UpgradeDeploymentResponse o)
Copy method to populate the builder with values from the given instance.
|
UpgradeDeploymentResponse.Builder |
headers(javax.ws.rs.core.MultivaluedMap<String,String> headers) |
UpgradeDeploymentResponse.Builder |
opcRequestId(String opcRequestId)
A unique Oracle-assigned identifier for the request.
|
UpgradeDeploymentResponse.Builder |
opcWorkRequestId(String opcWorkRequestId)
A unique Oracle-assigned identifier for an asynchronous request.
|
public UpgradeDeploymentResponse.Builder __httpStatusCode__(int __httpStatusCode__)
public UpgradeDeploymentResponse.Builder headers(javax.ws.rs.core.MultivaluedMap<String,String> headers)
public UpgradeDeploymentResponse.Builder opcWorkRequestId(String opcWorkRequestId)
A unique Oracle-assigned identifier for an asynchronous request. You can use this to query status of the asynchronous operation.
opcWorkRequestId
- the value to setpublic UpgradeDeploymentResponse.Builder opcRequestId(String opcRequestId)
A unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please include the request ID.
opcRequestId
- the value to setpublic UpgradeDeploymentResponse.Builder copy(UpgradeDeploymentResponse o)
Copy method to populate the builder with values from the given instance.
public UpgradeDeploymentResponse build()
Build the response object.
Copyright © 2016–2024. All rights reserved.