public static class DeleteListenerResponse.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
DeleteListenerResponse.Builder |
__httpStatusCode__(int __httpStatusCode__) |
DeleteListenerResponse |
build()
Build the response object.
|
DeleteListenerResponse.Builder |
copy(DeleteListenerResponse o)
Copy method to populate the builder with values from the given instance.
|
DeleteListenerResponse.Builder |
eTag(String eTag)
For optimistic concurrency control.
|
DeleteListenerResponse.Builder |
opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request.
|
DeleteListenerResponse.Builder |
opcWorkRequestId(String opcWorkRequestId)
Unique Oracle-assigned identifier for the asynchronous request.
|
public DeleteListenerResponse.Builder __httpStatusCode__(int __httpStatusCode__)
public DeleteListenerResponse.Builder opcWorkRequestId(String opcWorkRequestId)
Unique Oracle-assigned identifier for the asynchronous request. You can use this to query status of the asynchronous operation.
opcWorkRequestId
- the value to setpublic DeleteListenerResponse.Builder opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request. If you must contact Oracle about a particular request, then provide the request identifier.
opcRequestId
- the value to setpublic DeleteListenerResponse.Builder eTag(String eTag)
For optimistic concurrency control. See if-match
.
eTag
- the value to setpublic DeleteListenerResponse.Builder copy(DeleteListenerResponse o)
Copy method to populate the builder with values from the given instance.
public DeleteListenerResponse build()
Build the response object.
Copyright © 2016–2022. All rights reserved.