public interface IdentityConflicts
IdentityConflicts
  • 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<String> getContactIds()
      List of contact IDs that share this identity.
      Returns:
      contactIds
    • builder

      static IdentityConflicts.Builder builder()
      Getting builder
      Returns:
      New Builder instance