Class Filters
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.platform_services.catalog_management.v1.model.Filters
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class Filters extends com.ibm.cloud.sdk.core.service.model.GenericModelFilters for account and catalog filters.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classFilters.BuilderBuilder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Map<java.lang.String,CategoryFilter>categoryFilters()Gets the categoryFilters.IDFilteridFilters()Gets the idFilters.java.lang.BooleanincludeAll()Gets the includeAll.Filters.BuildernewBuilder()New builder.
-
-
-
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
-
-