Interface SearchableSegmentAttributesCriteria.Builder

    • Method Detail

      • key

        SearchableSegmentAttributesCriteria.Builder key​(String key)

        The key containing a searchable segment attribute.

        Parameters:
        key - The key containing a searchable segment attribute.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • values

        SearchableSegmentAttributesCriteria.Builder values​(Collection<String> values)

        The list of values to search for within a searchable segment attribute.

        Parameters:
        values - The list of values to search for within a searchable segment attribute.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • values

        SearchableSegmentAttributesCriteria.Builder values​(String... values)

        The list of values to search for within a searchable segment attribute.

        Parameters:
        values - The list of values to search for within a searchable segment attribute.
        Returns:
        Returns a reference to this object so that method calls can be chained together.