public static class GetTaskResponse.Builder extends Object
Modifier and Type | Method and Description |
---|---|
GetTaskResponse.Builder |
__httpStatusCode__(int __httpStatusCode__) |
GetTaskResponse |
build() |
GetTaskResponse.Builder |
copy(GetTaskResponse o)
Copy method to populate the builder with values from the given instance.
|
GetTaskResponse.Builder |
etag(String etag)
For optimistic concurrency control.
|
GetTaskResponse.Builder |
opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request.
|
GetTaskResponse.Builder |
task(Task task)
The returned Task instance.
|
String |
toString() |
public GetTaskResponse.Builder __httpStatusCode__(int __httpStatusCode__)
public GetTaskResponse.Builder copy(GetTaskResponse o)
Copy method to populate the builder with values from the given instance.
public GetTaskResponse build()
public GetTaskResponse.Builder etag(String etag)
For optimistic concurrency control. See ETags for Optimistic Concurrency Control.
this
.public GetTaskResponse.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 GetTaskResponse.Builder task(Task task)
The returned Task instance.
this
.Copyright © 2016–2022. All rights reserved.