Class DeleteDocumentsSelectionVdrJson

All Implemented Interfaces:
Serializable

public class DeleteDocumentsSelectionVdrJson
extends DocumentsSelectionVdrJson
Files or folders to be deleted from a workspace.
See Also:
Serialized Form
  • Constructor Details

  • Method Details

    • getDeviceType

      public DeviceType getDeviceType()
    • setDeviceType

      public void setDeviceType​(DeviceType deviceType)
    • getIsPermanent

      public Boolean getIsPermanent()
      Flag indicates the file should be deleted permanently (not placed in the Recycle Bin)
      Returns:
      Flag indicates the file should be deleted permanently (not placed in the Recycle Bin)
    • setIsPermanent

      public void setIsPermanent​(Boolean isPermanent)
      Flag indicates the file should be deleted permanently (not placed in the Recycle Bin)
      Parameters:
      isPermanent - Flag indicates the file should be deleted permanently (not placed in the Recycle Bin)
    • getMessage

      public String getMessage()
      Some operations using this Json support messages left for affected users.
      Returns:
      Some operations using this Json support messages left for affected users.
    • setMessage

      public void setMessage​(String message)
      Some operations using this Json support messages left for affected users.
      Parameters:
      message - Some operations using this Json support messages left for affected users.