Class FilterTerms
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.platform_services.catalog_management.v1.model.FilterTerms
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class FilterTerms extends com.ibm.cloud.sdk.core.service.model.GenericModelOffering filter terms.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classFilterTerms.BuilderBuilder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<java.lang.String>filterTerms()Gets the filterTerms.FilterTerms.BuildernewBuilder()New builder.
-
-
-
Method Detail
-
newBuilder
public FilterTerms.Builder newBuilder()
New builder.- Returns:
- a FilterTerms builder
-
filterTerms
public java.util.List<java.lang.String> filterTerms()
Gets the filterTerms. List of values to match against. If include is true, then if the offering has one of the values then the offering is included. If include is false, then if the offering has one of the values then the offering is excluded.- Returns:
- the filterTerms
-
-