Interface SearchableContactAttributesCriteria.Builder

    • Method Detail

      • key

        SearchableContactAttributesCriteria.Builder key​(String key)

        The key containing a searchable user-defined contact attribute.

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

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

        The list of values to search for within a user-defined contact attribute.

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

        SearchableContactAttributesCriteria.Builder values​(String... values)

        The list of values to search for within a user-defined contact attribute.

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