public class RenameIManageDocumentJson extends BaseJson
Constructor and Description |
---|
RenameIManageDocumentJson() |
Modifier and Type | Method and Description |
---|---|
DeviceType |
getDeviceType()
Device type
|
String |
getItemId()
The imanage item id for the document
|
String |
getNewDocumentName()
New file name
|
String |
getParentItemId()
The imanage item id for the parent folder where the docuemnt is in
|
String |
getWorkspaceGuid()
Worksapce guid
|
void |
setDeviceType(DeviceType deviceType)
Device type
|
void |
setItemId(String itemId)
The imanage item id for the document
|
void |
setNewDocumentName(String newDocumentName)
New file name
|
void |
setParentItemId(String parentItemId)
The imanage item id for the parent folder where the docuemnt is in
|
void |
setWorkspaceGuid(String workspaceGuid)
Worksapce guid
|
getObjType, setObjType, toString
public DeviceType getDeviceType()
public void setDeviceType(DeviceType deviceType)
deviceType
- Device typepublic String getItemId()
public void setItemId(String itemId)
itemId
- The imanage item id for the documentpublic String getParentItemId()
public void setParentItemId(String parentItemId)
parentItemId
- The imanage item id for the parent folder where the
docuemnt is inpublic String getWorkspaceGuid()
public void setWorkspaceGuid(String workspaceGuid)
workspaceGuid
- Worksapce guidpublic String getNewDocumentName()
public void setNewDocumentName(String newDocumentName)
newDocumentName
- New file nameCopyright © 2019. All rights reserved.