| Package | Description |
|---|---|
| javastrava.api.v3.model | |
| javastrava.api.v3.rest | |
| javastrava.api.v3.service | |
| javastrava.api.v3.service.impl |
| Constructor and Description |
|---|
StravaActivityUpdate(StravaActivity activity)
Constructor to create a
StravaActivityUpdate from an existing StravaActivity |
| Modifier and Type | Method and Description |
|---|---|
StravaActivity |
ActivityAPI.createManualActivity(StravaActivity activity) |
StravaActivity |
ActivityAPI.deleteActivity(Integer id) |
StravaActivity |
ActivityAPI.getActivity(Integer id,
Boolean includeAllEfforts) |
StravaActivity[] |
ActivityAPI.listAuthenticatedAthleteActivities(Integer before,
Integer after,
Integer page,
Integer perPage) |
StravaActivity[] |
ActivityAPI.listFriendsActivities(Integer page,
Integer perPage) |
StravaActivity[] |
ClubAPI.listRecentClubActivities(Integer id,
Integer page,
Integer perPage) |
StravaActivity[] |
ActivityAPI.listRelatedActivities(Integer id,
Integer page,
Integer perPage) |
StravaActivity |
ActivityAPI.updateActivity(Integer id,
StravaActivityUpdate activity) |
| Modifier and Type | Method and Description |
|---|---|
StravaActivity |
ActivityAPI.createManualActivity(StravaActivity activity) |
| Modifier and Type | Method and Description |
|---|---|
StravaActivity |
ActivityService.createManualActivity(StravaActivity activity)
This API endpoint is for creating manually entered
activities. |
StravaActivity |
ActivityService.deleteActivity(Integer id)
Deletes the identified
StravaActivity |
StravaActivity |
ActivityService.getActivity(Integer id)
StravaActivity details, including segment efforts, splits and best efforts, are only available to the owner of the activity.
|
StravaActivity |
ActivityService.getActivity(Integer id,
Boolean includeAllEfforts)
StravaActivity details, including segment efforts, splits and best efforts, are only available to the owner of the activity.
|
StravaActivity |
ActivityService.updateActivity(Integer id,
StravaActivityUpdate activity)
Requires write permissions, as requested during the authorization process.
|
| Modifier and Type | Method and Description |
|---|---|
List<StravaActivity> |
ActivityService.listAllAuthenticatedAthleteActivities()
This endpoint returns a list of
activities for the authenticated StravaAthlete. |
List<StravaActivity> |
ActivityService.listAllAuthenticatedAthleteActivities(Calendar before,
Calendar after)
This endpoint returns a list of
activities for the authenticated StravaAthlete. |
List<StravaActivity> |
ActivityService.listAllFriendsActivities()
List the recent activities performed by those the current authenticated
StravaAthlete is following. |
List<StravaActivity> |
ClubService.listAllRecentClubActivities(Integer clubId)
|
List<StravaActivity> |
ActivityService.listAllRelatedActivities(Integer activityId)
List ALL related activities, regardless of how many there are
|
List<StravaActivity> |
ActivityService.listAuthenticatedAthleteActivities()
This endpoint returns a list of
activities for the authenticated StravaAthlete. |
List<StravaActivity> |
ActivityService.listAuthenticatedAthleteActivities(Calendar before,
Calendar after)
This endpoint returns a list of
activities for the authenticated StravaAthlete. |
List<StravaActivity> |
ActivityService.listAuthenticatedAthleteActivities(Calendar before,
Calendar after,
Paging pagingInstruction)
This endpoint returns a list of
activities for the authenticated StravaAthlete. |
List<StravaActivity> |
ActivityService.listAuthenticatedAthleteActivities(Paging pagingInstruction)
This endpoint returns a list of
activities for the authenticated StravaAthlete. |
List<StravaActivity> |
ActivityService.listFriendsActivities()
List the recent activities performed by those the current authenticated
StravaAthlete is following. |
List<StravaActivity> |
ActivityService.listFriendsActivities(Paging pagingInstruction)
List the recent activities performed by those the current authenticated
StravaAthlete is following. |
List<StravaActivity> |
ClubService.listRecentClubActivities(Integer id)
|
List<StravaActivity> |
ClubService.listRecentClubActivities(Integer id,
Paging pagingInstruction)
|
List<StravaActivity> |
ActivityService.listRelatedActivities(Integer id)
Returns the activities that were matched as "with this group".
|
List<StravaActivity> |
ActivityService.listRelatedActivities(Integer id,
Paging pagingInstruction)
Returns the activities that were matched as "with this group".
|
| Modifier and Type | Method and Description |
|---|---|
StravaActivity |
ActivityService.createManualActivity(StravaActivity activity)
This API endpoint is for creating manually entered
activities. |
| Modifier and Type | Method and Description |
|---|---|
StravaActivity |
ActivityServiceImpl.createManualActivity(StravaActivity activity) |
StravaActivity |
ActivityServiceImpl.deleteActivity(Integer id) |
StravaActivity |
ActivityServiceImpl.getActivity(Integer id) |
StravaActivity |
ActivityServiceImpl.getActivity(Integer id,
Boolean includeAllEfforts) |
StravaActivity |
ActivityServiceImpl.updateActivity(Integer id,
StravaActivityUpdate activity) |
| Modifier and Type | Method and Description |
|---|---|
StravaActivity |
ActivityServiceImpl.createManualActivity(StravaActivity activity) |
Copyright © 2015 Dan Shannon. All rights reserved.