static GetViewRequest.Builder |
GetViewRequest.builder() |
Return a new builder for this request object.
|
GetViewRequest.Builder |
GetViewRequest.Builder.copy(GetViewRequest o) |
Copy method to populate the builder with values from the given instance.
|
GetViewRequest.Builder |
GetViewRequest.Builder.ifModifiedSince(String ifModifiedSince) |
The If-Modified-Since header field makes a GET or HEAD request method conditional
on the selected representation’s modification date being more recent than the date
provided in the field-value.
|
GetViewRequest.Builder |
GetViewRequest.Builder.ifNoneMatch(String ifNoneMatch) |
The If-None-Match header field makes the request method conditional on the
absence of any current representation of the target resource, when the field-value is
*, or having a selected representation with an entity-tag that does not match any
of those listed in the field-value.
|
GetViewRequest.Builder |
GetViewRequest.Builder.invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback) |
Set the invocation callback for the request to be built.
|
GetViewRequest.Builder |
GetViewRequest.Builder.opcRequestId(String opcRequestId) |
Unique Oracle-assigned identifier for the request.
|
GetViewRequest.Builder |
GetViewRequest.Builder.retryConfiguration(RetryConfiguration retryConfiguration) |
Set the retry configuration for the request to be built.
|
GetViewRequest.Builder |
GetViewRequest.Builder.scope(Scope scope) |
Specifies to operate only on resources that have a matching DNS scope.
|
GetViewRequest.Builder |
GetViewRequest.toBuilder() |
|
GetViewRequest.Builder |
GetViewRequest.Builder.viewId(String viewId) |
The OCID of the target view.
|