Interface IdentityConflicts
public interface IdentityConflicts
IdentityConflicts
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceDedicated Builder -
Method Summary
Modifier and TypeMethodDescriptionstatic IdentityConflicts.Builderbuilder()Getting builderList of channels where this identity is present.List of contact IDs that share this identity.The identity value (e.g., phone number) that is duplicated across contacts.
-
Method Details
-
getIdentity
String getIdentity()The identity value (e.g., phone number) that is duplicated across contacts.- Returns:
- identity
-
getChannels
List<ConversationChannel> getChannels()List of channels where this identity is present.- Returns:
- channels
-
getContactIds
List of contact IDs that share this identity.- Returns:
- contactIds
-
builder
Getting builder- Returns:
- New Builder instance
-