Class CreateNewTransientDocumentJson
java.lang.Object
com.blackberry.workspaces.sdk.api.json.BaseJson
com.blackberry.workspaces.sdk.api.json.CreateNewTransientDocumentJson
- All Implemented Interfaces:
Serializable
public class CreateNewTransientDocumentJson extends BaseJson
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description CreateNewTransientDocumentJson()
-
Method Summary
Modifier and Type Method Description DeviceType
getDeviceType()
String
getDocumentName()
String
getFolder()
String
getMailMessage()
String
getMailSubject()
Date
getModifiedDate()
Boolean
getSuggestNewNameWhenAlreadyExists()
String
getWorkspaceGuid()
boolean
isIsSendMail()
boolean
isOpenForAllRoom()
This variable indicates this file should be open to all present and future workspace entities.boolean
isSendMail()
Deprecated.void
setDeviceType(DeviceType deviceType)
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
setSendMail(boolean isSendMail)
Deprecated.void
setSuggestNewNameWhenAlreadyExists(Boolean suggestNewNameWhenAlreadyExists)
void
setWorkspaceGuid(String workspaceGuid)
Methods inherited from class com.blackberry.workspaces.sdk.api.json.BaseJson
getObjType, setObjType, toString
-
Constructor Details
-
CreateNewTransientDocumentJson
public CreateNewTransientDocumentJson()
-
-
Method Details
-
getDeviceType
-
setDeviceType
-
getMailSubject
-
setMailSubject
-
getFolder
-
setFolder
-
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. -
getModifiedDate
-
setModifiedDate
-
getMailMessage
-
setMailMessage
-
getWorkspaceGuid
-
setWorkspaceGuid
-
getSuggestNewNameWhenAlreadyExists
-
setSuggestNewNameWhenAlreadyExists
-
getDocumentName
-
setDocumentName
-