Class AccumulatedFilters

  • All Implemented Interfaces:
    com.ibm.cloud.sdk.core.service.model.ObjectModel

    public class AccumulatedFilters
    extends com.ibm.cloud.sdk.core.service.model.GenericModel
    The accumulated filters for an account. This will return the account filters plus a filter for each catalog the user has access to.
    • Constructor Detail

      • AccumulatedFilters

        public AccumulatedFilters()
    • Method Detail

      • getAccountFilters

        public java.util.List<Filters> getAccountFilters()
        Gets the accountFilters. Filters for accounts (at this time this will always be just one item array).
        Returns:
        the accountFilters
      • getCatalogFilters

        public java.util.List<AccumulatedFiltersCatalogFiltersItem> getCatalogFilters()
        Gets the catalogFilters. The filters for all of the accessible catalogs.
        Returns:
        the catalogFilters