java.lang.Object | |
↳ | com.google.android.gms.drive.query.Filters |
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 factory for creating filters that are used to construct a Query.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Returns a logical expression which combines filters with the 'AND' operator.
| |||||||||||
Returns a filter that matches items which are matched by every element of
filters . | |||||||||||
Returns a filter that matches items which are matched by all of the provided filter
parameters.
| |||||||||||
Returns a filter which checks if the value of
field equals value . | |||||||||||
Returns a filter which checks if the value of
field is greater than value . | |||||||||||
Returns a filter which checks if the value of
field is greater than or equal to
value . | |||||||||||
Returns a filter which checks whether
value is an element of field . | |||||||||||
Returns a filter which checks if the value of
field is less than value . | |||||||||||
Returns a filter which checks if the value of
field is less than or equal to
value . | |||||||||||
Returns the negation of an filter.
| |||||||||||
Returns a filter that matches items which are matched by any element of
filters . | |||||||||||
Returns a filter that matches items which are matched by any of the provided filter
parameters.
| |||||||||||
Returns a filter that matches only items that are shared with the current user.
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Returns a logical expression which combines filters with the 'AND' operator.
Returns a filter that matches items which are matched by every element of filters
.
Returns a filter that matches items which are matched by all of the provided filter parameters.
Returns a filter which checks if the value of field
equals value
.
Returns a filter which checks if the value of field
is greater than value
.
This filter can only be used with fields that have a sort order.
Returns a filter which checks if the value of field
is greater than or equal to
value
.
Returns a filter which checks whether value
is an element of field
.
This filter can only be used with fields that contain a collection value.
Returns a filter which checks if the value of field
is less than value
. This
filter can only be used with fields that have a sort order.
Returns a filter which checks if the value of field
is less than or equal to
value
. This filter can only be used with fields that have a sort order.
Returns a filter that matches items which are matched by any element of filters
.
Returns a filter that matches items which are matched by any of the provided filter parameters.
Returns a filter that matches only items that are shared with the current user.