| Package | Description |
|---|---|
| javastrava.api.v3.rest | |
| javastrava.api.v3.service | |
| javastrava.api.v3.service.impl |
| Modifier and Type | Method and Description |
|---|---|
StravaActivityZone[] |
API.listActivityZones(Integer activityId) |
StravaActivityZone[] |
ActivityAPI.listActivityZones(Integer activityId) |
| Modifier and Type | Method and Description |
|---|---|
List<StravaActivityZone> |
Strava.listActivityZones(Integer activityId) |
List<StravaActivityZone> |
ActivityService.listActivityZones(Integer activityId)
Heartrate and power zones are set by the
athlete. |
CompletableFuture<List<StravaActivityZone>> |
Strava.listActivityZonesAsync(Integer activityId) |
CompletableFuture<List<StravaActivityZone>> |
ActivityService.listActivityZonesAsync(Integer activityId)
Heartrate and power zones are set by the
athlete. |
| Modifier and Type | Method and Description |
|---|---|
List<StravaActivityZone> |
ActivityServiceImpl.listActivityZones(Integer id) |
CompletableFuture<List<StravaActivityZone>> |
ActivityServiceImpl.listActivityZonesAsync(Integer activityId) |
Copyright © 2016 Dan Shannon. All rights reserved.