Class RecycleBinContainerQuery

  • All Implemented Interfaces:
    java.io.Serializable

    public class RecycleBinContainerQuery
    extends RecycleBinItemQuery
    The class that represents a query of individual containers that have been deleted and are located in the recycle bin.
    Since:
    2.3
    See Also:
    Serialized Form
    • Field Detail

      • SIZE

        public static final Column SIZE
        The column that represents the size (in bytes) of a container, which includes all versions of all files in the container and below.
      • ALL

        public static final java.util.List<Column> ALL
        Represents all columns in RecycleBinContainerQuery.
    • Constructor Detail

      • RecycleBinContainerQuery

        public RecycleBinContainerQuery()