Uses of Class
com.azure.communication.messages.models.SendMessageResult
Packages that use SendMessageResult
Package
Description
Package containing the classes for Messages.
Package containing the data models for Messages.
-
Uses of SendMessageResult in com.azure.communication.messages
Methods in com.azure.communication.messages that return SendMessageResultModifier and TypeMethodDescriptionNotificationMessagesClient.send
(NotificationContent notificationContent) Sends a notification message from Business to User.Methods in com.azure.communication.messages that return types with arguments of type SendMessageResultModifier and TypeMethodDescriptionNotificationMessagesAsyncClient.send
(NotificationContent notificationContent) Sends a notification message from Business to User. -
Uses of SendMessageResult in com.azure.communication.messages.models
Methods in com.azure.communication.messages.models that return SendMessageResultModifier and TypeMethodDescriptionstatic SendMessageResult
SendMessageResult.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of SendMessageResult from the JsonReader.