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 Details

  • Method Details

    • 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