Uses of Interface
com.sinch.sdk.domains.conversation.models.v1.ChannelIdentity
Package
Description
Conversation models for V1 endpoints
Conversation models for
Contact
Contact
request modelsConversation
request modelsConversation models for
Events
Conversation models for
Messages
Conversation models for
DELIVERY
sent onto callbacksConversation models for
INBOUND
sent onto callbacksConversation models for
MESSAGE
sent onto callbacksConversation models for
RECORD
sent onto callbacksConversation models for
UNSUPPORTED
sent onto callbacks-
Uses of ChannelIdentity in com.sinch.sdk.domains.conversation.models.v1
-
Uses of ChannelIdentity in com.sinch.sdk.domains.conversation.models.v1.contact
Modifier and TypeMethodDescriptionContact.Builder.setChannelIdentities
(List<ChannelIdentity> channelIdentities) see getter -
Uses of ChannelIdentity in com.sinch.sdk.domains.conversation.models.v1.contact.request
Modifier and TypeMethodDescriptionContactCreateRequest.getChannelIdentities()
List of channel identities.Modifier and TypeMethodDescriptionContactCreateRequest.Builder.setChannelIdentities
(List<ChannelIdentity> channelIdentities) see getter -
Uses of ChannelIdentity in com.sinch.sdk.domains.conversation.models.v1.conversation.request
Modifier and TypeMethodDescriptionInjectEventRequest.getChannelIdentity()
Get channelIdentityInjectMessageRequestBase.getChannelIdentity()
Get channelIdentityModifier and TypeMethodDescriptionInjectEventRequest.Builder.setChannelIdentity
(ChannelIdentity channelIdentity) see getterInjectMessageRequestBase.Builder.setChannelIdentity
(ChannelIdentity channelIdentity) see getter -
Uses of ChannelIdentity in com.sinch.sdk.domains.conversation.models.v1.events
Modifier and TypeMethodDescriptionConversationEvent.getChannelIdentity()
Get channelIdentityConversationEventBase.getChannelIdentity()
Get channelIdentityModifier and TypeMethodDescriptionConversationEvent.Builder.setChannelIdentity
(ChannelIdentity channelIdentity) see getterConversationEventBase.Builder.setChannelIdentity
(ChannelIdentity channelIdentity) see getter -
Uses of ChannelIdentity in com.sinch.sdk.domains.conversation.models.v1.messages
Modifier and TypeMethodDescriptionConversationMessage.Builder.setChannelIdentity
(ChannelIdentity channelIdentity) see getter -
Uses of ChannelIdentity in com.sinch.sdk.domains.conversation.models.v1.webhooks.events.delivery
Modifier and TypeMethodDescriptionEventDeliveryReport.getChannelIdentity()
Get channelIdentityMessageDeliveryReport.getChannelIdentity()
Get channelIdentityModifier and TypeMethodDescriptionEventDeliveryReport.Builder.setChannelIdentity
(ChannelIdentity channelIdentity) see getterMessageDeliveryReport.Builder.setChannelIdentity
(ChannelIdentity channelIdentity) see getter -
Uses of ChannelIdentity in com.sinch.sdk.domains.conversation.models.v1.webhooks.events.inbound
Modifier and TypeMethodDescriptionEvent.Builder.setChannelIdentity
(ChannelIdentity channelIdentity) see getter -
Uses of ChannelIdentity in com.sinch.sdk.domains.conversation.models.v1.webhooks.events.message
Modifier and TypeMethodDescriptionMessageInboundEventMessage.getChannelIdentity()
Get channelIdentityMessageSubmitEventMessage.getChannelIdentity()
Get channelIdentityModifier and TypeMethodDescriptionMessageInboundEventMessage.Builder.setChannelIdentity
(ChannelIdentity channelIdentity) see getterMessageSubmitEventMessage.Builder.setChannelIdentity
(ChannelIdentity channelIdentity) see getter -
Uses of ChannelIdentity in com.sinch.sdk.domains.conversation.models.v1.webhooks.events.record
Modifier and TypeMethodDescriptionRecordNotificationEventNotification.getChannelIdentity()
Get channelIdentityModifier and TypeMethodDescriptionRecordNotificationEventNotification.Builder.setChannelIdentity
(ChannelIdentity channelIdentity) see getter -
Uses of ChannelIdentity in com.sinch.sdk.domains.conversation.models.v1.webhooks.events.unsupported
Modifier and TypeMethodDescriptionUnsupportedCallbackEventCallback.getChannelIdentity()
Get channelIdentityModifier and TypeMethodDescriptionUnsupportedCallbackEventCallback.Builder.setChannelIdentity
(ChannelIdentity channelIdentity) see getter