You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clients/google-api-services-fitness/v1/2.0.0/com/google/api/services/fitness/model/ListSessionsResponse.java
+6-3Lines changed: 6 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -54,7 +54,8 @@ public final class ListSessionsResponse extends com.google.api.client.json.Gener
54
54
privatejava.lang.StringnextPageToken;
55
55
56
56
/**
57
-
* Sessions with an end time that is between startTime and endTime of the request.
57
+
* Sessions starting before endTime of the request and ending after startTime of the request up to
58
+
* (endTime of the request + 1 day).
58
59
* The value may be {@code null}.
59
60
*/
60
61
@com.google.api.client.util.Key
@@ -118,15 +119,17 @@ public ListSessionsResponse setNextPageToken(java.lang.String nextPageToken) {
118
119
}
119
120
120
121
/**
121
-
* Sessions with an end time that is between startTime and endTime of the request.
122
+
* Sessions starting before endTime of the request and ending after startTime of the request up to
123
+
* (endTime of the request + 1 day).
122
124
* @return value or {@code null} for none
123
125
*/
124
126
publicjava.util.List<Session> getSession() {
125
127
returnsession;
126
128
}
127
129
128
130
/**
129
-
* Sessions with an end time that is between startTime and endTime of the request.
131
+
* Sessions starting before endTime of the request and ending after startTime of the request up to
0 commit comments