Uses of Class
com.azure.communication.messages.models.NotificationContent
Packages that use NotificationContent
Package
Description
Package containing the classes for Messages.
Package containing the data models for Messages.
-
Uses of NotificationContent in com.azure.communication.messages
Methods in com.azure.communication.messages with parameters of type NotificationContentModifier and TypeMethodDescriptionNotificationMessagesAsyncClient.send
(NotificationContent notificationContent) Sends a notification message from Business to User.NotificationMessagesClient.send
(NotificationContent notificationContent) Sends a notification message from Business to User. -
Uses of NotificationContent in com.azure.communication.messages.models
Subclasses of NotificationContent in com.azure.communication.messages.modelsModifier and TypeClassDescriptionfinal class
A request to send an audio notification.final class
A request to send a document notification.final class
A request to send an image notification.final class
Deprecated.A request to send an image notification.final class
A request to send a template notification.final class
A request to send a text notification.final class
A request to send a video notification.Methods in com.azure.communication.messages.models that return NotificationContentModifier and TypeMethodDescriptionstatic NotificationContent
NotificationContent.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of NotificationContent from the JsonReader.