Interface OfferStateFilter.Builder

    • Method Detail

      • valueListWithStrings

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

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

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

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

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

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

        OfferStateFilter.Builder valueList​(Collection<OfferStateString> valueList)

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

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

        OfferStateFilter.Builder valueList​(OfferStateString... valueList)

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

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