Class RenameIManageDocumentJson
java.lang.Object
com.blackberry.workspaces.sdk.api.json.BaseJson
com.blackberry.workspaces.sdk.api.json.RenameIManageDocumentJson
- All Implemented Interfaces:
Serializable
public class RenameIManageDocumentJson extends BaseJson
Information about the file to rename
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description RenameIManageDocumentJson()
-
Method Summary
Modifier and Type Method Description DeviceType
getDeviceType()
Device typeString
getItemId()
The imanage item id for the documentString
getNewDocumentName()
New file nameString
getParentItemId()
The imanage item id for the parent folder where the docuemnt is inString
getWorkspaceGuid()
Worksapce guidvoid
setDeviceType(DeviceType deviceType)
Device typevoid
setItemId(String itemId)
The imanage item id for the documentvoid
setNewDocumentName(String newDocumentName)
New file namevoid
setParentItemId(String parentItemId)
The imanage item id for the parent folder where the docuemnt is invoid
setWorkspaceGuid(String workspaceGuid)
Worksapce guidMethods inherited from class com.blackberry.workspaces.sdk.api.json.BaseJson
getObjType, setObjType, toString
-
Constructor Details
-
RenameIManageDocumentJson
public RenameIManageDocumentJson()
-
-
Method Details
-
getDeviceType
Device type- Returns:
- Device type
-
setDeviceType
Device type- Parameters:
deviceType
- Device type
-
getItemId
The imanage item id for the document- Returns:
- The imanage item id for the document
-
setItemId
The imanage item id for the document- Parameters:
itemId
- The imanage item id for the document
-
getParentItemId
The imanage item id for the parent folder where the docuemnt is in- Returns:
- The imanage item id for the parent folder where the docuemnt is in
-
setParentItemId
The imanage item id for the parent folder where the docuemnt is in- Parameters:
parentItemId
- The imanage item id for the parent folder where the docuemnt is in
-
getWorkspaceGuid
Worksapce guid- Returns:
- Worksapce guid
-
setWorkspaceGuid
Worksapce guid- Parameters:
workspaceGuid
- Worksapce guid
-
getNewDocumentName
New file name- Returns:
- New file name
-
setNewDocumentName
New file name- Parameters:
newDocumentName
- New file name
-