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