public class Fitness.Users.DataSources.DataPointChanges.List extends FitnessRequest<ListDataPointChangesResponse>
GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>USER_AGENT_SUFFIX| Modifier | Constructor and Description |
|---|---|
protected |
List(String userId,
String dataSourceId)
Queries for user's data point changes for a particular data source.
|
| Modifier and Type | Method and Description |
|---|---|
HttpRequest |
buildHttpRequestUsingHead() |
HttpResponse |
executeUsingHead() |
String |
getDataSourceId()
The data stream ID of the data source that created the dataset.
|
Integer |
getLimit()
If specified, no more than this many data point changes will be included in the response.
|
String |
getPageToken()
The continuation token, which is used to page through large result sets.
|
String |
getUserId()
List data points for the person identified.
|
Fitness.Users.DataSources.DataPointChanges.List |
set(String parameterName,
Object value) |
Fitness.Users.DataSources.DataPointChanges.List |
set$Xgafv(String $Xgafv)
V1 error format.
|
Fitness.Users.DataSources.DataPointChanges.List |
setAccessToken(String accessToken)
OAuth access token.
|
Fitness.Users.DataSources.DataPointChanges.List |
setAlt(String alt)
Data format for response.
|
Fitness.Users.DataSources.DataPointChanges.List |
setCallback(String callback)
JSONP
|
Fitness.Users.DataSources.DataPointChanges.List |
setDataSourceId(String dataSourceId)
The data stream ID of the data source that created the dataset.
|
Fitness.Users.DataSources.DataPointChanges.List |
setFields(String fields)
Selector specifying which fields to include in a partial response.
|
Fitness.Users.DataSources.DataPointChanges.List |
setKey(String key)
API key.
|
Fitness.Users.DataSources.DataPointChanges.List |
setLimit(Integer limit)
If specified, no more than this many data point changes will be included in the
response.
|
Fitness.Users.DataSources.DataPointChanges.List |
setOauthToken(String oauthToken)
OAuth 2.0 token for the current user.
|
Fitness.Users.DataSources.DataPointChanges.List |
setPageToken(String pageToken)
The continuation token, which is used to page through large result sets.
|
Fitness.Users.DataSources.DataPointChanges.List |
setPrettyPrint(Boolean prettyPrint)
Returns response with indentations and line breaks.
|
Fitness.Users.DataSources.DataPointChanges.List |
setQuotaUser(String quotaUser)
Available to use for quota purposes for server-side applications.
|
Fitness.Users.DataSources.DataPointChanges.List |
setUploadProtocol(String uploadProtocol)
Upload protocol for media (e.g.
|
Fitness.Users.DataSources.DataPointChanges.List |
setUploadType(String uploadType)
Legacy upload protocol for media (e.g.
|
Fitness.Users.DataSources.DataPointChanges.List |
setUserId(String userId)
List data points for the person identified.
|
get$Xgafv, getAbstractGoogleClient, getAccessToken, getAlt, getCallback, getFields, getKey, getOauthToken, getPrettyPrint, getQuotaUser, getUploadProtocol, getUploadType, setDisableGZipContent, setRequestHeadersgetJsonContent, newExceptionOnError, queuebuildHttpRequest, buildHttpRequestUrl, checkRequiredParameter, execute, executeAndDownloadTo, executeAsInputStream, executeMedia, executeMediaAndDownloadTo, executeMediaAsInputStream, executeUnparsed, getDisableGZipContent, getHttpContent, getLastResponseHeaders, getLastStatusCode, getLastStatusMessage, getMediaHttpDownloader, getMediaHttpUploader, getRequestHeaders, getRequestMethod, getResponseClass, getReturnRawInputSteam, getUriTemplate, initializeMediaDownload, initializeMediaUpload, queue, setReturnRawInputStreamclone, entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys, toStringclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllprotected List(String userId, String dataSourceId)
AbstractGoogleClientRequest.execute() method to invoke the remote operation. Fitness.initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest) must be
called to initialize this instance immediately after invoking the constructor.
userId - List data points for the person identified. Use me to indicate the authenticated user. Only me is
supported at this time.dataSourceId - The data stream ID of the data source that created the dataset.public HttpResponse executeUsingHead() throws IOException
executeUsingHead in class AbstractGoogleClientRequest<ListDataPointChangesResponse>IOExceptionpublic HttpRequest buildHttpRequestUsingHead() throws IOException
buildHttpRequestUsingHead in class AbstractGoogleClientRequest<ListDataPointChangesResponse>IOExceptionpublic Fitness.Users.DataSources.DataPointChanges.List set$Xgafv(String $Xgafv)
FitnessRequestset$Xgafv in class FitnessRequest<ListDataPointChangesResponse>public Fitness.Users.DataSources.DataPointChanges.List setAccessToken(String accessToken)
FitnessRequestsetAccessToken in class FitnessRequest<ListDataPointChangesResponse>public Fitness.Users.DataSources.DataPointChanges.List setAlt(String alt)
FitnessRequestsetAlt in class FitnessRequest<ListDataPointChangesResponse>public Fitness.Users.DataSources.DataPointChanges.List setCallback(String callback)
FitnessRequestsetCallback in class FitnessRequest<ListDataPointChangesResponse>public Fitness.Users.DataSources.DataPointChanges.List setFields(String fields)
FitnessRequestsetFields in class FitnessRequest<ListDataPointChangesResponse>public Fitness.Users.DataSources.DataPointChanges.List setKey(String key)
FitnessRequestsetKey in class FitnessRequest<ListDataPointChangesResponse>public Fitness.Users.DataSources.DataPointChanges.List setOauthToken(String oauthToken)
FitnessRequestsetOauthToken in class FitnessRequest<ListDataPointChangesResponse>public Fitness.Users.DataSources.DataPointChanges.List setPrettyPrint(Boolean prettyPrint)
FitnessRequestsetPrettyPrint in class FitnessRequest<ListDataPointChangesResponse>public Fitness.Users.DataSources.DataPointChanges.List setQuotaUser(String quotaUser)
FitnessRequestsetQuotaUser in class FitnessRequest<ListDataPointChangesResponse>public Fitness.Users.DataSources.DataPointChanges.List setUploadType(String uploadType)
FitnessRequestsetUploadType in class FitnessRequest<ListDataPointChangesResponse>public Fitness.Users.DataSources.DataPointChanges.List setUploadProtocol(String uploadProtocol)
FitnessRequestsetUploadProtocol in class FitnessRequest<ListDataPointChangesResponse>public String getUserId()
public Fitness.Users.DataSources.DataPointChanges.List setUserId(String userId)
public String getDataSourceId()
public Fitness.Users.DataSources.DataPointChanges.List setDataSourceId(String dataSourceId)
public Integer getLimit()
public Fitness.Users.DataSources.DataPointChanges.List setLimit(Integer limit)
public String getPageToken()
public Fitness.Users.DataSources.DataPointChanges.List setPageToken(String pageToken)
public Fitness.Users.DataSources.DataPointChanges.List set(String parameterName, Object value)
set in class FitnessRequest<ListDataPointChangesResponse>Copyright © 2011–2022 Google. All rights reserved.