static ListCategoriesRequest.Builder |
ListCategoriesRequest.builder() |
Return a new builder for this request object.
|
ListCategoriesRequest.Builder |
ListCategoriesRequest.Builder.childTenancyIds(String singularValue) |
Singular setter.
|
ListCategoriesRequest.Builder |
ListCategoriesRequest.Builder.childTenancyIds(List<String> childTenancyIds) |
A list of child tenancies for which the respective data will be returned.
|
ListCategoriesRequest.Builder |
ListCategoriesRequest.Builder.compartmentId(String compartmentId) |
The OCID of the compartment.
|
ListCategoriesRequest.Builder |
ListCategoriesRequest.Builder.compartmentIdInSubtree(Boolean compartmentIdInSubtree) |
When set to true, the hierarchy of compartments is traversed and all compartments and
subcompartments in the tenancy are returned depending on the the setting of
accessLevel.
|
ListCategoriesRequest.Builder |
ListCategoriesRequest.Builder.copy(ListCategoriesRequest o) |
Copy method to populate the builder with values from the given instance.
|
ListCategoriesRequest.Builder |
ListCategoriesRequest.Builder.includeOrganization(Boolean includeOrganization) |
When set to true, the data for all child tenancies including the parent is returned.
|
ListCategoriesRequest.Builder |
ListCategoriesRequest.Builder.invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback) |
Set the invocation callback for the request to be built.
|
ListCategoriesRequest.Builder |
ListCategoriesRequest.Builder.lifecycleState(LifecycleState lifecycleState) |
A filter that returns results that match the lifecycle state specified.
|
ListCategoriesRequest.Builder |
ListCategoriesRequest.Builder.limit(Integer limit) |
The maximum number of items to return in a paginated “List” call.
|
ListCategoriesRequest.Builder |
ListCategoriesRequest.Builder.name(String name) |
Optional.
|
ListCategoriesRequest.Builder |
ListCategoriesRequest.Builder.opcRequestId(String opcRequestId) |
Unique Oracle-assigned identifier for the request.
|
ListCategoriesRequest.Builder |
ListCategoriesRequest.Builder.page(String page) |
The value of the opc-next-page response header from the previous “List” call.
|
ListCategoriesRequest.Builder |
ListCategoriesRequest.Builder.retryConfiguration(RetryConfiguration retryConfiguration) |
Set the retry configuration for the request to be built.
|
ListCategoriesRequest.Builder |
ListCategoriesRequest.Builder.sortBy(ListCategoriesRequest.SortBy sortBy) |
The field to sort by.
|
ListCategoriesRequest.Builder |
ListCategoriesRequest.Builder.sortOrder(SortOrder sortOrder) |
The sort order to use, either ascending (ASC) or descending (DESC).
|
ListCategoriesRequest.Builder |
ListCategoriesRequest.toBuilder() |
|