Uses of Class
com.azure.messaging.eventgrid.systemevents.AcsSmsDeliveryReportReceivedEventData
Packages that use AcsSmsDeliveryReportReceivedEventData
Package
Description
Package containing the data models for EventGridPublisherClient.
-
Uses of AcsSmsDeliveryReportReceivedEventData in com.azure.messaging.eventgrid.systemevents
Methods in com.azure.messaging.eventgrid.systemevents that return AcsSmsDeliveryReportReceivedEventDataModifier and TypeMethodDescriptionAcsSmsDeliveryReportReceivedEventData.setDeliveryAttempts(List<AcsSmsDeliveryAttemptProperties> deliveryAttempts) Set the deliveryAttempts property: List of details of delivery attempts made.AcsSmsDeliveryReportReceivedEventData.setDeliveryStatus(String deliveryStatus) Set the deliveryStatus property: Status of Delivery.AcsSmsDeliveryReportReceivedEventData.setDeliveryStatusDetails(String deliveryStatusDetails) Set the deliveryStatusDetails property: Details about Delivery Status.Set the from property: The identity of SMS message sender.AcsSmsDeliveryReportReceivedEventData.setMessageId(String messageId) Set the messageId property: The identity of the SMS message.AcsSmsDeliveryReportReceivedEventData.setReceivedTimestamp(OffsetDateTime receivedTimestamp) Set the receivedTimestamp property: The time at which the SMS delivery report was received.Set the tag property: Customer Content.Set the to property: The identity of SMS message receiver.