public static class GetWorkRequestResponse.Builder extends Object
Modifier and Type | Method and Description |
---|---|
GetWorkRequestResponse.Builder |
__httpStatusCode__(int __httpStatusCode__) |
GetWorkRequestResponse |
build() |
GetWorkRequestResponse.Builder |
copy(GetWorkRequestResponse o)
Copy method to populate the builder with values from the given instance.
|
GetWorkRequestResponse.Builder |
opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request.
|
GetWorkRequestResponse.Builder |
retryAfter(Float retryAfter)
A decimal number representing the number of seconds the client should wait before polling this work request again
|
String |
toString() |
GetWorkRequestResponse.Builder |
workRequest(WorkRequest workRequest)
The returned WorkRequest instance.
|
public GetWorkRequestResponse.Builder __httpStatusCode__(int __httpStatusCode__)
public GetWorkRequestResponse.Builder copy(GetWorkRequestResponse o)
Copy method to populate the builder with values from the given instance.
public GetWorkRequestResponse build()
public GetWorkRequestResponse.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.
this
.public GetWorkRequestResponse.Builder retryAfter(Float retryAfter)
A decimal number representing the number of seconds the client should wait before polling this work request again
this
.public GetWorkRequestResponse.Builder workRequest(WorkRequest workRequest)
The returned WorkRequest instance.
this
.Copyright © 2016–2022. All rights reserved.