| Package | Description |
|---|---|
| javastrava.api.v3.rest | |
| javastrava.api.v3.service | |
| javastrava.api.v3.service.impl |
| Modifier and Type | Method and Description |
|---|---|
StravaLap[] |
API.listActivityLaps(Integer activityId) |
StravaLap[] |
ActivityAPI.listActivityLaps(Integer activityId) |
| Modifier and Type | Method and Description |
|---|---|
List<StravaLap> |
Strava.listActivityLaps(Integer activityId) |
List<StravaLap> |
ActivityService.listActivityLaps(Integer activityId)
This resource will return all laps for an activity.
|
CompletableFuture<List<StravaLap>> |
Strava.listActivityLapsAsync(Integer activityId) |
CompletableFuture<List<StravaLap>> |
ActivityService.listActivityLapsAsync(Integer activityId)
This resource will return all laps for an activity.
|
| Modifier and Type | Method and Description |
|---|---|
List<StravaLap> |
ActivityServiceImpl.listActivityLaps(Integer id) |
CompletableFuture<List<StravaLap>> |
ActivityServiceImpl.listActivityLapsAsync(Integer activityId) |
Copyright © 2016 Dan Shannon. All rights reserved.