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
All Methods Instance Methods Concrete Methods Deprecated Methods 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
-
-
-
-
Method Detail
-
getDeviceType
public DeviceType getDeviceType()
-
setDeviceType
public void setDeviceType(DeviceType deviceType)
-
getDocumentGuids
public Set<String> getDocumentGuids()
List of file guids- Returns:
- List of file guids
-
setDocumentGuids
public void setDocumentGuids(Set<String> documentGuids)
List of file guids- Parameters:
documentGuids
- List of file guids
-
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 public boolean getIsSendMail()
Deprecated.Is send mail- Returns:
- Is send mail
-
setIsSendMail
public void setIsSendMail(boolean isSendMail)
Is send mail- Parameters:
isSendMail
- Is send mail
-
getFolderGuid
public String getFolderGuid()
Folder guid- Returns:
- Folder guid
-
setFolderGuid
public void setFolderGuid(String folderGuid)
Folder guid- Parameters:
folderGuid
- Folder guid
-
getTagValueList
public TagListJson getTagValueList()
-
setTagValueList
public void setTagValueList(TagListJson tagValueList)
-
getSuggestNewNameWhenAlreadyExists
public Boolean getSuggestNewNameWhenAlreadyExists()
-
setSuggestNewNameWhenAlreadyExists
public void setSuggestNewNameWhenAlreadyExists(Boolean suggestNewNameWhenAlreadyExists)
-
getReadConfirmation
public Boolean getReadConfirmation()
-
setReadConfirmation
public void setReadConfirmation(Boolean readConfirmation)
-
getFolderId
public Integer getFolderId()
Folder id- Returns:
- Folder id
-
setFolderId
public void setFolderId(Integer folderId)
Folder id- Parameters:
folderId
- Folder id
-
getMailSubject
public String getMailSubject()
Email subject- Returns:
- Email subject
-
setMailSubject
public void setMailSubject(String mailSubject)
Email subject- Parameters:
mailSubject
- Email subject
-
getFolder
public String getFolder()
Folder- Returns:
- Folder
-
setFolder
public void setFolder(String folder)
Folder- Parameters:
folder
- Folder
-
getRecipients
public RoomRecipientsJson getRecipients()
Workspace recipients- Returns:
- Workspace recipients
-
setRecipients
public void setRecipients(RoomRecipientsJson recipients)
Workspace recipients- Parameters:
recipients
- Workspace recipients
-
getMailMessage
public String getMailMessage()
Email message- Returns:
- Email message
-
setMailMessage
public void setMailMessage(String mailMessage)
Email message- Parameters:
mailMessage
- Email message
-
getModifiedDate
public Date getModifiedDate()
-
setModifiedDate
public void setModifiedDate(Date modifiedDate)
-
-