Interface OfferProductIdFilter.Builder

    • Method Detail

      • valueList

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

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

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

        OfferProductIdFilter.Builder valueList​(String... valueList)

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

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