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)
A unique Oracle-assigned identifier for the request.
|
GetWorkRequestResponse.Builder |
retryAfter(Integer retryAfter)
The number of seconds the client should wait before polling this endpoint 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)
A unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please include the request ID.
this
.public GetWorkRequestResponse.Builder retryAfter(Integer retryAfter)
The number of seconds the client should wait before polling this endpoint again.
this
.public GetWorkRequestResponse.Builder workRequest(WorkRequest workRequest)
The returned WorkRequest instance.
this
.Copyright © 2016–2022. All rights reserved.