Class FilterTerms

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

    public class FilterTerms
    extends com.ibm.cloud.sdk.core.service.model.GenericModel
    Offering filter terms.
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  FilterTerms.Builder
      Builder.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<java.lang.String> filterTerms()
      Gets the filterTerms.
      FilterTerms.Builder newBuilder()
      New builder.
      • Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel

        equals, hashCode, toString
      • Methods inherited from class java.lang.Object

        getClass, notify, notifyAll, wait, wait, wait
    • 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