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
All Methods Instance Methods Concrete Methods Deprecated Methods 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 guid-
Methods inherited from class com.blackberry.workspaces.sdk.api.json.BaseJson
getObjType, setObjType, toString
-
-
-
-
Method Detail
-
getDeviceType
public DeviceType getDeviceType()
The device type- Returns:
- The device type
-
setDeviceType
public void setDeviceType(DeviceType deviceType)
The device type- Parameters:
deviceType
- The device type
-
getMailSubject
public String getMailSubject()
Mail subject- Returns:
- Mail subject
-
setMailSubject
public void setMailSubject(String mailSubject)
Mail subject- Parameters:
mailSubject
- Mail subject
-
getParentItemId
public String 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
public void setParentItemId(String parentItemId)
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 public boolean 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 public void setSendMail(boolean isSendMail)
Deprecated.Send mail to workspace owner- Parameters:
isSendMail
- Send mail to workspace owner
-
getMailMessage
public String getMailMessage()
Mail message- Returns:
- Mail message
-
setMailMessage
public void setMailMessage(String mailMessage)
Mail message- Parameters:
mailMessage
- Mail message
-
getModifiedDate
public Date getModifiedDate()
The modified date- Returns:
- The modified date
-
setModifiedDate
public void setModifiedDate(Date modifiedDate)
The modified date- Parameters:
modifiedDate
- The modified date
-
getWorkspaceGuid
public String getWorkspaceGuid()
The workspace guid- Returns:
- The workspace guid
-
setWorkspaceGuid
public void setWorkspaceGuid(String workspaceGuid)
The workspace guid- Parameters:
workspaceGuid
- The workspace guid
-
getSuggestNewNameWhenAlreadyExists
public Boolean getSuggestNewNameWhenAlreadyExists()
If need to suggest new name if name already exists- Returns:
- If need to suggest new name if name already exists
-
setSuggestNewNameWhenAlreadyExists
public void setSuggestNewNameWhenAlreadyExists(Boolean suggestNewNameWhenAlreadyExists)
If need to suggest new name if name already exists- Parameters:
suggestNewNameWhenAlreadyExists
- If need to suggest new name if name already exists
-
getDocumentName
public String getDocumentName()
The document name- Returns:
- The document name
-
setDocumentName
public void setDocumentName(String documentName)
The document name- Parameters:
documentName
- The document name
-
-