Class SubmitDocumentVdrJson
- java.lang.Object
-
- com.blackberry.workspaces.sdk.api.json.BaseJson
-
- com.blackberry.workspaces.sdk.api.json.SubmitDocumentVdrJson
-
- All Implemented Interfaces:
Serializable
public class SubmitDocumentVdrJson extends BaseJson
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SubmitDocumentVdrJson()
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description DeviceType
getDeviceType()
String
getDocumentGuid()
String
getDocumentName()
String
getFolder()
String
getFolderGuid()
Integer
getFolderId()
boolean
getIsSendMail()
Deprecated.String
getMailMessage()
String
getMailSubject()
Date
getModifiedDate()
Boolean
getReadConfirmation()
RoomRecipientsJson
getRecipients()
Boolean
getSuggestNewNameWhenAlreadyExists()
TagListJson
getTagValueList()
boolean
isIsSendMail()
boolean
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
setDocumentGuid(String documentGuid)
void
setDocumentName(String documentName)
void
setFolder(String folder)
void
setFolderGuid(String folderGuid)
void
setFolderId(Integer folderId)
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
setReadConfirmation(Boolean readConfirmation)
void
setRecipients(RoomRecipientsJson recipients)
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)
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)
-
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()
-
getIsSendMail
@Deprecated public boolean getIsSendMail()
Deprecated.
-
setIsSendMail
public void setIsSendMail(boolean isSendMail)
-
getFolderGuid
public String getFolderGuid()
-
setFolderGuid
public void setFolderGuid(String folderGuid)
-
getTagValueList
public TagListJson getTagValueList()
-
setTagValueList
public void setTagValueList(TagListJson tagValueList)
-
getDocumentName
public String getDocumentName()
-
setDocumentName
public void setDocumentName(String documentName)
-
getSuggestNewNameWhenAlreadyExists
public Boolean getSuggestNewNameWhenAlreadyExists()
-
setSuggestNewNameWhenAlreadyExists
public void setSuggestNewNameWhenAlreadyExists(Boolean suggestNewNameWhenAlreadyExists)
-
getReadConfirmation
public Boolean getReadConfirmation()
-
setReadConfirmation
public void setReadConfirmation(Boolean readConfirmation)
-
getFolderId
public Integer getFolderId()
-
setFolderId
public void setFolderId(Integer folderId)
-
getDocumentGuid
public String getDocumentGuid()
-
setDocumentGuid
public void setDocumentGuid(String documentGuid)
-
getMailSubject
public String getMailSubject()
-
setMailSubject
public void setMailSubject(String mailSubject)
-
getFolder
public String getFolder()
-
setFolder
public void setFolder(String folder)
-
getRecipients
public RoomRecipientsJson getRecipients()
-
setRecipients
public void setRecipients(RoomRecipientsJson recipients)
-
getMailMessage
public String getMailMessage()
-
setMailMessage
public void setMailMessage(String mailMessage)
-
getModifiedDate
public Date getModifiedDate()
-
setModifiedDate
public void setModifiedDate(Date modifiedDate)
-
-