StravaSegmentLeaderboard |
Strava.getSegmentLeaderboard(Integer segmentId,
Paging pagingInstruction) |
StravaSegmentLeaderboard |
SegmentService.getSegmentLeaderboard(Integer segmentId,
Paging pagingInstruction)
|
StravaSegmentLeaderboard |
Strava.getSegmentLeaderboard(Integer segmentId,
StravaGender gender,
StravaAgeGroup ageGroup,
StravaWeightClass weightClass,
Boolean following,
Integer clubId,
StravaLeaderboardDateRange dateRange,
Paging pagingInstruction,
Integer contextEntries) |
StravaSegmentLeaderboard |
SegmentService.getSegmentLeaderboard(Integer segmentId,
StravaGender gender,
StravaAgeGroup ageGroup,
StravaWeightClass weightClass,
Boolean following,
Integer clubId,
StravaLeaderboardDateRange dateRange,
Paging pagingInstruction,
Integer contextEntries)
|
CompletableFuture<StravaSegmentLeaderboard> |
Strava.getSegmentLeaderboardAsync(Integer segmentId,
Paging pagingInstruction) |
CompletableFuture<StravaSegmentLeaderboard> |
SegmentService.getSegmentLeaderboardAsync(Integer segmentId,
Paging pagingInstruction)
|
CompletableFuture<StravaSegmentLeaderboard> |
Strava.getSegmentLeaderboardAsync(Integer segmentId,
StravaGender gender,
StravaAgeGroup ageGroup,
StravaWeightClass weightClass,
Boolean following,
Integer clubId,
StravaLeaderboardDateRange dateRange,
Paging pagingInstruction,
Integer contextEntries) |
CompletableFuture<StravaSegmentLeaderboard> |
SegmentService.getSegmentLeaderboardAsync(Integer segmentId,
StravaGender gender,
StravaAgeGroup ageGroup,
StravaWeightClass weightClass,
Boolean following,
Integer clubId,
StravaLeaderboardDateRange dateRange,
Paging pagingInstruction,
Integer contextEntries)
|
List<StravaComment> |
Strava.listActivityComments(Integer activityId,
Boolean markdown,
Paging pagingInstruction) |
List<StravaComment> |
ActivityService.listActivityComments(Integer activityId,
Boolean markdown,
Paging pagingInstruction)
Comments on an activity can be viewed by any user.
|
List<StravaComment> |
Strava.listActivityComments(Integer activityId,
Paging pagingInstruction) |
List<StravaComment> |
ActivityService.listActivityComments(Integer activityId,
Paging pagingInstruction)
Comments on an activity can be viewed by any user.
|
CompletableFuture<List<StravaComment>> |
Strava.listActivityCommentsAsync(Integer activityId,
Boolean markdown,
Paging pagingInstruction) |
CompletableFuture<List<StravaComment>> |
ActivityService.listActivityCommentsAsync(Integer activityId,
Boolean markdown,
Paging pagingInstruction)
Comments on an activity can be viewed by any user.
|
CompletableFuture<List<StravaComment>> |
Strava.listActivityCommentsAsync(Integer activityId,
Paging pagingInstruction) |
CompletableFuture<List<StravaComment>> |
ActivityService.listActivityCommentsAsync(Integer activityId,
Paging pagingInstruction)
Comments on an activity can be viewed by any user.
|
List<StravaAthlete> |
Strava.listActivityKudoers(Integer activityId,
Paging pagingInstruction) |
List<StravaAthlete> |
ActivityService.listActivityKudoers(Integer activityId,
Paging pagingInstruction)
A kudos is Strava's version of a 'like' or '+1'.
|
CompletableFuture<List<StravaAthlete>> |
Strava.listActivityKudoersAsync(Integer activityId,
Paging pagingInstruction) |
CompletableFuture<List<StravaAthlete>> |
ActivityService.listActivityKudoersAsync(Integer activityId,
Paging pagingInstruction)
A kudos is Strava's version of a 'like' or '+1'.
|
List<StravaAthlete> |
Strava.listAthleteFriends(Integer athleteId,
Paging pagingInstruction) |
List<StravaAthlete> |
AthleteService.listAthleteFriends(Integer athleteId,
Paging pagingInstruction)
Friends are users an athlete is following.
|
CompletableFuture<List<StravaAthlete>> |
Strava.listAthleteFriendsAsync(Integer athleteId,
Paging pagingInstruction) |
CompletableFuture<List<StravaAthlete>> |
AthleteService.listAthleteFriendsAsync(Integer athleteId,
Paging pagingInstruction)
Friends are users an athlete is following.
|
List<StravaSegmentEffort> |
Strava.listAthleteKOMs(Integer athleteId,
Paging pagingInstruction) |
List<StravaSegmentEffort> |
AthleteService.listAthleteKOMs(Integer athleteId,
Paging pagingInstruction)
Returns an array of segment efforts representing KOMs/QOMs and course records held by the given athlete.
|
CompletableFuture<List<StravaSegmentEffort>> |
Strava.listAthleteKOMsAsync(Integer athleteId,
Paging pagingInstruction) |
CompletableFuture<List<StravaSegmentEffort>> |
AthleteService.listAthleteKOMsAsync(Integer athleteId,
Paging pagingInstruction)
Returns an array of segment efforts representing KOMs/QOMs and course records held by the given athlete.
|
List<StravaAthlete> |
Strava.listAthletesBothFollowing(Integer athleteId,
Paging pagingInstruction) |
List<StravaAthlete> |
AthleteService.listAthletesBothFollowing(Integer athleteId,
Paging pagingInstruction)
Retrieve the athletes who both the authenticated athlete and the indicated athlete are following.
|
CompletableFuture<List<StravaAthlete>> |
Strava.listAthletesBothFollowingAsync(Integer athleteId,
Paging pagingInstruction) |
CompletableFuture<List<StravaAthlete>> |
AthleteService.listAthletesBothFollowingAsync(Integer athleteId,
Paging pagingInstruction)
Retrieve the athletes who both the authenticated athlete and the indicated athlete are following.
|
List<StravaActivity> |
Strava.listAuthenticatedAthleteActivities(LocalDateTime before,
LocalDateTime after,
Paging pagingInstruction) |
List<StravaActivity> |
ActivityService.listAuthenticatedAthleteActivities(LocalDateTime before,
LocalDateTime after,
Paging pagingInstruction)
|
List<StravaActivity> |
Strava.listAuthenticatedAthleteActivities(Paging pagingInstruction) |
List<StravaActivity> |
ActivityService.listAuthenticatedAthleteActivities(Paging pagingInstruction)
|
CompletableFuture<List<StravaActivity>> |
Strava.listAuthenticatedAthleteActivitiesAsync(LocalDateTime before,
LocalDateTime after,
Paging pagingInstruction) |
CompletableFuture<List<StravaActivity>> |
ActivityService.listAuthenticatedAthleteActivitiesAsync(LocalDateTime before,
LocalDateTime after,
Paging pagingInstruction)
|
CompletableFuture<List<StravaActivity>> |
Strava.listAuthenticatedAthleteActivitiesAsync(Paging pagingInstruction) |
CompletableFuture<List<StravaActivity>> |
ActivityService.listAuthenticatedAthleteActivitiesAsync(Paging pagingInstruction)
|
List<StravaAthlete> |
Strava.listAuthenticatedAthleteFriends(Paging pagingInstruction) |
List<StravaAthlete> |
AthleteService.listAuthenticatedAthleteFriends(Paging pagingInstruction)
Friends are users the current athlete is following.
|
CompletableFuture<List<StravaAthlete>> |
Strava.listAuthenticatedAthleteFriendsAsync(Paging pagingInstruction) |
CompletableFuture<List<StravaAthlete>> |
AthleteService.listAuthenticatedAthleteFriendsAsync(Paging pagingInstruction)
Friends are users the current athlete is following.
|
List<StravaSegment> |
Strava.listAuthenticatedAthleteStarredSegments(Paging pagingInstruction) |
List<StravaSegment> |
SegmentService.listAuthenticatedAthleteStarredSegments(Paging pagingInstruction)
|
CompletableFuture<List<StravaSegment>> |
Strava.listAuthenticatedAthleteStarredSegmentsAsync(Paging pagingInstruction) |
CompletableFuture<List<StravaSegment>> |
SegmentService.listAuthenticatedAthleteStarredSegmentsAsync(Paging pagingInstruction)
|
List<StravaAthlete> |
Strava.listClubAdmins(Integer clubId,
Paging paging) |
List<StravaAthlete> |
ClubService.listClubAdmins(Integer clubId,
Paging paging) |
CompletableFuture<List<StravaAthlete>> |
Strava.listClubAdminsAsync(Integer clubId,
Paging paging) |
CompletableFuture<List<StravaAthlete>> |
ClubService.listClubAdminsAsync(Integer clubId,
Paging paging) |
List<StravaAthlete> |
Strava.listClubMembers(Integer clubId,
Paging pagingInstruction) |
List<StravaAthlete> |
ClubService.listClubMembers(Integer clubId,
Paging pagingInstruction)
Retrieve summary information about member athletes of a specific club.
|
CompletableFuture<List<StravaAthlete>> |
Strava.listClubMembersAsync(Integer clubId,
Paging pagingInstruction) |
CompletableFuture<List<StravaAthlete>> |
ClubService.listClubMembersAsync(Integer clubId,
Paging pagingInstruction)
Retrieve summary information about member athletes of a specific club.
|
List<StravaActivity> |
Strava.listFriendsActivities(Paging pagingInstruction) |
List<StravaActivity> |
ActivityService.listFriendsActivities(Paging pagingInstruction)
List the recent activities performed by those the current authenticated StravaAthlete is following.
|
CompletableFuture<List<StravaActivity>> |
Strava.listFriendsActivitiesAsync(Paging pagingInstruction) |
CompletableFuture<List<StravaActivity>> |
ActivityService.listFriendsActivitiesAsync(Paging pagingInstruction)
List the recent activities performed by those the current authenticated StravaAthlete is following.
|
List<StravaActivity> |
Strava.listRecentClubActivities(Integer clubId,
Paging pagingInstruction) |
List<StravaActivity> |
ClubService.listRecentClubActivities(Integer clubId,
Paging pagingInstruction)
|
CompletableFuture<List<StravaActivity>> |
Strava.listRecentClubActivitiesAsync(Integer clubId,
Paging pagingInstruction) |
CompletableFuture<List<StravaActivity>> |
ClubService.listRecentClubActivitiesAsync(Integer clubId,
Paging pagingInstruction)
|
List<StravaActivity> |
Strava.listRelatedActivities(Integer activityId,
Paging pagingInstruction) |
List<StravaActivity> |
ActivityService.listRelatedActivities(Integer id,
Paging pagingInstruction)
Returns the activities that were matched as "with this group".
|
CompletableFuture<List<StravaActivity>> |
Strava.listRelatedActivitiesAsync(Integer activityId,
Paging pagingInstruction) |
CompletableFuture<List<StravaActivity>> |
ActivityService.listRelatedActivitiesAsync(Integer id,
Paging pagingInstruction)
Returns the activities that were matched as "with this group".
|
List<StravaSegmentEffort> |
Strava.listSegmentEfforts(Integer segmentId,
Integer athleteId,
LocalDateTime startDateLocal,
LocalDateTime endDateLocal,
Paging pagingInstruction) |
List<StravaSegmentEffort> |
SegmentService.listSegmentEfforts(Integer segmentId,
Integer athleteId,
LocalDateTime startDateLocal,
LocalDateTime endDateLocal,
Paging pagingInstruction)
|
List<StravaSegmentEffort> |
Strava.listSegmentEfforts(Integer segmentId,
Paging pagingInstruction) |
List<StravaSegmentEffort> |
SegmentService.listSegmentEfforts(Integer segmentId,
Paging pagingInstruction)
|
CompletableFuture<List<StravaSegmentEffort>> |
Strava.listSegmentEffortsAsync(Integer segmentId,
Integer athleteId,
LocalDateTime startDateLocal,
LocalDateTime endDateLocal,
Paging pagingInstruction) |
CompletableFuture<List<StravaSegmentEffort>> |
SegmentService.listSegmentEffortsAsync(Integer segmentId,
Integer athleteId,
LocalDateTime startDateLocal,
LocalDateTime endDateLocal,
Paging pagingInstruction)
|
CompletableFuture<List<StravaSegmentEffort>> |
Strava.listSegmentEffortsAsync(Integer segmentId,
Paging pagingInstruction) |
CompletableFuture<List<StravaSegmentEffort>> |
SegmentService.listSegmentEffortsAsync(Integer segmentId,
Paging pagingInstruction)
|
List<StravaSegment> |
Strava.listStarredSegments(Integer athleteId,
Paging pagingInstruction) |
List<StravaSegment> |
SegmentService.listStarredSegments(Integer athleteId,
Paging pagingInstruction)
|
CompletableFuture<List<StravaSegment>> |
Strava.listStarredSegmentsAsync(Integer athleteId,
Paging pagingInstruction) |
CompletableFuture<List<StravaSegment>> |
SegmentService.listStarredSegmentsAsync(Integer athleteId,
Paging pagingInstruction)
|