| java.lang.Object | |
| ↳ | com.google.android.gms.cloudsave.Query.Builder |
Builder class for building CloudSave query objects.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Builds a
Query object. | |||||||||||
A collection of
Entity.Keys for Entitys to fetched. | |||||||||||
If set, the query returns all
Entity objects that belong to the same Kind. | |||||||||||
If set, the query returns all
Entity objects that contain a property with given
name and value. | |||||||||||
If set, the query returns all
Entity objects that contain a property with given
name and value. | |||||||||||
If set, the query returns all
Entity objects that contain a property with given
name and value. | |||||||||||
If set, the query returns all
Entity objects that contain a property with given
name and value. | |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
A collection of Entity.Keys for Entitys to fetched. If this is set, rest
of the query criteria are ignored.
If set, the query returns all Entity objects that belong to the same Kind.
If set, the query returns all Entity objects that contain a property with given
name and value.
| name | of the property belonging to a Entity |
|---|---|
| value | of the property belonging to above name. |
If set, the query returns all Entity objects that contain a property with given
name and value.
| name | of the property belonging to a Entity |
|---|---|
| value | of the property belonging to above name. |
If set, the query returns all Entity objects that contain a property with given
name and value.
| name | of the property belonging to a Entity |
|---|---|
| value | of the property belonging to above name. |
If set, the query returns all Entity objects that contain a property with given
name and value.
| name | of the property belonging to a Entity |
|---|---|
| value | of the property belonging to above name. |