| java.lang.Object | |
| ↳ | com.google.android.gms.fitness.request.DataUpdateRequest |
A request to update data added by the app from the Google Fit store in the time interval specified.
An app will provide time range using startTimeMillis and endTimeMillis for which app wants to
update the fitness data. Existing fitness data for the provided time range will be cleared.
In addition, app will provide DataSet which will have new fitness data for the provided
time range. This new data will be inserted into fitness store.
An app can only update data that it has added and cannot update data added by other apps.
| Nested Classes | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| DataUpdateRequest.Builder | Builder used to create new DataUpdateRequests. | ||||||||||
|
[Expand]
Inherited Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From interface
com.google.android.gms.common.internal.safeparcel.SafeParcelable
| |||||||||||
From interface
android.os.Parcelable
| |||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| CREATOR | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Returns the data set we're inserting.
| |||||||||||
Returns the end time of the query, in the given unit since epoch.
| |||||||||||
Returns the start time of the query, in the given unit since epoch.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
android.os.Parcelable
| |||||||||||
Returns the end time of the query, in the given unit since epoch. A valid end time is always set.
Returns the start time of the query, in the given unit since epoch. A valid start time is always set.