| Package | Description |
|---|---|
| javastrava.api.v3.rest | |
| javastrava.api.v3.service | |
| javastrava.api.v3.service.impl |
| Modifier and Type | Method and Description |
|---|---|
StravaAthleteZones |
AthleteAPI.getAuthenticatedAthleteZones()
Returns the current athlete’s heart rate zones.
|
StravaAthleteZones |
API.getAuthenticatedAthleteZones()
Returns the current athlete’s heart rate zones.
|
| Modifier and Type | Method and Description |
|---|---|
StravaAPIFuture<StravaAthleteZones> |
API.getAuthenticatedAthleteZonesAsync()
Returns the current athlete’s heart rate zones.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AthleteAPI.getAuthenticatedAthleteZones(StravaAPICallback<StravaAthleteZones> callback)
Returns the current athlete’s heart rate zones.
|
| Modifier and Type | Method and Description |
|---|---|
StravaAthleteZones |
Strava.getAuthenticatedAthleteZones() |
StravaAthleteZones |
AthleteService.getAuthenticatedAthleteZones()
Returns the current athlete’s heart rate zones.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<StravaAthleteZones> |
Strava.getAuthenticatedAthleteZonesAsync() |
CompletableFuture<StravaAthleteZones> |
AthleteService.getAuthenticatedAthleteZonesAsync()
Returns the current athlete’s heart rate zones.
|
| Modifier and Type | Method and Description |
|---|---|
StravaAthleteZones |
AthleteServiceImpl.getAuthenticatedAthleteZones() |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<StravaAthleteZones> |
AthleteServiceImpl.getAuthenticatedAthleteZonesAsync() |
Copyright © 2016 Dan Shannon. All rights reserved.