MessageReceipt Class
- java.
lang. Object - com.
azure. communication. messages. models. MessageReceipt
- com.
Implements
public final class MessageReceipt
implements JsonSerializable<MessageReceipt>
Receipt of the sending one message.
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Message |
fromJson(JsonReader jsonReader)
Reads an instance of Message |
String |
getMessageId()
Get the message |
String |
getTo()
Get the to property: The native external platform user identifier of the recipient. |
Json |
toJson(JsonWriter jsonWriter) |
Methods inherited from java.lang.Object
Method Details
fromJson
public static MessageReceipt fromJson(JsonReader jsonReader)
Reads an instance of MessageReceipt from the JsonReader.
Parameters:
Returns:
Throws:
getMessageId
public String getMessageId()
Get the messageId property: The message id.
Returns:
getTo
public String getTo()
Get the to property: The native external platform user identifier of the recipient.
Returns:
toJson
Applies to
Azure SDK for Java