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 |
etag(String etag)
For optimistic concurrency control.
|
GetWorkRequestResponse.Builder |
opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request.
|
GetWorkRequestResponse.Builder |
retryAfter(Integer retryAfter)
A non-negative integer representing 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 etag(String etag)
For optimistic concurrency control. See ETags for Optimistic Concurrency Control.
this
.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(Integer retryAfter)
A non-negative integer representing 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.