Interface SearchableContactAttributesCriteria.Builder

    • Method Detail

      • key

        SearchableContactAttributesCriteria.Builder key​(String key)

        The searchable contact attribute key

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

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

        The array of contact attribute values used to filter search results.

        Parameters:
        values - The array of contact attribute values used to filter search results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • values

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

        The array of contact attribute values used to filter search results.

        Parameters:
        values - The array of contact attribute values used to filter search results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.