public class

SearchableField

extends Object
java.lang.Object
   ↳ com.google.android.gms.drive.query.SearchableField

Class Overview

Note: The Google Drive Android API is currently in developer preview. Applications compiled using this version of the API will continue to operate on devices using future versions of Google Play services; however, changes to the API are expected in future releases.

An attribute of the file that is to be searched.

Summary

Fields
public static final MetadataField<String> MIME_TYPE The MIME type of the item.
public static final OrderedMetadataField<Date> MODIFIED_DATE The date when the item was most recently modified.
public static final CollectionMetadataField<DriveId> PARENTS The IDs of the parent folders (if any) of the item.
public static final MetadataField<Boolean> STARRED Whether the user has starred the item.
public static final MetadataField<String> TITLE The title of the item.
public static final MetadataField<Boolean> TRASHED Whether the item is in the trash.
Public Constructors
SearchableField()
[Expand]
Inherited Methods
From class java.lang.Object

Fields

public static final MetadataField<String> MIME_TYPE

The MIME type of the item.

public static final OrderedMetadataField<Date> MODIFIED_DATE

The date when the item was most recently modified.

public static final CollectionMetadataField<DriveId> PARENTS

The IDs of the parent folders (if any) of the item.

public static final MetadataField<Boolean> STARRED

Whether the user has starred the item.

public static final MetadataField<String> TITLE

The title of the item.

public static final MetadataField<Boolean> TRASHED

Whether the item is in the trash.

Public Constructors

public SearchableField ()