static SearchableContactAttributes.Builder |
SearchableContactAttributes.builder() |
|
SearchableContactAttributes.Builder |
SearchableContactAttributes.Builder.criteria(Collection<SearchableContactAttributesCriteria> criteria) |
The list of criteria based on user-defined contact attributes that are configured for contact search.
|
SearchableContactAttributes.Builder |
SearchableContactAttributes.Builder.criteria(Consumer<SearchableContactAttributesCriteria.Builder>... criteria) |
The list of criteria based on user-defined contact attributes that are configured for contact search.
|
SearchableContactAttributes.Builder |
SearchableContactAttributes.Builder.criteria(SearchableContactAttributesCriteria... criteria) |
The list of criteria based on user-defined contact attributes that are configured for contact search.
|
SearchableContactAttributes.Builder |
SearchableContactAttributes.Builder.matchType(String matchType) |
The match type combining search criteria using multiple searchable contact attributes.
|
SearchableContactAttributes.Builder |
SearchableContactAttributes.Builder.matchType(SearchContactsMatchType matchType) |
The match type combining search criteria using multiple searchable contact attributes.
|
SearchableContactAttributes.Builder |
SearchableContactAttributes.toBuilder() |
|