Class Filters

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

    public class Filters
    extends com.ibm.cloud.sdk.core.service.model.GenericModel
    Filters for account and catalog filters.
    • Method Detail

      • newBuilder

        public Filters.Builder newBuilder()
        New builder.
        Returns:
        a Filters builder
      • includeAll

        public java.lang.Boolean includeAll()
        Gets the includeAll. -> true - Include all of the public catalog when filtering. Further settings will specifically exclude some offerings. false - Exclude all of the public catalog when filtering. Further settings will specifically include some offerings.
        Returns:
        the includeAll
      • categoryFilters

        public java.util.Map<java.lang.String,​CategoryFilter> categoryFilters()
        Gets the categoryFilters. Filter against offering properties.
        Returns:
        the categoryFilters
      • idFilters

        public IDFilter idFilters()
        Gets the idFilters. Filter on offering ID's. There is an include filter and an exclule filter. Both can be set.
        Returns:
        the idFilters