| Package | Description |
|---|---|
| com.google.api.services.fitness.model |
| Modifier and Type | Method and Description |
|---|---|
ListSessionsResponse |
ListSessionsResponse.clone() |
ListSessionsResponse |
ListSessionsResponse.set(String fieldName,
Object value) |
ListSessionsResponse |
ListSessionsResponse.setDeletedSession(List<Session> deletedSession)
If includeDeleted is set to true in the request, and startTime and endTime are omitted, this
will include sessions which were deleted since the last sync.
|
ListSessionsResponse |
ListSessionsResponse.setHasMoreData(Boolean hasMoreData)
Flag to indicate server has more data to transfer.
|
ListSessionsResponse |
ListSessionsResponse.setNextPageToken(String nextPageToken)
The sync token which is used to sync further changes.
|
ListSessionsResponse |
ListSessionsResponse.setSession(List<Session> session)
Sessions with an end time that is between startTime and endTime of the request.
|
Copyright © 2011–2021 Google. All rights reserved.