public static class CreateScheduledJobResponse.Builder extends Object
| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CreateScheduledJobResponse.Builder |
__httpStatusCode__(int __httpStatusCode__) |
CreateScheduledJobResponse |
build()
Build the response object.
|
CreateScheduledJobResponse.Builder |
copy(CreateScheduledJobResponse o)
Copy method to populate the builder with values from the given instance.
|
CreateScheduledJobResponse.Builder |
etag(String etag)
For optimistic concurrency control.
|
CreateScheduledJobResponse.Builder |
headers(javax.ws.rs.core.MultivaluedMap<String,String> headers) |
CreateScheduledJobResponse.Builder |
location(String location)
A link to the created Scheduled Job
|
CreateScheduledJobResponse.Builder |
opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request.
|
CreateScheduledJobResponse.Builder |
scheduledJob(ScheduledJob scheduledJob)
The returned ScheduledJob instance.
|
public CreateScheduledJobResponse.Builder __httpStatusCode__(int __httpStatusCode__)
public CreateScheduledJobResponse.Builder headers(javax.ws.rs.core.MultivaluedMap<String,String> headers)
public CreateScheduledJobResponse.Builder location(String location)
A link to the created Scheduled Job
location - the value to setpublic CreateScheduledJobResponse.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 CreateScheduledJobResponse.Builder etag(String etag)
For optimistic concurrency control. See if-match.
etag - the value to setpublic CreateScheduledJobResponse.Builder scheduledJob(ScheduledJob scheduledJob)
The returned ScheduledJob instance.
scheduledJob - the value to setpublic CreateScheduledJobResponse.Builder copy(CreateScheduledJobResponse o)
Copy method to populate the builder with values from the given instance.
public CreateScheduledJobResponse build()
Build the response object.
Copyright © 2016–2022. All rights reserved.