Class CreateNewIManageDocumentJson
java.lang.Object
com.blackberry.workspaces.sdk.api.json.BaseJson
com.blackberry.workspaces.sdk.api.json.CreateNewIManageDocumentJson
- All Implemented Interfaces:
Serializable
public class CreateNewIManageDocumentJson extends BaseJson
Information for creating imanage document
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description CreateNewIManageDocumentJson()
-
Method Summary
Modifier and Type Method Description DeviceType
getDeviceType()
The device typeString
getDocumentName()
The document nameString
getMailMessage()
Mail messageString
getMailSubject()
Mail subjectDate
getModifiedDate()
The modified dateString
getParentItemId()
The imanage item id of the parent folder which the document will be inBoolean
getSuggestNewNameWhenAlreadyExists()
If need to suggest new name if name already existsString
getWorkspaceGuid()
The workspace guidboolean
isIsSendMail()
Send mail to workspace ownerboolean
isOpenForAllRoom()
This variable indicates this file should be open to all present and future workspace entities.boolean
isSendMail()
Deprecated.void
setDeviceType(DeviceType deviceType)
The device typevoid
setDocumentName(String documentName)
The document namevoid
setIsSendMail(boolean isSendMail)
Send mail to workspace ownervoid
setMailMessage(String mailMessage)
Mail messagevoid
setMailSubject(String mailSubject)
Mail subjectvoid
setModifiedDate(Date modifiedDate)
The modified datevoid
setOpenForAllRoom(boolean openForAllRoom)
This variable indicates this file should be open to all present and future workspace entities.void
setParentItemId(String parentItemId)
The imanage item id of the parent folder which the document will be invoid
setSendMail(boolean isSendMail)
Deprecated.void
setSuggestNewNameWhenAlreadyExists(Boolean suggestNewNameWhenAlreadyExists)
If need to suggest new name if name already existsvoid
setWorkspaceGuid(String workspaceGuid)
The workspace guidMethods inherited from class com.blackberry.workspaces.sdk.api.json.BaseJson
getObjType, setObjType, toString
-
Constructor Details
-
CreateNewIManageDocumentJson
public CreateNewIManageDocumentJson()
-
-
Method Details
-
getDeviceType
The device type- Returns:
- The device type
-
setDeviceType
The device type- Parameters:
deviceType
- The device type
-
getMailSubject
Mail subject- Returns:
- Mail subject
-
setMailSubject
Mail subject- Parameters:
mailSubject
- Mail subject
-
getParentItemId
The imanage item id of the parent folder which the document will be in- Returns:
- The imanage item id of the parent folder which the document will be in
-
setParentItemId
The imanage item id of the parent folder which the document will be in- Parameters:
parentItemId
- The imanage item id of the parent folder which the document will be in
-
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()Send mail to workspace owner- Returns:
- Send mail to workspace owner
-
isSendMail
Deprecated.Send mail to workspace owner- Returns:
- Send mail to workspace owner
-
setIsSendMail
public void setIsSendMail(boolean isSendMail)Send mail to workspace owner- Parameters:
isSendMail
- Send mail to workspace owner
-
setSendMail
Deprecated.Send mail to workspace owner- Parameters:
isSendMail
- Send mail to workspace owner
-
getMailMessage
Mail message- Returns:
- Mail message
-
setMailMessage
Mail message- Parameters:
mailMessage
- Mail message
-
getModifiedDate
The modified date- Returns:
- The modified date
-
setModifiedDate
The modified date- Parameters:
modifiedDate
- The modified date
-
getWorkspaceGuid
The workspace guid- Returns:
- The workspace guid
-
setWorkspaceGuid
The workspace guid- Parameters:
workspaceGuid
- The workspace guid
-
getSuggestNewNameWhenAlreadyExists
If need to suggest new name if name already exists- Returns:
- If need to suggest new name if name already exists
-
setSuggestNewNameWhenAlreadyExists
If need to suggest new name if name already exists- Parameters:
suggestNewNameWhenAlreadyExists
- If need to suggest new name if name already exists
-
getDocumentName
The document name- Returns:
- The document name
-
setDocumentName
The document name- Parameters:
documentName
- The document name
-