public static class GetJobRunResponse.Builder extends Object
Modifier and Type | Method and Description |
---|---|
GetJobRunResponse.Builder |
__httpStatusCode__(int __httpStatusCode__) |
GetJobRunResponse |
build() |
GetJobRunResponse.Builder |
copy(GetJobRunResponse o)
Copy method to populate the builder with values from the given instance.
|
GetJobRunResponse.Builder |
jobRun(JobRun jobRun)
The returned JobRun instance.
|
GetJobRunResponse.Builder |
opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request.
|
String |
toString() |
public GetJobRunResponse.Builder __httpStatusCode__(int __httpStatusCode__)
public GetJobRunResponse.Builder copy(GetJobRunResponse o)
Copy method to populate the builder with values from the given instance.
public GetJobRunResponse build()
public GetJobRunResponse.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 GetJobRunResponse.Builder jobRun(JobRun jobRun)
The returned JobRun instance.
this
.Copyright © 2016–2022. All rights reserved.