Class RecycleBinFileQuery

All Implemented Interfaces:
Serializable

public class RecycleBinFileQuery extends RecycleBinItemQuery
This class represents a query of individual files that have been deleted and are located in the recycle bin.
Since:
2.3
See Also:
  • Field Details

    • SIZE

      public static final Column SIZE
      The column that represents the size (in bytes) of the latest version of the file. See TOTAL_SIZE for total size, which includes all versions.
    • VERSION

      public static final Column VERSION
      The column that represents the latest version if the file is versioned.
    • TOTAL_VERSIONS

      public static final Column TOTAL_VERSIONS
      The column that represents the total versions of a file if the file is versioned.
    • TOTAL_SIZE

      public static final Column TOTAL_SIZE
      The column that represents the total size (in bytes) of a file, which includes all versions if the file is versioned.
    • ALL

      public static final List<Column> ALL
      The value that represents all columns in RecycleBinFileQuery.
  • Constructor Details

    • RecycleBinFileQuery

      public RecycleBinFileQuery()