Class SubmitTransientDocumentVdrJson
java.lang.Object
com.blackberry.workspaces.sdk.api.json.BaseJson
com.blackberry.workspaces.sdk.api.json.SubmitTransientDocumentVdrJson
- All Implemented Interfaces:
Serializable
public class SubmitTransientDocumentVdrJson extends BaseJson
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description SubmitTransientDocumentVdrJson()
-
Method Summary
Modifier and Type Method Description DeviceType
getDeviceType()
String
getDocumentGuid()
String
getDocumentName()
String
getFolder()
String
getMailMessage()
String
getMailSubject()
Date
getModifiedDate()
RoomRecipientsJson
getRecipients()
Workspace recipientsBoolean
getSuggestNewNameWhenAlreadyExists()
boolean
isIsSendMail()
boolean
isOpenForAllRoom()
This variable indicates this file should be open to all present and future workspace entities.boolean
isSendMail()
Deprecated.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
setDocumentGuid(String documentGuid)
void
setDocumentName(String documentName)
void
setFolder(String folder)
void
setIsSendMail(boolean isSendMail)
void
setMailMessage(String mailMessage)
void
setMailSubject(String mailSubject)
void
setModifiedDate(Date modifiedDate)
void
setOpenForAllRoom(boolean openForAllRoom)
This variable indicates this file should be open to all present and future workspace entities.void
setRecipients(RoomRecipientsJson recipients)
Workspace recipientsvoid
setSendMail(boolean isSendMail)
Deprecated.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.void
setSuggestNewNameWhenAlreadyExists(Boolean suggestNewNameWhenAlreadyExists)
Methods inherited from class com.blackberry.workspaces.sdk.api.json.BaseJson
getObjType, setObjType, toString
-
Constructor Details
-
SubmitTransientDocumentVdrJson
public SubmitTransientDocumentVdrJson()
-
-
Method Details
-
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() -
isSendMail
Deprecated. -
setIsSendMail
public void setIsSendMail(boolean isSendMail) -
setSendMail
Deprecated. -
getSuggestNewNameWhenAlreadyExists
-
setSuggestNewNameWhenAlreadyExists
-
getDocumentName
-
setDocumentName
-
getDocumentGuid
-
setDocumentGuid
-
getMailSubject
-
setMailSubject
-
getFolder
-
setFolder
-
getRecipients
Workspace recipients- Returns:
- Workspace recipients
-
setRecipients
Workspace recipients- Parameters:
recipients
- Workspace recipients
-
getModifiedDate
-
setModifiedDate
-
getMailMessage
-
setMailMessage
-