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
All Methods Instance Methods Concrete Methods 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 guid-
Methods inherited from class com.blackberry.workspaces.sdk.api.json.BaseJson
getObjType, setObjType, toString
-
-
-
-
Method Detail
-
getDeviceType
public DeviceType getDeviceType()
Device type- Returns:
- Device type
-
setDeviceType
public void setDeviceType(DeviceType deviceType)
Device type- Parameters:
deviceType
- Device type
-
getItemId
public String getItemId()
The imanage item id for the document- Returns:
- The imanage item id for the document
-
setItemId
public void setItemId(String itemId)
The imanage item id for the document- Parameters:
itemId
- The imanage item id for the document
-
getParentItemId
public String 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
public void setParentItemId(String parentItemId)
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
public String getWorkspaceGuid()
Worksapce guid- Returns:
- Worksapce guid
-
setWorkspaceGuid
public void setWorkspaceGuid(String workspaceGuid)
Worksapce guid- Parameters:
workspaceGuid
- Worksapce guid
-
getNewDocumentName
public String getNewDocumentName()
New file name- Returns:
- New file name
-
setNewDocumentName
public void setNewDocumentName(String newDocumentName)
New file name- Parameters:
newDocumentName
- New file name
-
-