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