static ListDisApplicationsRequest.Builder |
ListDisApplicationsRequest.builder() |
Return a new builder for this request object.
|
ListDisApplicationsRequest.Builder |
ListDisApplicationsRequest.Builder.compartmentId(String compartmentId) |
OCID of the compartment for which the list of DIS Applications is to be retrieved.
|
ListDisApplicationsRequest.Builder |
ListDisApplicationsRequest.Builder.copy(ListDisApplicationsRequest o) |
Copy method to populate the builder with values from the given instance.
|
ListDisApplicationsRequest.Builder |
ListDisApplicationsRequest.Builder.fields(String singularValue) |
Singular setter.
|
ListDisApplicationsRequest.Builder |
ListDisApplicationsRequest.Builder.fields(List<String> fields) |
Specifies the fields to get for an object.
|
ListDisApplicationsRequest.Builder |
ListDisApplicationsRequest.Builder.identifier(String singularValue) |
Singular setter.
|
ListDisApplicationsRequest.Builder |
ListDisApplicationsRequest.Builder.identifier(List<String> identifier) |
Used to filter by the identifier of the published object.
|
ListDisApplicationsRequest.Builder |
ListDisApplicationsRequest.Builder.invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback) |
Set the invocation callback for the request to be built.
|
ListDisApplicationsRequest.Builder |
ListDisApplicationsRequest.Builder.limit(Integer limit) |
Sets the maximum number of results per page, or items to return in a paginated
List call.
|
ListDisApplicationsRequest.Builder |
ListDisApplicationsRequest.Builder.name(String name) |
Used to filter by the name of the object.
|
ListDisApplicationsRequest.Builder |
ListDisApplicationsRequest.Builder.nameContains(String nameContains) |
This parameter can be used to filter objects by the names that match partially or fully
with the given value.
|
ListDisApplicationsRequest.Builder |
ListDisApplicationsRequest.Builder.opcRequestId(String opcRequestId) |
Unique Oracle-assigned identifier for the request.
|
ListDisApplicationsRequest.Builder |
ListDisApplicationsRequest.Builder.page(String page) |
For list pagination.
|
ListDisApplicationsRequest.Builder |
ListDisApplicationsRequest.Builder.retryConfiguration(RetryConfiguration retryConfiguration) |
Set the retry configuration for the request to be built.
|
ListDisApplicationsRequest.Builder |
ListDisApplicationsRequest.Builder.sortBy(ListDisApplicationsRequest.SortBy sortBy) |
Specifies the field to sort by.
|
ListDisApplicationsRequest.Builder |
ListDisApplicationsRequest.Builder.sortOrder(ListDisApplicationsRequest.SortOrder sortOrder) |
Specifies sort order to use, either ASC (ascending) or DESC (descending).
|
ListDisApplicationsRequest.Builder |
ListDisApplicationsRequest.toBuilder() |
|
ListDisApplicationsRequest.Builder |
ListDisApplicationsRequest.Builder.workspaceId(String workspaceId) |
The workspace ID.
|