Interface DataProductTitleFilter.Builder

All Superinterfaces:
Buildable, CopyableBuilder<DataProductTitleFilter.Builder,DataProductTitleFilter>, SdkBuilder<DataProductTitleFilter.Builder,DataProductTitleFilter>, SdkPojo
Enclosing class:
DataProductTitleFilter

public static interface DataProductTitleFilter.Builder extends SdkPojo, CopyableBuilder<DataProductTitleFilter.Builder,DataProductTitleFilter>
  • Method Details

    • valueList

      A string array of unique product title values to be filtered on.

      Parameters:
      valueList - A string array of unique product title values to be filtered on.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • valueList

      DataProductTitleFilter.Builder valueList(String... valueList)

      A string array of unique product title values to be filtered on.

      Parameters:
      valueList - A string array of unique product title values to be filtered on.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • wildCardValue

      DataProductTitleFilter.Builder wildCardValue(String wildCardValue)

      A string that will be the wildCard input for product tile filter. It matches the provided value as a substring in the actual value.

      Parameters:
      wildCardValue - A string that will be the wildCard input for product tile filter. It matches the provided value as a substring in the actual value.
      Returns:
      Returns a reference to this object so that method calls can be chained together.