AI-generated Key Takeaways
-
SortableField represents an attribute of a file that a query can be sorted upon.
-
Available sortable fields include creation date, last viewed date, modified date, quota used, shared date, and title.
-
These sortable fields are represented by static final SortableMetadataField objects.
An attribute of the file that a query can be sorted upon.
Field Summary
| public static final SortableMetadataField < Date > | CREATED_DATE | The date when the item was created. |
| public static final SortableMetadataField < Date > | LAST_VIEWED_BY_ME | The date this resource was most recently viewed by the user. |
| public static final SortableMetadataField < Date > | MODIFIED_BY_ME_DATE | The date when the item was most recently modified by the user. |
| public static final SortableMetadataField < Date > | MODIFIED_DATE | The date when the item was most recently modified. |
| public static final SortableMetadataField < Long > | QUOTA_USED | The Drive quota used by the file. |
| public static final SortableMetadataField < Date > | SHARED_WITH_ME_DATE | The date this resource was shared with the user. |
| public static final SortableMetadataField < String > | TITLE | The title of the item. |
Public Constructor Summary
Inherited Method Summary
Fields
public static final SortableMetadataField < Date > CREATED_DATE
The date when the item was created.
public static final SortableMetadataField < Date > LAST_VIEWED_BY_ME
The date this resource was most recently viewed by the user.
public static final SortableMetadataField < Date > MODIFIED_BY_ME_DATE
The date when the item was most recently modified by the user.
public static final SortableMetadataField < Date > MODIFIED_DATE
The date when the item was most recently modified.
public static final SortableMetadataField < Long > QUOTA_USED
The Drive quota used by the file.
public static final SortableMetadataField < Date > SHARED_WITH_ME_DATE
The date this resource was shared with the user.
public static final SortableMetadataField < String > TITLE
The title of the item.

