Class EmbeddedNotificationsCommentInfoJson
java.lang.Object
com.blackberry.workspaces.sdk.api.json.BaseJson
com.blackberry.workspaces.sdk.api.json.EmbeddedNotificationsCommentInfoJson
- All Implemented Interfaces:
Serializable
public class EmbeddedNotificationsCommentInfoJson extends BaseJson
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description EmbeddedNotificationsCommentInfoJson()
-
Method Summary
Modifier and Type Method Description String
getCommentData()
String
getCommentParent()
String
getCommentUuid()
String
getNotificationUuid()
void
setCommentData(String commentData)
void
setCommentParent(String commentParent)
void
setCommentUuid(String commentUuid)
void
setNotificationUuid(String notificationUuid)
Methods inherited from class com.blackberry.workspaces.sdk.api.json.BaseJson
getObjType, setObjType, toString
-
Constructor Details
-
EmbeddedNotificationsCommentInfoJson
public EmbeddedNotificationsCommentInfoJson()
-
-
Method Details