Class EmbeddedNotificationJson
- java.lang.Object
-
- com.blackberry.workspaces.sdk.api.json.BaseJson
-
- com.blackberry.workspaces.sdk.api.json.EmbeddedNotificationJson
-
- All Implemented Interfaces:
Serializable
public class EmbeddedNotificationJson extends BaseJson
Created by tdagan on 3/21/2017.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EmbeddedNotificationJson()
-
Method Summary
-
Methods inherited from class com.blackberry.workspaces.sdk.api.json.BaseJson
getObjType, setObjType, toString
-
-
-
-
Method Detail
-
getSenderAddress
public String getSenderAddress()
-
setSenderAddress
public void setSenderAddress(String senderAddress)
-
getPermissionRequestType
public String getPermissionRequestType()
-
setPermissionRequestType
public void setPermissionRequestType(String permissionRequestType)
-
getActionTitle
public String getActionTitle()
-
setActionTitle
public void setActionTitle(String actionTitle)
-
getParentFolderUuid
public String getParentFolderUuid()
-
setParentFolderUuid
public void setParentFolderUuid(String parentFolderUuid)
-
getSubject
public String getSubject()
-
setSubject
public void setSubject(String subject)
-
getDocumentUuid
public String getDocumentUuid()
-
setDocumentUuid
public void setDocumentUuid(String documentUuid)
-
getLink
public String getLink()
-
setLink
public void setLink(String link)
-
getExchangeLocation
public String getExchangeLocation()
-
setExchangeLocation
public void setExchangeLocation(String exchangeLocation)
-
getNotificationUuid
public String getNotificationUuid()
-
setNotificationUuid
public void setNotificationUuid(String notificationUuid)
-
getSenderOriginalAction
public String getSenderOriginalAction()
-
setSenderOriginalAction
public void setSenderOriginalAction(String senderOriginalAction)
-
getPath
public String getPath()
-
setPath
public void setPath(String path)
-
getSenderName
public String getSenderName()
-
setSenderName
public void setSenderName(String senderName)
-
getWorkspaceName
public String getWorkspaceName()
-
setWorkspaceName
public void setWorkspaceName(String workspaceName)
-
getActionDate
public Date getActionDate()
-
setActionDate
public void setActionDate(Date actionDate)
-
getDocumentContentType
public String getDocumentContentType()
-
setDocumentContentType
public void setDocumentContentType(String documentContentType)
-
getReadDate
public Date getReadDate()
-
setReadDate
public void setReadDate(Date readDate)
-
getParentFolderPath
public String getParentFolderPath()
-
setParentFolderPath
public void setParentFolderPath(String parentFolderPath)
-
getDocumentName
public String getDocumentName()
-
setDocumentName
public void setDocumentName(String documentName)
-
getFolderUuid
public String getFolderUuid()
-
setFolderUuid
public void setFolderUuid(String folderUuid)
-
getMessage
public String getMessage()
-
setMessage
public void setMessage(String message)
-
getWorkspaceUuid
public String getWorkspaceUuid()
-
setWorkspaceUuid
public void setWorkspaceUuid(String workspaceUuid)
-
getParentFolderName
public String getParentFolderName()
-
setParentFolderName
public void setParentFolderName(String parentFolderName)
-
getCommentsInfo
public List<EmbeddedNotificationsCommentInfoJson> getCommentsInfo()
-
setCommentsInfo
public void setCommentsInfo(List<EmbeddedNotificationsCommentInfoJson> commentsInfo)
-
getActionType
public String getActionType()
-
setActionType
public void setActionType(String actionType)
-
getWorkspaceType
public String getWorkspaceType()
-
setWorkspaceType
public void setWorkspaceType(String workspaceType)
-
getNotificationObject
public String getNotificationObject()
-
setNotificationObject
public void setNotificationObject(String notificationObject)
-
getFolderName
public String getFolderName()
-
setFolderName
public void setFolderName(String folderName)
-
-