Class MoveJson

java.lang.Object
com.blackberry.workspaces.sdk.api.json.BaseJson
com.blackberry.workspaces.sdk.api.json.MoveJson
All Implemented Interfaces:
Serializable

public class MoveJson
extends BaseJson
Used when moving files
See Also:
Serialized Form
  • Constructor Details

  • Method Details

    • getDocumentGuids

      public Set<String> getDocumentGuids()
      List of file guids
      Returns:
      List of file guids
    • setDocumentGuids

      public void setDocumentGuids​(Set<String> documentGuids)
      List of file guids
      Parameters:
      documentGuids - List of file guids
    • getDeviceType

      public DeviceType getDeviceType()
      Device types
      Returns:
      Device types
    • setDeviceType

      public void setDeviceType​(DeviceType deviceType)
      Device types
      Parameters:
      deviceType - Device types
    • getTargetGuid

      public String getTargetGuid()
      Target guid
      Returns:
      Target guid
    • setTargetGuid

      public void setTargetGuid​(String targetGuid)
      Target guid
      Parameters:
      targetGuid - Target guid
    • getTargetId

      public Integer getTargetId()
      Target id
      Returns:
      Target id
    • setTargetId

      public void setTargetId​(Integer targetId)
      Target id
      Parameters:
      targetId - Target id
    • getFolderGuids

      public Set<String> getFolderGuids()
      List of current folder guids
      Returns:
      List of current folder guids
    • setFolderGuids

      public void setFolderGuids​(Set<String> folderGuids)
      List of current folder guids
      Parameters:
      folderGuids - List of current folder guids
    • 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 .
    • getFolderIds

      public Set<Integer> getFolderIds()
      List of current folder ids
      Returns:
      List of current folder ids
    • setFolderIds

      public void setFolderIds​(Set<Integer> folderIds)
      List of current folder ids
      Parameters:
      folderIds - List of current folder ids
    • getFolderPaths

      public Set<String> getFolderPaths()
      List of current folder paths
      Returns:
      List of current folder paths
    • setFolderPaths

      public void setFolderPaths​(Set<String> folderPaths)
      List of current folder paths
      Parameters:
      folderPaths - List of current folder paths