Class MoveFolderJson
java.lang.Object
com.blackberry.workspaces.sdk.api.json.BaseJson
com.blackberry.workspaces.sdk.api.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
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.sdk.api.json.BaseJson
getObjType, setObjType, toString
-
Constructor Details
-
MoveFolderJson
public MoveFolderJson()
-
-
Method Details
-
getDeviceType
Device type- Returns:
- Device type
-
setDeviceType
Device type- Parameters:
deviceType
- Device type
-
getCurrentPath
Current folder path- Returns:
- Current folder path
-
setCurrentPath
Current folder path- Parameters:
currentPath
- Current folder path
-
getCurrentFolderID
Current folder id- Returns:
- Current folder id
-
setCurrentFolderID
Current folder id- Parameters:
currentFolderID
- Current folder id
-
getNewPath
New folder path.- Returns:
- New folder path.
-
setNewPath
New folder path.- Parameters:
newPath
- New folder path.
-
getCurrentFolderGuid
Current folder guid- Returns:
- Current folder guid
-
setCurrentFolderGuid
Current folder guid- Parameters:
currentFolderGuid
- Current folder guid
-