Interface DuplicatedIdentities
public interface DuplicatedIdentities
DuplicatedIdentities
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
Dedicated Builder -
Method Summary
Modifier and TypeMethodDescriptionstatic DuplicatedIdentities.Builder
builder()
Getting builderGet channelList of duplicated ids in the specified channel.
-
Method Details
-
getChannel
ConversationChannel getChannel()Get channel- Returns:
- channel
-
getContactIds
List of duplicated ids in the specified channel.- Returns:
- contactIds
-
builder
Getting builder- Returns:
- New Builder instance
-