Class ListCatalogItemsRequest


  • @Generated(value="OracleSDKGenerator",
               comments="API Version: 20250228")
    public class ListCatalogItemsRequest
    extends BmcRequest<Void>

    Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.67.1/fleetappsmanagement/ListCatalogItemsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListCatalogItemsRequest.

    • Constructor Detail

      • ListCatalogItemsRequest

        public ListCatalogItemsRequest()
    • Method Detail

      • getCompartmentId

        public String getCompartmentId()
        The ID of the compartment in which to list resources.
      • getConfigSourceType

        public String getConfigSourceType()
        The ConfigSourceType Eg: STACK_TEMPLATE_CATALOG_SOURCE, PAR_CATALOG_SOURCE, URL_CATALOG_SOURCE, MARKETPLACE_CATALOG_SOURCE.
      • getLifecycleState

        public CatalogItem.LifecycleState getLifecycleState()
        A filter to return only resources that match the given lifecycle state.

        The state value is case-insensitive.

      • getSortOrder

        public SortOrder getSortOrder()
        The sort order to use, either ‘ASC’ or ‘DESC’.
      • getSortBy

        public CatalogItemSortBy getSortBy()
        The field to sort by.

        You can provide only one sort by. Default value for timeCreated is descending. Default order for displayName is ascending

      • getDisplayName

        public String getDisplayName()
        A filter to return only resources that match the entire display name given.
      • getLimit

        public Integer getLimit()
        The maximum number of items to return.
      • getPage

        public String getPage()
        A token representing the position at which to start retrieving results.

        This must come from the opc-next-page header field of a previous response.

      • getOpcRequestId

        public String getOpcRequestId()
        The client request ID for tracing.
      • getCatalogListingId

        public String getCatalogListingId()
        catalogListingId of the package.

        This is an integer whose min and max length are specified.

      • getCatalogListingVersionCriteria

        public CatalogListingVersionCriteriaEnum getCatalogListingVersionCriteria()
        Parameter to list all catalog items only with latest version or list all catalog items with all versions.
      • getShouldListPublicItems

        public Boolean getShouldListPublicItems()
        The indicator to append Public Items from the root compartment to any query, when set to TRUE.
      • equals

        public boolean equals​(Object o)
        Description copied from class: BmcRequest
        Uses getInvocationCallback and getRetryConfiguration to determine if passed request is equal to ‘this’.
        Overrides:
        equals in class BmcRequest<Void>
      • hashCode

        public int hashCode()
        Description copied from class: BmcRequest
        Uses getInvocationCallback and getRetryConfiguration to generate a hash.
        Overrides:
        hashCode in class BmcRequest<Void>