| Package | Description |
|---|---|
| javastrava.api.v3.auth.model | |
| javastrava.api.v3.model | |
| javastrava.api.v3.rest | |
| javastrava.api.v3.service | |
| javastrava.api.v3.service.impl |
| Modifier and Type | Method and Description |
|---|---|
StravaAthlete |
TokenResponse.getAthlete() |
StravaAthlete |
Token.getAthlete() |
| Modifier and Type | Method and Description |
|---|---|
void |
TokenResponse.setAthlete(StravaAthlete athlete) |
void |
Token.setAthlete(StravaAthlete athlete) |
| Modifier and Type | Method and Description |
|---|---|
StravaAthlete |
StravaSegmentEffort.getAthlete() |
StravaAthlete |
StravaLap.getAthlete() |
StravaAthlete |
StravaComment.getAthlete() |
StravaAthlete |
StravaClubAnnouncement.getAthlete() |
StravaAthlete |
StravaBestRunningEffort.getAthlete() |
StravaAthlete |
StravaActivity.getAthlete() |
| Modifier and Type | Method and Description |
|---|---|
void |
StravaSegmentEffort.setAthlete(StravaAthlete athlete) |
void |
StravaLap.setAthlete(StravaAthlete athlete) |
void |
StravaComment.setAthlete(StravaAthlete athlete) |
void |
StravaClubAnnouncement.setAthlete(StravaAthlete athlete) |
void |
StravaBestRunningEffort.setAthlete(StravaAthlete athlete) |
void |
StravaActivity.setAthlete(StravaAthlete athlete) |
| Modifier and Type | Method and Description |
|---|---|
StravaAPIFuture<StravaAthlete> |
API.getAthleteAsync(Integer athleteId) |
StravaAPIFuture<StravaAthlete> |
API.getAuthenticatedAthleteAsync() |
StravaAPIFuture<StravaAthlete> |
API.updateAuthenticatedAthleteAsync(String city,
String state,
String country,
StravaGender sex,
Float weight) |
| Modifier and Type | Method and Description |
|---|---|
void |
AthleteAPI.getAthlete(Integer athleteId,
StravaAPICallback<StravaAthlete> callback) |
void |
AthleteAPI.getAuthenticatedAthlete(StravaAPICallback<StravaAthlete> callback) |
void |
AthleteAPI.updateAuthenticatedAthlete(String city,
String state,
String country,
StravaGender sex,
Float weight,
StravaAPICallback<StravaAthlete> callback) |
| Modifier and Type | Method and Description |
|---|---|
StravaAthlete |
Strava.getAthlete(Integer athleteId) |
StravaAthlete |
AthleteService.getAthlete(Integer athleteId)
This request is used to retrieve information about any
athlete on Strava. |
StravaAthlete |
Strava.getAuthenticatedAthlete() |
StravaAthlete |
AthleteService.getAuthenticatedAthlete()
This request is used to retrieve information about the currently authenticated
athlete. |
StravaAthlete |
Strava.updateAuthenticatedAthlete(String city,
String state,
String country,
StravaGender sex,
Float weight) |
StravaAthlete |
AthleteService.updateAuthenticatedAthlete(String city,
String state,
String country,
StravaGender sex,
Float weight)
Updates the personal details of the currently authenticated
athlete. |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<StravaAthlete> |
Strava.getAthleteAsync(Integer athleteId) |
CompletableFuture<StravaAthlete> |
AthleteService.getAthleteAsync(Integer athleteId)
This request is used to retrieve information about any
athlete on Strava. |
CompletableFuture<StravaAthlete> |
Strava.getAuthenticatedAthleteAsync() |
CompletableFuture<StravaAthlete> |
AthleteService.getAuthenticatedAthleteAsync()
This request is used to retrieve information about the currently authenticated
athlete. |
List<StravaAthlete> |
Strava.listActivityKudoers(Integer activityId) |
List<StravaAthlete> |
ActivityService.listActivityKudoers(Integer activityId)
A kudos is Strava's version of a 'like' or '+1'.
|
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) |
CompletableFuture<List<StravaAthlete>> |
ActivityService.listActivityKudoersAsync(Integer activityId)
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.listAllActivityKudoers(Integer activityId)
USE WITH CAUTION - ACTIVITIES WITH MANY KUDOERS WILL REQUIRE MANY CALLS TO THE STRAVA API
|
List<StravaAthlete> |
ActivityService.listAllActivityKudoers(Integer activityId)
List ALL kudoers on an activity, regardless of how many there are
|
CompletableFuture<List<StravaAthlete>> |
Strava.listAllActivityKudoersAsync(Integer activityId)
USE WITH CAUTION - ACTIVITIES WITH MANY KUDOERS WILL REQUIRE MANY CALLS TO THE STRAVA API
|
CompletableFuture<List<StravaAthlete>> |
ActivityService.listAllActivityKudoersAsync(Integer activityId)
List ALL kudoers on an activity, regardless of how many there are
|
List<StravaAthlete> |
Strava.listAllAthleteFriends(Integer athleteId)
USE WITH CAUTION - ATHLETES WITH MANY FRIENDS WILL REQUIRE MANY CALLS TO THE STRAVA API
|
List<StravaAthlete> |
AthleteService.listAllAthleteFriends(Integer athleteId)
Convenience method for returning ALL of an athlete's friends
|
CompletableFuture<List<StravaAthlete>> |
Strava.listAllAthleteFriendsAsync(Integer athleteId)
USE WITH CAUTION - ATHLETES WITH MANY FRIENDS WILL REQUIRE MANY CALLS TO THE STRAVA API
|
CompletableFuture<List<StravaAthlete>> |
AthleteService.listAllAthleteFriendsAsync(Integer athleteId)
Convenience method for returning ALL of an athlete's friends
|
List<StravaAthlete> |
Strava.listAllAthletesBothFollowing(Integer athleteId)
USE WITH CAUTION - ATHLETES WITH MANY FRIENDS WILL REQUIRE MANY CALLS TO THE STRAVA API
|
List<StravaAthlete> |
AthleteService.listAllAthletesBothFollowing(Integer athleteId)
Convenience method for returning ALL of the athletes that both the authenticated athlete and the given athlete are following
|
CompletableFuture<List<StravaAthlete>> |
Strava.listAllAthletesBothFollowingAsync(Integer athleteId)
USE WITH CAUTION - ATHLETES WITH MANY FRIENDS WILL REQUIRE MANY CALLS TO THE STRAVA API
|
CompletableFuture<List<StravaAthlete>> |
AthleteService.listAllAthletesBothFollowingAsync(Integer athleteId)
Convenience method for returning ALL of the athletes that both the authenticated athlete and the given athlete are following
|
List<StravaAthlete> |
Strava.listAllAuthenticatedAthleteFriends()
USE WITH CAUTION - ATHLETES WITH MANY FRIENDS WILL REQUIRE MANY CALLS TO THE STRAVA API
|
List<StravaAthlete> |
AthleteService.listAllAuthenticatedAthleteFriends()
Convenience method for returning ALL of the authenticated athlete's friends
|
CompletableFuture<List<StravaAthlete>> |
Strava.listAllAuthenticatedAthleteFriendsAsync()
USE WITH CAUTION - ATHLETES WITH MANY FRIENDS WILL REQUIRE MANY CALLS TO THE STRAVA API
|
CompletableFuture<List<StravaAthlete>> |
AthleteService.listAllAuthenticatedAthleteFriendsAsync()
Convenience method for returning ALL of the authenticated athlete's friends
|
List<StravaAthlete> |
Strava.listAllClubAdmins(Integer clubId) |
List<StravaAthlete> |
ClubService.listAllClubAdmins(Integer clubId) |
CompletableFuture<List<StravaAthlete>> |
Strava.listAllClubAdminsAsync(Integer clubId) |
CompletableFuture<List<StravaAthlete>> |
ClubService.listAllClubAdminsAsync(Integer clubId) |
List<StravaAthlete> |
Strava.listAllClubMembers(Integer clubId)
USE WITH CAUTION - CLUBS WITH MANY MEMBERS WILL REQUIRE MANY CALLS TO THE STRAVA API
|
List<StravaAthlete> |
ClubService.listAllClubMembers(Integer clubId)
Convenience method for returning ALL of the members of a club
|
CompletableFuture<List<StravaAthlete>> |
Strava.listAllClubMembersAsync(Integer clubId)
USE WITH CAUTION - CLUBS WITH MANY MEMBERS WILL REQUIRE MANY CALLS TO THE STRAVA API
|
CompletableFuture<List<StravaAthlete>> |
ClubService.listAllClubMembersAsync(Integer clubId)
Convenience method for returning ALL of the members of a club
|
List<StravaAthlete> |
Strava.listAthleteFriends(Integer athleteId) |
List<StravaAthlete> |
AthleteService.listAthleteFriends(Integer athleteId)
Friends are users an
athlete is following. |
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) |
CompletableFuture<List<StravaAthlete>> |
AthleteService.listAthleteFriendsAsync(Integer athleteId)
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<StravaAthlete> |
Strava.listAthletesBothFollowing(Integer athleteId) |
List<StravaAthlete> |
AthleteService.listAthletesBothFollowing(Integer athleteId)
Retrieve the
athletes who both the authenticated athlete and the indicated athlete are following. |
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) |
CompletableFuture<List<StravaAthlete>> |
AthleteService.listAthletesBothFollowingAsync(Integer athleteId)
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<StravaAthlete> |
Strava.listAuthenticatedAthleteFriends() |
List<StravaAthlete> |
AthleteService.listAuthenticatedAthleteFriends()
Friends are users the current
athlete is following. |
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() |
CompletableFuture<List<StravaAthlete>> |
AthleteService.listAuthenticatedAthleteFriendsAsync()
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<StravaAthlete> |
Strava.listClubAdmins(Integer clubId) |
List<StravaAthlete> |
ClubService.listClubAdmins(Integer clubId) |
List<StravaAthlete> |
Strava.listClubAdmins(Integer clubId,
Paging paging) |
List<StravaAthlete> |
ClubService.listClubAdmins(Integer clubId,
Paging paging) |
CompletableFuture<List<StravaAthlete>> |
Strava.listClubAdminsAsync(Integer clubId) |
CompletableFuture<List<StravaAthlete>> |
ClubService.listClubAdminsAsync(Integer clubId) |
CompletableFuture<List<StravaAthlete>> |
Strava.listClubAdminsAsync(Integer clubId,
Paging paging) |
CompletableFuture<List<StravaAthlete>> |
ClubService.listClubAdminsAsync(Integer clubId,
Paging paging) |
List<StravaAthlete> |
Strava.listClubMembers(Integer clubId) |
List<StravaAthlete> |
ClubService.listClubMembers(Integer clubId)
|
List<StravaAthlete> |
Strava.listClubMembers(Integer clubId,
Paging pagingInstruction) |
List<StravaAthlete> |
ClubService.listClubMembers(Integer clubId,
Paging pagingInstruction)
|
CompletableFuture<List<StravaAthlete>> |
Strava.listClubMembersAsync(Integer clubId) |
CompletableFuture<List<StravaAthlete>> |
ClubService.listClubMembersAsync(Integer clubId)
|
CompletableFuture<List<StravaAthlete>> |
Strava.listClubMembersAsync(Integer clubId,
Paging pagingInstruction) |
CompletableFuture<List<StravaAthlete>> |
ClubService.listClubMembersAsync(Integer clubId,
Paging pagingInstruction)
|
CompletableFuture<StravaAthlete> |
Strava.updateAuthenticatedAthleteAsync(String city,
String state,
String country,
StravaGender sex,
Float weight) |
CompletableFuture<StravaAthlete> |
AthleteService.updateAuthenticatedAthleteAsync(String city,
String state,
String country,
StravaGender sex,
Float weight)
Updates the personal details of the currently authenticated
athlete. |
| Modifier and Type | Method and Description |
|---|---|
StravaAthlete |
AthleteServiceImpl.getAthlete(Integer id) |
StravaAthlete |
AthleteServiceImpl.getAuthenticatedAthlete() |
StravaAthlete |
AthleteServiceImpl.updateAuthenticatedAthlete(String city,
String state,
String country,
StravaGender sex,
Float weight) |
Copyright © 2016 Dan Shannon. All rights reserved.