Interface OfferTargetingFilter.Builder

    • Method Detail

      • valueListWithStrings

        OfferTargetingFilter.Builder valueListWithStrings​(Collection<String> valueList)

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

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

        OfferTargetingFilter.Builder valueListWithStrings​(String... valueList)

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

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

        OfferTargetingFilter.Builder valueList​(Collection<OfferTargetingString> valueList)

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

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

        OfferTargetingFilter.Builder valueList​(OfferTargetingString... valueList)

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

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