public static class ScheduleVaultDeletionResponse.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ScheduleVaultDeletionResponse.Builder |
__httpStatusCode__(int __httpStatusCode__) |
ScheduleVaultDeletionResponse |
build()
Build the response object.
|
ScheduleVaultDeletionResponse.Builder |
copy(ScheduleVaultDeletionResponse o)
Copy method to populate the builder with values from the given instance.
|
ScheduleVaultDeletionResponse.Builder |
etag(String etag)
For optimistic concurrency control.
|
ScheduleVaultDeletionResponse.Builder |
headers(javax.ws.rs.core.MultivaluedMap<String,String> headers) |
ScheduleVaultDeletionResponse.Builder |
opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request.
|
ScheduleVaultDeletionResponse.Builder |
vault(Vault vault)
The returned Vault instance.
|
public ScheduleVaultDeletionResponse.Builder __httpStatusCode__(int __httpStatusCode__)
public ScheduleVaultDeletionResponse.Builder headers(javax.ws.rs.core.MultivaluedMap<String,String> headers)
public ScheduleVaultDeletionResponse.Builder etag(String etag)
For optimistic concurrency control. See if-match
.
etag
- the value to setpublic ScheduleVaultDeletionResponse.Builder opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID.
opcRequestId
- the value to setpublic ScheduleVaultDeletionResponse.Builder vault(Vault vault)
The returned Vault instance.
vault
- the value to setpublic ScheduleVaultDeletionResponse.Builder copy(ScheduleVaultDeletionResponse o)
Copy method to populate the builder with values from the given instance.
public ScheduleVaultDeletionResponse build()
Build the response object.
Copyright © 2016–2023. All rights reserved.