| Package | Description |
|---|---|
| javastrava.api.v3.rest | |
| javastrava.api.v3.service | |
| javastrava.api.v3.service.impl |
| Modifier and Type | Method and Description |
|---|---|
StravaClubEvent[] |
ClubAPI.listClubGroupEvents(Integer clubId) |
StravaClubEvent[] |
API.listClubGroupEvents(Integer clubId) |
| Modifier and Type | Method and Description |
|---|---|
List<StravaClubEvent> |
Strava.listClubGroupEvents(Integer clubId)
Group Events are optionally recurring events for club members.
|
List<StravaClubEvent> |
ClubService.listClubGroupEvents(Integer clubId)
Group Events are optionally recurring events for club members.
|
CompletableFuture<List<StravaClubEvent>> |
Strava.listClubGroupEventsAsync(Integer clubId)
Group Events are optionally recurring events for club members.
|
CompletableFuture<List<StravaClubEvent>> |
ClubService.listClubGroupEventsAsync(Integer clubId)
Group Events are optionally recurring events for club members.
|
| Modifier and Type | Method and Description |
|---|---|
List<StravaClubEvent> |
ClubServiceImpl.listClubGroupEvents(Integer clubId) |
CompletableFuture<List<StravaClubEvent>> |
ClubServiceImpl.listClubGroupEventsAsync(Integer clubId) |
Copyright © 2016 Dan Shannon. All rights reserved.