Interface ChannelRecipientIdentity
public interface ChannelRecipientIdentity
ChannelRecipientIdentity
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceDedicated Builder -
Method Summary
Modifier and TypeMethodDescriptionbuilder()Getting builderGet channelThe channel recipient identity.
-
Method Details
-
getChannel
ConversationChannel getChannel()Get channelField is required
- Returns:
- channel
-
getIdentity
String getIdentity()The channel recipient identity.Field is required
- Returns:
- identity
-
builder
Getting builder- Returns:
- New Builder instance
-