static ListCatalogItemsRequest.Builder |
ListCatalogItemsRequest.builder() |
Return a new builder for this request object.
|
ListCatalogItemsRequest.Builder |
ListCatalogItemsRequest.Builder.catalogListingId(String catalogListingId) |
catalogListingId of the package.
|
ListCatalogItemsRequest.Builder |
ListCatalogItemsRequest.Builder.catalogListingVersionCriteria(CatalogListingVersionCriteriaEnum catalogListingVersionCriteria) |
Parameter to list all catalog items only with latest version or list all catalog items
with all versions.
|
ListCatalogItemsRequest.Builder |
ListCatalogItemsRequest.Builder.compartmentId(String compartmentId) |
The ID of the compartment in which to list resources.
|
ListCatalogItemsRequest.Builder |
ListCatalogItemsRequest.Builder.configSourceType(String configSourceType) |
The
ConfigSourceType
Eg: STACK_TEMPLATE_CATALOG_SOURCE, PAR_CATALOG_SOURCE, URL_CATALOG_SOURCE,
MARKETPLACE_CATALOG_SOURCE.
|
ListCatalogItemsRequest.Builder |
ListCatalogItemsRequest.Builder.copy(ListCatalogItemsRequest o) |
Copy method to populate the builder with values from the given instance.
|
ListCatalogItemsRequest.Builder |
ListCatalogItemsRequest.Builder.displayName(String displayName) |
A filter to return only resources that match the entire display name given.
|
ListCatalogItemsRequest.Builder |
ListCatalogItemsRequest.Builder.invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback) |
Set the invocation callback for the request to be built.
|
ListCatalogItemsRequest.Builder |
ListCatalogItemsRequest.Builder.lifecycleState(CatalogItem.LifecycleState lifecycleState) |
A filter to return only resources that match the given lifecycle state.
|
ListCatalogItemsRequest.Builder |
ListCatalogItemsRequest.Builder.limit(Integer limit) |
The maximum number of items to return.
|
ListCatalogItemsRequest.Builder |
ListCatalogItemsRequest.Builder.opcRequestId(String opcRequestId) |
The client request ID for tracing.
|
ListCatalogItemsRequest.Builder |
ListCatalogItemsRequest.Builder.page(String page) |
A token representing the position at which to start retrieving results.
|
ListCatalogItemsRequest.Builder |
ListCatalogItemsRequest.Builder.retryConfiguration(RetryConfiguration retryConfiguration) |
Set the retry configuration for the request to be built.
|
ListCatalogItemsRequest.Builder |
ListCatalogItemsRequest.Builder.shouldListPublicItems(Boolean shouldListPublicItems) |
The indicator to append Public Items from the root compartment to any query, when set to
TRUE.
|
ListCatalogItemsRequest.Builder |
ListCatalogItemsRequest.Builder.sortBy(CatalogItemSortBy sortBy) |
The field to sort by.
|
ListCatalogItemsRequest.Builder |
ListCatalogItemsRequest.Builder.sortOrder(SortOrder sortOrder) |
The sort order to use, either ‘ASC’ or ‘DESC’.
|
ListCatalogItemsRequest.Builder |
ListCatalogItemsRequest.toBuilder() |
|