Uses of Class
com.azure.communication.messages.models.CommunicationMessageKind
Packages that use CommunicationMessageKind
Package
Description
Package containing the data models for Messages.
-
Uses of CommunicationMessageKind in com.azure.communication.messages.models
Fields in com.azure.communication.messages.models declared as CommunicationMessageKindModifier and TypeFieldDescriptionstatic final CommunicationMessageKind
CommunicationMessageKind.AUDIO
Audio message type.static final CommunicationMessageKind
CommunicationMessageKind.DOCUMENT
Document message type.static final CommunicationMessageKind
CommunicationMessageKind.IMAGE
Image message type.static final CommunicationMessageKind
CommunicationMessageKind.IMAGE_V0
Deprecated.Legacy image type for `MediaNotificationContent` which is being deprecated.static final CommunicationMessageKind
CommunicationMessageKind.TEMPLATE
Template message type.static final CommunicationMessageKind
CommunicationMessageKind.TEXT
Text message type.static final CommunicationMessageKind
CommunicationMessageKind.VIDEO
Video message type.Methods in com.azure.communication.messages.models that return CommunicationMessageKindModifier and TypeMethodDescriptionstatic CommunicationMessageKind
CommunicationMessageKind.fromString
(String name) Creates or finds a CommunicationMessageKind from its string representation.AudioNotificationContent.getKind()
Get the kind property: The type discriminator describing a notification type.DocumentNotificationContent.getKind()
Get the kind property: The type discriminator describing a notification type.ImageNotificationContent.getKind()
Get the kind property: The type discriminator describing a notification type.MediaNotificationContent.getKind()
Deprecated.Get the kind property: The type discriminator describing a notification type.NotificationContent.getKind()
Get the kind property: The type discriminator describing a notification type.TemplateNotificationContent.getKind()
Get the kind property: The type discriminator describing a notification type.TextNotificationContent.getKind()
Get the kind property: The type discriminator describing a notification type.VideoNotificationContent.getKind()
Get the kind property: The type discriminator describing a notification type.Methods in com.azure.communication.messages.models that return types with arguments of type CommunicationMessageKindModifier and TypeMethodDescriptionstatic Collection
<CommunicationMessageKind> CommunicationMessageKind.values()
Gets known CommunicationMessageKind values.