| Package | Description |
|---|---|
| javastrava.api.v3.rest | |
| javastrava.api.v3.service | |
| javastrava.api.v3.service.impl |
| Modifier and Type | Method and Description |
|---|---|
StravaClubAnnouncement[] |
ClubAPI.listClubAnnouncements(Integer clubId) |
StravaClubAnnouncement[] |
API.listClubAnnouncements(Integer clubId) |
| Modifier and Type | Method and Description |
|---|---|
List<StravaClubAnnouncement> |
Strava.listClubAnnouncements(Integer clubId) |
List<StravaClubAnnouncement> |
ClubService.listClubAnnouncements(Integer clubId)
Announcements are posts sent by Club Admins or Owners to the members of a club.
|
CompletableFuture<List<StravaClubAnnouncement>> |
Strava.listClubAnnouncementsAsync(Integer clubId) |
CompletableFuture<List<StravaClubAnnouncement>> |
ClubService.listClubAnnouncementsAsync(Integer clubId)
Announcements are posts sent by Club Admins or Owners to the members of a club.
|
| Modifier and Type | Method and Description |
|---|---|
List<StravaClubAnnouncement> |
ClubServiceImpl.listClubAnnouncements(Integer clubId) |
CompletableFuture<List<StravaClubAnnouncement>> |
ClubServiceImpl.listClubAnnouncementsAsync(Integer clubId) |
Copyright © 2016 Dan Shannon. All rights reserved.