| java.lang.Object | |
| ↳ | com.google.android.gms.fitness.request.DataUpdateRequest.Builder |
Builder used to create new DataUpdateRequests.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Finishes building and returns the request.
| |||||||||||
Sets the dataSet for the data update query
| |||||||||||
Sets the time interval for the data update query.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Sets the dataSet for the data update query
| IllegalArgumentException | if the data set is null. |
|---|
Sets the time interval for the data update query.
| IllegalArgumentException | if the input time interval is invalid. |
|---|