Class DocumentCommentJson
- java.lang.Object
-
- com.blackberry.workspaces.api.sdk.json.BaseJson
-
- com.blackberry.workspaces.api.sdk.json.DocumentCommentJson
-
- All Implemented Interfaces:
Serializable
public class DocumentCommentJson extends BaseJson
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DocumentCommentJson()
-
Method Summary
-
Methods inherited from class com.blackberry.workspaces.api.sdk.json.BaseJson
getObjType, setObjType, toString
-
-
-
-
Method Detail
-
getCreatingUserAddress
public String getCreatingUserAddress()
-
setCreatingUserAddress
public void setCreatingUserAddress(String creatingUserAddress)
-
getUpdateDate
public Date getUpdateDate()
-
setUpdateDate
public void setUpdateDate(Date updateDate)
-
getData
public String getData()
-
setData
public void setData(String data)
-
getDocumentUuid
public String getDocumentUuid()
-
setDocumentUuid
public void setDocumentUuid(String documentUuid)
-
getIsRead
public Boolean getIsRead()
-
setIsRead
public void setIsRead(Boolean isRead)
-
getCreationDate
public Date getCreationDate()
-
setCreationDate
public void setCreationDate(Date creationDate)
-
getWorkspaceUuid
public String getWorkspaceUuid()
-
setWorkspaceUuid
public void setWorkspaceUuid(String workspaceUuid)
-
getFolderId
public Integer getFolderId()
-
setFolderId
public void setFolderId(Integer folderId)
-
getRoomId
public Integer getRoomId()
-
setRoomId
public void setRoomId(Integer roomId)
-
getOrganizationId
public Integer getOrganizationId()
-
setOrganizationId
public void setOrganizationId(Integer organizationId)
-
getPath
public String getPath()
-
setPath
public void setPath(String path)
-
getReplyCommentsList
public List<DocumentCommentJson> getReplyCommentsList()
-
setReplyCommentsList
public void setReplyCommentsList(List<DocumentCommentJson> replyCommentsList)
-
getCreatingUserName
public String getCreatingUserName()
-
setCreatingUserName
public void setCreatingUserName(String creatingUserName)
-
getParentCommentUuid
public String getParentCommentUuid()
-
setParentCommentUuid
public void setParentCommentUuid(String parentCommentUuid)
-
getCommentUuid
public String getCommentUuid()
-
setCommentUuid
public void setCommentUuid(String commentUuid)
-
getMentionType
public String getMentionType()
-
setMentionType
public void setMentionType(String mentionType)
-
getDeleteDate
public Date getDeleteDate()
-
setDeleteDate
public void setDeleteDate(Date deleteDate)
-
-