Class DeleteTransientDocumentsAndFoldersJson

  • All Implemented Interfaces:
    Serializable

    public class DeleteTransientDocumentsAndFoldersJson
    extends BaseJson
    Delete folder and all its contents from a transient workspace.
    See Also:
    Serialized Form
    • Constructor Detail

      • DeleteTransientDocumentsAndFoldersJson

        public DeleteTransientDocumentsAndFoldersJson()
    • 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()
        File paths
        Returns:
        File paths
      • setDocumentPaths

        public void setDocumentPaths​(Set<String> documentPaths)
        File paths
        Parameters:
        documentPaths - File paths
      • 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()
        Folder paths
        Returns:
        Folder paths
      • setFolderPaths

        public void setFolderPaths​(Set<String> folderPaths)
        Folder paths
        Parameters:
        folderPaths - Folder paths