public static class

Query.Builder

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

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.

A builder for creating queries.

Summary

Public Constructors
Query.Builder()
Public Methods
Query.Builder addFilter(Filter filter)
Adds a search filter to the query.
Query build()
Query.Builder setPageToken(String token)
Set the page token to retrieve the next page of results.
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public Query.Builder ()

Public Methods

public Query.Builder addFilter (Filter filter)

Adds a search filter to the query. If more than one filter is added, they are combined with a logical AND.

See Also

public Query build ()

public Query.Builder setPageToken (String token)

Set the page token to retrieve the next page of results.