Class MoveFolderJson
- java.lang.Object
-
- com.blackberry.workspaces.api.sdk.json.BaseJson
-
- com.blackberry.workspaces.api.sdk.json.MoveFolderJson
-
- All Implemented Interfaces:
Serializable
public class MoveFolderJson extends BaseJson
Used when moving a folder- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MoveFolderJson()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getCurrentFolderGuid()
Current folder guidInteger
getCurrentFolderID()
Current folder idString
getCurrentPath()
Current folder pathDeviceType
getDeviceType()
Device typeString
getNewPath()
New folder path.void
setCurrentFolderGuid(String currentFolderGuid)
Current folder guidvoid
setCurrentFolderID(Integer currentFolderID)
Current folder idvoid
setCurrentPath(String currentPath)
Current folder pathvoid
setDeviceType(DeviceType deviceType)
Device typevoid
setNewPath(String newPath)
New folder path.-
Methods inherited from class com.blackberry.workspaces.api.sdk.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
-
getCurrentPath
public String getCurrentPath()
Current folder path- Returns:
- Current folder path
-
setCurrentPath
public void setCurrentPath(String currentPath)
Current folder path- Parameters:
currentPath
- Current folder path
-
getCurrentFolderID
public Integer getCurrentFolderID()
Current folder id- Returns:
- Current folder id
-
setCurrentFolderID
public void setCurrentFolderID(Integer currentFolderID)
Current folder id- Parameters:
currentFolderID
- Current folder id
-
getNewPath
public String getNewPath()
New folder path.- Returns:
- New folder path.
-
setNewPath
public void setNewPath(String newPath)
New folder path.- Parameters:
newPath
- New folder path.
-
getCurrentFolderGuid
public String getCurrentFolderGuid()
Current folder guid- Returns:
- Current folder guid
-
setCurrentFolderGuid
public void setCurrentFolderGuid(String currentFolderGuid)
Current folder guid- Parameters:
currentFolderGuid
- Current folder guid
-
-