public static class GetScheduledJobResponse.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
GetScheduledJobResponse.Builder |
__httpStatusCode__(int __httpStatusCode__) |
GetScheduledJobResponse |
build()
Build the response object.
|
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 |
headers(javax.ws.rs.core.MultivaluedMap<String,String> headers) |
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.
|
public GetScheduledJobResponse.Builder __httpStatusCode__(int __httpStatusCode__)
public GetScheduledJobResponse.Builder headers(javax.ws.rs.core.MultivaluedMap<String,String> headers)
public GetScheduledJobResponse.Builder etag(String etag)
For optimistic concurrency control. See if-match
.
etag
- the value to setpublic 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.
opcRequestId
- the value to setpublic GetScheduledJobResponse.Builder retryAfter(Float retryAfter)
A decimal number representing the number of seconds the client should wait before polling this endpoint again.
retryAfter
- the value to setpublic GetScheduledJobResponse.Builder scheduledJob(ScheduledJob scheduledJob)
The returned ScheduledJob instance.
scheduledJob
- the value to setpublic GetScheduledJobResponse.Builder copy(GetScheduledJobResponse o)
Copy method to populate the builder with values from the given instance.
public GetScheduledJobResponse build()
Build the response object.
Copyright © 2016–2022. All rights reserved.