public final class ListDataPointChangesResponse extends GenericJson
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the Fitness API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
ListDataPointChangesResponse() |
| Modifier and Type | Method and Description |
|---|---|
ListDataPointChangesResponse |
clone() |
String |
getDataSourceId()
The data stream ID of the data source with data point changes.
|
List<DataPoint> |
getDeletedDataPoint()
Deleted data points for the user.
|
List<DataPoint> |
getInsertedDataPoint()
Inserted data points for the user.
|
String |
getNextPageToken()
The continuation token, which is used to page through large result sets.
|
ListDataPointChangesResponse |
set(String fieldName,
Object value) |
ListDataPointChangesResponse |
setDataSourceId(String dataSourceId)
The data stream ID of the data source with data point changes.
|
ListDataPointChangesResponse |
setDeletedDataPoint(List<DataPoint> deletedDataPoint)
Deleted data points for the user.
|
ListDataPointChangesResponse |
setInsertedDataPoint(List<DataPoint> insertedDataPoint)
Inserted data points for the user.
|
ListDataPointChangesResponse |
setNextPageToken(String nextPageToken)
The continuation token, which is used to page through large result sets.
|
getFactory, setFactory, toPrettyString, toStringentrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic String getDataSourceId()
null for nonepublic ListDataPointChangesResponse setDataSourceId(String dataSourceId)
dataSourceId - dataSourceId or null for nonepublic List<DataPoint> getDeletedDataPoint()
null for nonepublic ListDataPointChangesResponse setDeletedDataPoint(List<DataPoint> deletedDataPoint)
deletedDataPoint - deletedDataPoint or null for nonepublic List<DataPoint> getInsertedDataPoint()
null for nonepublic ListDataPointChangesResponse setInsertedDataPoint(List<DataPoint> insertedDataPoint)
insertedDataPoint - insertedDataPoint or null for nonepublic String getNextPageToken()
null for nonepublic ListDataPointChangesResponse setNextPageToken(String nextPageToken)
nextPageToken - nextPageToken or null for nonepublic ListDataPointChangesResponse set(String fieldName, Object value)
set in class GenericJsonpublic ListDataPointChangesResponse clone()
clone in class GenericJsonCopyright © 2011–2022 Google. All rights reserved.