Class TransientMoveJson
- java.lang.Object
-
- com.blackberry.workspaces.api.sdk.json.BaseJson
-
- com.blackberry.workspaces.api.sdk.json.TransientMoveJson
-
- All Implemented Interfaces:
Serializable
public class TransientMoveJson extends BaseJson
Used for moving folders or files- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TransientMoveJson()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DeviceType
getDeviceType()
Device typeSet<String>
getDocumentPaths()
Current file paths.Set<String>
getFolderPaths()
Current folder paths.String
getTargetPath()
Target folder path or ID .String
getWorkspaceGuid()
Workspace guidvoid
setDeviceType(DeviceType deviceType)
Device typevoid
setDocumentPaths(Set<String> documentPaths)
Current file paths.void
setFolderPaths(Set<String> folderPaths)
Current folder paths.void
setTargetPath(String targetPath)
Target folder path or ID .void
setWorkspaceGuid(String workspaceGuid)
Workspace guid-
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
-
getDocumentPaths
public Set<String> getDocumentPaths()
Current file paths.- Returns:
- Current file paths.
-
setDocumentPaths
public void setDocumentPaths(Set<String> documentPaths)
Current file paths.- Parameters:
documentPaths
- Current file paths.
-
getTargetPath
public String getTargetPath()
Target folder path or ID .- Returns:
- Target folder path or ID .
-
setTargetPath
public void setTargetPath(String targetPath)
Target folder path or ID .- Parameters:
targetPath
- Target folder path or ID .
-
getWorkspaceGuid
public String getWorkspaceGuid()
Workspace guid- Returns:
- Workspace guid
-
setWorkspaceGuid
public void setWorkspaceGuid(String workspaceGuid)
Workspace guid- Parameters:
workspaceGuid
- Workspace guid
-
getFolderPaths
public Set<String> getFolderPaths()
Current folder paths.- Returns:
- Current folder paths.
-
-