Interface OfferNameFilter.Builder

    • Method Detail

      • valueList

        OfferNameFilter.Builder valueList​(Collection<String> valueList)

        Allows filtering on the Name of an offer with list input.

        Parameters:
        valueList - Allows filtering on the Name of an offer with list input.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • valueList

        OfferNameFilter.Builder valueList​(String... valueList)

        Allows filtering on the Name of an offer with list input.

        Parameters:
        valueList - Allows filtering on the Name of an offer with list input.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • wildCardValue

        OfferNameFilter.Builder wildCardValue​(String wildCardValue)

        Allows filtering on the Name of an offer with wild card input.

        Parameters:
        wildCardValue - Allows filtering on the Name of an offer with wild card input.
        Returns:
        Returns a reference to this object so that method calls can be chained together.