| Package | Description |
|---|---|
| javastrava.api.v3.model | |
| javastrava.api.v3.rest | |
| javastrava.api.v3.service | |
| javastrava.api.v3.service.impl | |
| javastrava.util |
| Modifier and Type | Method and Description |
|---|---|
List<StravaClub> |
StravaAthlete.getClubs() |
| Modifier and Type | Method and Description |
|---|---|
void |
StravaAthlete.setClubs(List<StravaClub> clubs) |
| Modifier and Type | Method and Description |
|---|---|
StravaClub |
ClubAPI.getClub(Integer clubId) |
StravaClub |
API.getClub(Integer clubId) |
StravaClub[] |
ClubAPI.listAuthenticatedAthleteClubs() |
StravaClub[] |
API.listAuthenticatedAthleteClubs() |
| Modifier and Type | Method and Description |
|---|---|
StravaAPIFuture<StravaClub> |
API.getClubAsync(Integer clubId) |
| Modifier and Type | Method and Description |
|---|---|
void |
ClubAPI.getClub(Integer clubId,
StravaAPICallback<StravaClub> callback) |
| Modifier and Type | Method and Description |
|---|---|
StravaClub |
Strava.getClub(Integer clubId) |
StravaClub |
ClubService.getClub(Integer clubId)
Retrieve details about a specific
club. |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<StravaClub> |
Strava.getClubAsync(Integer clubId) |
CompletableFuture<StravaClub> |
ClubService.getClubAsync(Integer clubId)
Retrieve details about a specific
club. |
List<StravaClub> |
Strava.listAuthenticatedAthleteClubs() |
List<StravaClub> |
ClubService.listAuthenticatedAthleteClubs()
|
CompletableFuture<List<StravaClub>> |
Strava.listAuthenticatedAthleteClubsAsync() |
CompletableFuture<List<StravaClub>> |
ClubService.listAuthenticatedAthleteClubsAsync()
|
| Modifier and Type | Method and Description |
|---|---|
StravaClub |
ClubServiceImpl.getClub(Integer id) |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<StravaClub> |
ClubServiceImpl.getClubAsync(Integer clubId) |
List<StravaClub> |
ClubServiceImpl.listAuthenticatedAthleteClubs() |
CompletableFuture<List<StravaClub>> |
ClubServiceImpl.listAuthenticatedAthleteClubsAsync() |
| Modifier and Type | Method and Description |
|---|---|
static StravaClub |
PrivacyUtils.privateClubRepresentation(Integer id)
Creates a
StravaClub with resourceState = StravaResourceState.PRIVATE |
Copyright © 2016 Dan Shannon. All rights reserved.