public static class UpdateScheduledTaskResponse.Builder extends Object
| Modifier and Type | Method and Description |
|---|---|
UpdateScheduledTaskResponse.Builder |
__httpStatusCode__(int __httpStatusCode__)
HTTP status code returned by the operation.
|
UpdateScheduledTaskResponse |
build() |
UpdateScheduledTaskResponse.Builder |
copy(UpdateScheduledTaskResponse o)
Copy method to populate the builder with values from the given instance.
|
UpdateScheduledTaskResponse.Builder |
etag(String etag)
For optimistic concurrency control.
|
UpdateScheduledTaskResponse.Builder |
isNotModified(boolean isNotModified)
Flag to indicate whether or not the object was modified.
|
UpdateScheduledTaskResponse.Builder |
opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request.
|
UpdateScheduledTaskResponse.Builder |
scheduledTask(ScheduledTask scheduledTask)
The returned ScheduledTask instance, or null if
UpdateScheduledTaskResponse.isNotModified() is true. |
String |
toString() |
public UpdateScheduledTaskResponse.Builder copy(UpdateScheduledTaskResponse o)
Copy method to populate the builder with values from the given instance.
public UpdateScheduledTaskResponse.Builder __httpStatusCode__(int __httpStatusCode__)
HTTP status code returned by the operation.
this.public UpdateScheduledTaskResponse.Builder opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request. When you contact Oracle about a specific request, provide the request ID.
this.public UpdateScheduledTaskResponse.Builder etag(String etag)
For optimistic concurrency control. See if-match.
this.public UpdateScheduledTaskResponse.Builder scheduledTask(ScheduledTask scheduledTask)
The returned ScheduledTask instance, or null if UpdateScheduledTaskResponse.isNotModified() is true.
this.public UpdateScheduledTaskResponse.Builder isNotModified(boolean isNotModified)
Flag to indicate whether or not the object was modified. If this is true, the getter for the object itself will return null. Callers should check this if they specified one of the request params that might result in a conditional response (like ‘if-match’/‘if-none-match’).
this.public UpdateScheduledTaskResponse build()
Copyright © 2016–2021. All rights reserved.