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