| Package | Description |
|---|---|
| javastrava.api.v3.model | |
| javastrava.api.v3.rest | |
| javastrava.api.v3.service | |
| javastrava.api.v3.service.impl |
| Modifier and Type | Method and Description |
|---|---|
StravaPhoto |
StravaActivityPhotos.getPrimary() |
| Modifier and Type | Method and Description |
|---|---|
void |
StravaActivityPhotos.setPrimary(StravaPhoto primary) |
| Modifier and Type | Method and Description |
|---|---|
StravaPhoto[] |
API.listActivityPhotos(Integer activityId) |
StravaPhoto[] |
ActivityAPI.listActivityPhotos(Integer activityId) |
| Modifier and Type | Method and Description |
|---|---|
List<StravaPhoto> |
Strava.listActivityPhotos(Integer activityId) |
List<StravaPhoto> |
ActivityService.listActivityPhotos(Integer activityId)
Photos are external objects associated with an activity.
|
CompletableFuture<List<StravaPhoto>> |
Strava.listActivityPhotosAsync(Integer activityId) |
CompletableFuture<List<StravaPhoto>> |
ActivityService.listActivityPhotosAsync(Integer activityId)
Photos are external objects associated with an activity.
|
| Modifier and Type | Method and Description |
|---|---|
List<StravaPhoto> |
ActivityServiceImpl.listActivityPhotos(Integer id) |
CompletableFuture<List<StravaPhoto>> |
ActivityServiceImpl.listActivityPhotosAsync(Integer activityId) |
Copyright © 2016 Dan Shannon. All rights reserved.