Class SubmitDocumentsVdrJson
java.lang.Object
com.blackberry.workspaces.sdk.api.json.BaseJson
com.blackberry.workspaces.sdk.api.json.SubmitDocumentsVdrJson
- All Implemented Interfaces:
Serializable
public class SubmitDocumentsVdrJson extends BaseJson
Used when submitting files
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description SubmitDocumentsVdrJson()
-
Method Summary
Modifier and Type Method Description DeviceType
getDeviceType()
Set<String>
getDocumentGuids()
List of file guidsString
getFolder()
FolderString
getFolderGuid()
Folder guidInteger
getFolderId()
Folder idboolean
getIsSendMail()
Deprecated.String
getMailMessage()
Email messageString
getMailSubject()
Email subjectDate
getModifiedDate()
Boolean
getReadConfirmation()
RoomRecipientsJson
getRecipients()
Workspace recipientsBoolean
getSuggestNewNameWhenAlreadyExists()
TagListJson
getTagValueList()
boolean
isIsSendMail()
Is send mailboolean
isOpenForAllRoom()
This variable indicates this file should be open to all present and future workspace entities.boolean
isSendToDefaultEntities()
If set to false, the file will only be sent to the indicated recipients, otherwise default entities in the workspace will be added as recipients.void
setDeviceType(DeviceType deviceType)
void
setDocumentGuids(Set<String> documentGuids)
List of file guidsvoid
setFolder(String folder)
Foldervoid
setFolderGuid(String folderGuid)
Folder guidvoid
setFolderId(Integer folderId)
Folder idvoid
setIsSendMail(boolean isSendMail)
Is send mailvoid
setMailMessage(String mailMessage)
Email messagevoid
setMailSubject(String mailSubject)
Email subjectvoid
setModifiedDate(Date modifiedDate)
void
setOpenForAllRoom(boolean openForAllRoom)
This variable indicates this file should be open to all present and future workspace entities.void
setReadConfirmation(Boolean readConfirmation)
void
setRecipients(RoomRecipientsJson recipients)
Workspace recipientsvoid
setSendToDefaultEntities(boolean sendToDefaultEntities)
If set to false, the file will only be sent to the indicated recipients, otherwise default entities in the workspace will be added as recipients.void
setSuggestNewNameWhenAlreadyExists(Boolean suggestNewNameWhenAlreadyExists)
void
setTagValueList(TagListJson tagValueList)
Methods inherited from class com.blackberry.workspaces.sdk.api.json.BaseJson
getObjType, setObjType, toString
-
Constructor Details
-
SubmitDocumentsVdrJson
public SubmitDocumentsVdrJson()
-
-
Method Details
-
getDocumentGuids
List of file guids- Returns:
- List of file guids
-
setDocumentGuids
List of file guids- Parameters:
documentGuids
- List of file guids
-
getDeviceType
-
setDeviceType
-
isSendToDefaultEntities
public boolean isSendToDefaultEntities()If set to false, the file will only be sent to the indicated recipients, otherwise default entities in the workspace will be added as recipients.- Returns:
- If set to false, the file will only be sent to the indicated recipients, otherwise default entities in the workspace will be added as recipients.
-
setSendToDefaultEntities
public void setSendToDefaultEntities(boolean sendToDefaultEntities)If set to false, the file will only be sent to the indicated recipients, otherwise default entities in the workspace will be added as recipients.- Parameters:
sendToDefaultEntities
- If set to false, the file will only be sent to the indicated recipients, otherwise default entities in the workspace will be added as recipients.
-
isOpenForAllRoom
public boolean isOpenForAllRoom()This variable indicates this file should be open to all present and future workspace entities.- Returns:
- This variable indicates this file should be open to all present and future workspace entities.
-
setOpenForAllRoom
public void setOpenForAllRoom(boolean openForAllRoom)This variable indicates this file should be open to all present and future workspace entities.- Parameters:
openForAllRoom
- This variable indicates this file should be open to all present and future workspace entities.
-
isIsSendMail
public boolean isIsSendMail()Is send mail- Returns:
- Is send mail
-
getIsSendMail
Deprecated.Is send mail- Returns:
- Is send mail
-
setIsSendMail
public void setIsSendMail(boolean isSendMail)Is send mail- Parameters:
isSendMail
- Is send mail
-
getTagValueList
-
setTagValueList
-
getFolderGuid
Folder guid- Returns:
- Folder guid
-
setFolderGuid
Folder guid- Parameters:
folderGuid
- Folder guid
-
getSuggestNewNameWhenAlreadyExists
-
setSuggestNewNameWhenAlreadyExists
-
getReadConfirmation
-
setReadConfirmation
-
getFolderId
Folder id- Returns:
- Folder id
-
setFolderId
Folder id- Parameters:
folderId
- Folder id
-
getMailSubject
Email subject- Returns:
- Email subject
-
setMailSubject
Email subject- Parameters:
mailSubject
- Email subject
-
getFolder
Folder- Returns:
- Folder
-
setFolder
Folder- Parameters:
folder
- Folder
-
getRecipients
Workspace recipients- Returns:
- Workspace recipients
-
setRecipients
Workspace recipients- Parameters:
recipients
- Workspace recipients
-
getMailMessage
Email message- Returns:
- Email message
-
setMailMessage
Email message- Parameters:
mailMessage
- Email message
-
getModifiedDate
-
setModifiedDate
-