public class

Query

extends Object
implements Parcelable
java.lang.Object
   ↳ com.google.android.gms.drive.query.Query

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.

The query object specifies constraints on a query result, including filters and paging information.

Summary

Nested Classes
class Query.Builder A builder for creating queries. 
[Expand]
Inherited Constants
From interface android.os.Parcelable
Fields
public static final Creator<Query> CREATOR
Public Methods
int describeContents()
Filter getFilter()
Get the filters that will restrict the query results.
String getPageToken()
A token that indicates the next page of results to retrieve.
void writeToParcel(Parcel out, int flags)
[Expand]
Inherited Methods
From class java.lang.Object
From interface android.os.Parcelable

Fields

public static final Creator<Query> CREATOR

Public Methods

public int describeContents ()

public Filter getFilter ()

Get the filters that will restrict the query results.

public String getPageToken ()

A token that indicates the next page of results to retrieve. This should be a token that was returned in a previous query.

public void writeToParcel (Parcel out, int flags)