public static class GetScheduledJobResponse.Builder extends Object implements BmcResponse.Builder<GetScheduledJobResponse>
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(Map<String,List<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. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
isNotModified
public GetScheduledJobResponse.Builder __httpStatusCode__(int __httpStatusCode__)
__httpStatusCode__
in interface BmcResponse.Builder<GetScheduledJobResponse>
public GetScheduledJobResponse.Builder headers(Map<String,List<String>> headers)
headers
in interface BmcResponse.Builder<GetScheduledJobResponse>
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.
copy
in interface BmcResponse.Builder<GetScheduledJobResponse>
o
- other request from which to copy valuespublic GetScheduledJobResponse build()
Build the response object.
build
in interface BmcResponse.Builder<GetScheduledJobResponse>
Copyright © 2016–2024. All rights reserved.