Interface ContainerProductTitleFilter.Builder

    • Method Detail

      • valueList

        ContainerProductTitleFilter.Builder valueList​(Collection<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.
      • valueList

        ContainerProductTitleFilter.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

        ContainerProductTitleFilter.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.