public static class GetQueryWorkRequestResponse.Builder extends Object
Modifier and Type | Method and Description |
---|---|
GetQueryWorkRequestResponse.Builder |
__httpStatusCode__(int __httpStatusCode__) |
GetQueryWorkRequestResponse |
build() |
GetQueryWorkRequestResponse.Builder |
copy(GetQueryWorkRequestResponse o)
Copy method to populate the builder with values from the given instance.
|
GetQueryWorkRequestResponse.Builder |
etag(String etag)
For optimistic concurrency control.
|
GetQueryWorkRequestResponse.Builder |
opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request.
|
GetQueryWorkRequestResponse.Builder |
queryWorkRequest(QueryWorkRequest queryWorkRequest)
The returned QueryWorkRequest instance.
|
GetQueryWorkRequestResponse.Builder |
retryAfter(Float retryAfter)
A decimal number representing the number of seconds the client should wait before polling this endpoint again.
|
String |
toString() |
public GetQueryWorkRequestResponse.Builder __httpStatusCode__(int __httpStatusCode__)
public GetQueryWorkRequestResponse.Builder copy(GetQueryWorkRequestResponse o)
Copy method to populate the builder with values from the given instance.
public GetQueryWorkRequestResponse build()
public GetQueryWorkRequestResponse.Builder opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request. When you contact Oracle about a specific request, provide the request ID.
this
.public GetQueryWorkRequestResponse.Builder etag(String etag)
For optimistic concurrency control. See if-match
.
this
.public GetQueryWorkRequestResponse.Builder retryAfter(Float retryAfter)
A decimal number representing the number of seconds the client should wait before polling this endpoint again.
this
.public GetQueryWorkRequestResponse.Builder queryWorkRequest(QueryWorkRequest queryWorkRequest)
The returned QueryWorkRequest instance.
this
.Copyright © 2016–2022. All rights reserved.