Class AcsMessageInteractiveListReplyContent
java.lang.Object
com.azure.messaging.eventgrid.systemevents.AcsMessageInteractiveListReplyContent
- All Implemented Interfaces:
com.azure.json.JsonSerializable<AcsMessageInteractiveListReplyContent>
public final class AcsMessageInteractiveListReplyContent
extends Object
implements com.azure.json.JsonSerializable<AcsMessageInteractiveListReplyContent>
Message Interactive list reply content for a user to business message.
-
Method Summary
Modifier and TypeMethodDescriptionfromJson(com.azure.json.JsonReader jsonReader) Reads an instance of AcsMessageInteractiveListReplyContent from the JsonReader.Get the description property: The description of the selected row.Get the listItemId property: The ID of the selected list item.getTitle()Get the title property: The title of the selected list item.com.azure.json.JsonWritertoJson(com.azure.json.JsonWriter jsonWriter) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.azure.json.JsonSerializable
toJson, toJson, toJsonBytes, toJsonString
-
Method Details
-
getListItemId
Get the listItemId property: The ID of the selected list item.- Returns:
- the listItemId value.
-
getTitle
Get the title property: The title of the selected list item.- Returns:
- the title value.
-
getDescription
Get the description property: The description of the selected row.- Returns:
- the description value.
-
toJson
- Specified by:
toJsonin interfacecom.azure.json.JsonSerializable<AcsMessageInteractiveListReplyContent>- Throws:
IOException
-
fromJson
public static AcsMessageInteractiveListReplyContent fromJson(com.azure.json.JsonReader jsonReader) throws IOException Reads an instance of AcsMessageInteractiveListReplyContent from the JsonReader.- Parameters:
jsonReader- The JsonReader being read.- Returns:
- An instance of AcsMessageInteractiveListReplyContent if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.
- Throws:
IOException- If an error occurs while reading the AcsMessageInteractiveListReplyContent.
-