Class CategoryFilter
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.platform_services.catalog_management.v1.model.CategoryFilter
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class CategoryFilter extends com.ibm.cloud.sdk.core.service.model.GenericModelFilter on a category. The filter will match against the values of the given category with include or exclude.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCategoryFilter.BuilderBuilder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FilterTermsfilter()Gets the filter.java.lang.Booleaninclude()Gets the include.CategoryFilter.BuildernewBuilder()New builder.
-
-
-
Method Detail
-
newBuilder
public CategoryFilter.Builder newBuilder()
New builder.- Returns:
- a CategoryFilter builder
-
include
public java.lang.Boolean include()
Gets the include. -> true - This is an include filter, false - this is an exclude filter.- Returns:
- the include
-
filter
public FilterTerms filter()
Gets the filter. Offering filter terms.- Returns:
- the filter
-
-