- checkUploadStatus(Integer) - Method in interface javastrava.api.v3.rest.UploadAPI
-
- checkUploadStatus(Integer) - Method in class javastrava.api.v3.service.impl.UploadServiceImpl
-
- checkUploadStatus(Integer) - Method in interface javastrava.api.v3.service.UploadService
-
Upon upload, Strava will respond with an upload ID.
- clearTokenCache() - Method in class javastrava.api.v3.auth.TokenManager
-
Removes all tokens from the cache
- ClimbCategorySerializer - Class in javastrava.json.impl.gson.serializer
-
- ClimbCategorySerializer() - Constructor for class javastrava.json.impl.gson.serializer.ClimbCategorySerializer
-
- Club - Class in javastrava.model
-
- Club() - Constructor for class javastrava.model.Club
-
- ClubAPI - Interface in javastrava.api.v3.rest
-
API definition of the endpoints for club services
- ClubService - Interface in javastrava.api.v3.service
-
- ClubServiceImpl - Class in javastrava.api.v3.service.impl
-
- ClubTypeSerializer - Class in javastrava.json.impl.gson.serializer
-
- ClubTypeSerializer() - Constructor for class javastrava.json.impl.gson.serializer.ClubTypeSerializer
-
- Comment - Class in javastrava.model
-
- Comment() - Constructor for class javastrava.model.Comment
-
- convertToStravaPaging(Paging) - Static method in class javastrava.util.PagingUtils
-
Utility method - give it any paging instruction and it will return a list of paging instructions that will work with the Strava API (i.e.
- create(String) - Static method in enum javastrava.api.v3.auth.ref.AuthorisationApprovalPrompt
-
- create(String) - Static method in enum javastrava.api.v3.auth.ref.AuthorisationResponseType
-
Required by GSON serialiser
- create(String) - Static method in enum javastrava.api.v3.auth.ref.AuthorisationScope
-
Used when deserialising JSON returned by the Strava API
- create(String) - Static method in enum javastrava.api.v3.model.reference.StravaActivityType
-
- create(String) - Static method in enum javastrava.api.v3.model.reference.StravaActivityZoneType
-
Used by JSON deserialisation
- create(String) - Static method in enum javastrava.api.v3.model.reference.StravaAgeGroup
-
Used by JSON deserialisation
- create(Integer) - Static method in enum javastrava.api.v3.model.reference.StravaClimbCategory
-
Used by JSON deserialisation
- create(String) - Static method in enum javastrava.api.v3.model.reference.StravaClubType
-
Used by JSON deserialisation
- create(String) - Static method in enum javastrava.api.v3.model.reference.StravaFollowerState
-
Used by JSON deserialisation
- create(Integer) - Static method in enum javastrava.api.v3.model.reference.StravaFrameType
-
Used by JSON deserialisation
- create(String) - Static method in enum javastrava.api.v3.model.reference.StravaGearType
-
Used by JSON deserialisation
- create(String) - Static method in enum javastrava.api.v3.model.reference.StravaGender
-
Used by JSON deserialisation
- create(String) - Static method in enum javastrava.api.v3.model.reference.StravaLeaderboardDateRange
-
Used by JSON deserialisation
- create(String) - Static method in enum javastrava.api.v3.model.reference.StravaMeasurementMethod
-
Used by JSON deserialisation
- create(String) - Static method in enum javastrava.api.v3.model.reference.StravaPhotoType
-
Used by JSON deserialisation
- create(Integer) - Static method in enum javastrava.api.v3.model.reference.StravaResourceState
-
Used by JSON deserialisation
- create(String) - Static method in enum javastrava.api.v3.model.reference.StravaSegmentActivityType
-
Used by JSON deserialisation
- create(String) - Static method in enum javastrava.api.v3.model.reference.StravaSegmentExplorerActivityType
-
Used by JSON deserialisation
- create(String) - Static method in enum javastrava.api.v3.model.reference.StravaSportType
-
Used by JSON deserialisation
- create(String) - Static method in enum javastrava.api.v3.model.reference.StravaStreamResolutionType
-
Used by JSON deserialisation
- create(String) - Static method in enum javastrava.api.v3.model.reference.StravaStreamSeriesDownsamplingType
-
Used by JSON deserialisation
- create(String) - Static method in enum javastrava.api.v3.model.reference.StravaStreamType
-
Used by JSON deserialisation
- create(String) - Static method in enum javastrava.api.v3.model.reference.StravaWeightClass
-
Used by JSON deserialisation
- create(Integer) - Static method in enum javastrava.api.v3.model.reference.StravaWorkoutType
-
Used by JSON deserialisation
- createComment(Integer, String) - Method in interface javastrava.api.v3.rest.ActivityAPI
-
- createComment(Integer, String) - Method in interface javastrava.api.v3.service.ActivityService
-
Create a comment on an activity.
- createComment(Integer, String) - Method in class javastrava.api.v3.service.impl.ActivityServiceImpl
-
- createManualActivity(StravaActivity) - Method in interface javastrava.api.v3.rest.ActivityAPI
-
- createManualActivity(StravaActivity) - Method in interface javastrava.api.v3.service.ActivityService
-
This API endpoint is for creating manually entered
activities.
- createManualActivity(StravaActivity) - Method in class javastrava.api.v3.service.impl.ActivityServiceImpl
-
- Gear - Class in javastrava.model
-
- Gear() - Constructor for class javastrava.model.Gear
-
- GearAPI - Interface in javastrava.api.v3.rest
-
API definitions for the gear services endpoints
- GearService - Interface in javastrava.api.v3.service
-
- GearServiceImpl - Class in javastrava.api.v3.service.impl
-
- GenderSerializer - Class in javastrava.json.impl.gson.serializer
-
- GenderSerializer() - Constructor for class javastrava.json.impl.gson.serializer.GenderSerializer
-
- getActivity(Integer, Boolean) - Method in interface javastrava.api.v3.rest.ActivityAPI
-
- getActivity(Integer) - Method in interface javastrava.api.v3.service.ActivityService
-
StravaActivity details, including segment efforts, splits and best efforts, are only available to the owner of the activity.
- getActivity(Integer, Boolean) - Method in interface javastrava.api.v3.service.ActivityService
-
StravaActivity details, including segment efforts, splits and best efforts, are only available to the owner of the activity.
- getActivity(Integer, Boolean) - Method in class javastrava.api.v3.service.impl.ActivityServiceImpl
-
- getActivity(Integer) - Method in class javastrava.api.v3.service.impl.ActivityServiceImpl
-
- getActivityStreams(Integer, String, StravaStreamResolutionType, StravaStreamSeriesDownsamplingType) - Method in interface javastrava.api.v3.rest.StreamAPI
-
- getActivityStreams(Integer, StravaStreamResolutionType, StravaStreamSeriesDownsamplingType, StravaStreamType...) - Method in class javastrava.api.v3.service.impl.StreamServiceImpl
-
- getActivityStreams(Integer) - Method in class javastrava.api.v3.service.impl.StreamServiceImpl
-
- getActivityStreams(Integer, StravaStreamResolutionType, StravaStreamSeriesDownsamplingType, StravaStreamType...) - Method in interface javastrava.api.v3.service.StreamService
-
Streams represent the raw data of the uploaded file.
- getActivityStreams(Integer) - Method in interface javastrava.api.v3.service.StreamService
-
Streams represent the raw data of the uploaded file.
- getAllSegmentLeaderboard(Integer) - Method in class javastrava.api.v3.service.impl.SegmentServiceImpl
-
- getAllSegmentLeaderboard(Integer, StravaGender, StravaAgeGroup, StravaWeightClass, Boolean, Integer, StravaLeaderboardDateRange) - Method in class javastrava.api.v3.service.impl.SegmentServiceImpl
-
- getAllSegmentLeaderboard(Integer) - Method in interface javastrava.api.v3.service.SegmentService
-
- getAllSegmentLeaderboard(Integer, StravaGender, StravaAgeGroup, StravaWeightClass, Boolean, Integer, StravaLeaderboardDateRange) - Method in interface javastrava.api.v3.service.SegmentService
-
- getAthlete(Integer) - Method in interface javastrava.api.v3.rest.AthleteAPI
-
- getAthlete(Integer) - Method in interface javastrava.api.v3.service.AthleteService
-
This request is used to retrieve information about any
athlete on Strava.
- getAthlete(Integer) - Method in class javastrava.api.v3.service.impl.AthleteServiceImpl
-
- getAuthenticatedAthlete() - Method in interface javastrava.api.v3.rest.AthleteAPI
-
- getAuthenticatedAthlete() - Method in interface javastrava.api.v3.service.AthleteService
-
This request is used to retrieve information about the currently authenticated
athlete.
- getAuthenticatedAthlete() - Method in class javastrava.api.v3.service.impl.AthleteServiceImpl
-
- getClub(Integer) - Method in interface javastrava.api.v3.rest.ClubAPI
-
- getClub(Integer) - Method in interface javastrava.api.v3.rest.SegmentAPI
-
- getClub(Integer) - Method in interface javastrava.api.v3.service.ClubService
-
Retrieve details about a specific
club.
- getClub(Integer) - Method in class javastrava.api.v3.service.impl.ClubServiceImpl
-
- getDescription() - Method in enum javastrava.api.v3.auth.ref.AuthorisationScope
-
- getDescription() - Method in enum javastrava.api.v3.model.reference.StravaActivityType
-
- getDescription() - Method in enum javastrava.api.v3.model.reference.StravaActivityZoneType
-
- getDescription() - Method in enum javastrava.api.v3.model.reference.StravaAgeGroup
-
- getDescription() - Method in enum javastrava.api.v3.model.reference.StravaClimbCategory
-
- getDescription() - Method in enum javastrava.api.v3.model.reference.StravaClubType
-
- getDescription() - Method in enum javastrava.api.v3.model.reference.StravaFollowerState
-
- getDescription() - Method in enum javastrava.api.v3.model.reference.StravaFrameType
-
- getDescription() - Method in enum javastrava.api.v3.model.reference.StravaGearType
-
- getDescription() - Method in enum javastrava.api.v3.model.reference.StravaGender
-
- getDescription() - Method in enum javastrava.api.v3.model.reference.StravaLeaderboardDateRange
-
- getDescription() - Method in enum javastrava.api.v3.model.reference.StravaMeasurementMethod
-
- getDescription() - Method in enum javastrava.api.v3.model.reference.StravaPhotoType
-
- getDescription() - Method in enum javastrava.api.v3.model.reference.StravaResourceState
-
- getDescription() - Method in enum javastrava.api.v3.model.reference.StravaSegmentActivityType
-
- getDescription() - Method in enum javastrava.api.v3.model.reference.StravaSegmentExplorerActivityType
-
- getDescription() - Method in enum javastrava.api.v3.model.reference.StravaSportType
-
- getDescription() - Method in enum javastrava.api.v3.model.reference.StravaStreamResolutionType
-
- getDescription() - Method in enum javastrava.api.v3.model.reference.StravaStreamSeriesDownsamplingType
-
- getDescription() - Method in enum javastrava.api.v3.model.reference.StravaStreamType
-
- getDescription() - Method in enum javastrava.api.v3.model.reference.StravaWeightClass
-
- getDescription() - Method in enum javastrava.api.v3.model.reference.StravaWorkoutType
-
- getEffortStreams(Long, String, StravaStreamResolutionType, StravaStreamSeriesDownsamplingType) - Method in interface javastrava.api.v3.rest.StreamAPI
-
- getEffortStreams(Long, StravaStreamResolutionType, StravaStreamSeriesDownsamplingType, StravaStreamType...) - Method in class javastrava.api.v3.service.impl.StreamServiceImpl
-
- getEffortStreams(Long) - Method in class javastrava.api.v3.service.impl.StreamServiceImpl
-
- getEffortStreams(Long, StravaStreamResolutionType, StravaStreamSeriesDownsamplingType, StravaStreamType...) - Method in interface javastrava.api.v3.service.StreamService
-
- getEffortStreams(Long) - Method in interface javastrava.api.v3.service.StreamService
-
- getGear(String) - Method in interface javastrava.api.v3.rest.GearAPI
-
- getGear(String) - Method in interface javastrava.api.v3.service.GearService
-
Retrieve details about a specific item of
StravaGear.
- getGear(String) - Method in class javastrava.api.v3.service.impl.GearServiceImpl
-
- getGson() - Method in class javastrava.json.impl.gson.JsonUtilImpl
-
- getId() - Method in enum javastrava.api.v3.auth.ref.AuthorisationApprovalPrompt
-
- getId() - Method in enum javastrava.api.v3.auth.ref.AuthorisationResponseType
-
- getId() - Method in enum javastrava.api.v3.auth.ref.AuthorisationScope
-
- getId() - Method in enum javastrava.api.v3.model.reference.StravaActivityType
-
- getId() - Method in enum javastrava.api.v3.model.reference.StravaActivityZoneType
-
- getId() - Method in enum javastrava.api.v3.model.reference.StravaAgeGroup
-
- getId() - Method in enum javastrava.api.v3.model.reference.StravaClimbCategory
-
- getId() - Method in enum javastrava.api.v3.model.reference.StravaClubType
-
- getId() - Method in enum javastrava.api.v3.model.reference.StravaFollowerState
-
- getId() - Method in enum javastrava.api.v3.model.reference.StravaFrameType
-
- getId() - Method in enum javastrava.api.v3.model.reference.StravaGearType
-
- getId() - Method in enum javastrava.api.v3.model.reference.StravaGender
-
- getId() - Method in enum javastrava.api.v3.model.reference.StravaLeaderboardDateRange
-
- getId() - Method in enum javastrava.api.v3.model.reference.StravaMeasurementMethod
-
- getId() - Method in enum javastrava.api.v3.model.reference.StravaPhotoType
-
- getId() - Method in enum javastrava.api.v3.model.reference.StravaResourceState
-
- getId() - Method in enum javastrava.api.v3.model.reference.StravaSegmentActivityType
-
- getId() - Method in enum javastrava.api.v3.model.reference.StravaSegmentExplorerActivityType
-
- getId() - Method in enum javastrava.api.v3.model.reference.StravaSportType
-
- getId() - Method in enum javastrava.api.v3.model.reference.StravaStreamResolutionType
-
- getId() - Method in enum javastrava.api.v3.model.reference.StravaStreamSeriesDownsamplingType
-
- getId() - Method in enum javastrava.api.v3.model.reference.StravaStreamType
-
- getId() - Method in enum javastrava.api.v3.model.reference.StravaWeightClass
-
- getId() - Method in enum javastrava.api.v3.model.reference.StravaWorkoutType
-
- getMeasurementMethod() - Method in enum javastrava.api.v3.model.reference.StravaWeightClass
-
- getPageOfData(Paging) - Method in interface javastrava.util.PagingCallback
-
- getResponse() - Method in class javastrava.api.v3.service.exception.BadRequestException
-
- getResponse() - Method in class javastrava.api.v3.service.exception.NotFoundException
-
- getResponse() - Method in interface javastrava.api.v3.service.exception.StravaAPIException
-
Return the error message emitted by the Strava API
- getResponse() - Method in exception javastrava.api.v3.service.exception.StravaAPIRateLimitException
-
- getResponse() - Method in exception javastrava.api.v3.service.exception.StravaInternalServerErrorException
-
- getResponse() - Method in exception javastrava.api.v3.service.exception.StravaServiceUnavailableException
-
- getResponse() - Method in exception javastrava.api.v3.service.exception.StravaUnknownAPIException
-
- getResponse() - Method in exception javastrava.api.v3.service.exception.UnauthorizedException
-
- getSegment(Integer) - Method in interface javastrava.api.v3.rest.SegmentAPI
-
- getSegment(Integer) - Method in class javastrava.api.v3.service.impl.SegmentServiceImpl
-
- getSegment(Integer) - Method in interface javastrava.api.v3.service.SegmentService
-
Retrieve details about a specific
segment.
- getSegmentEffort(Long) - Method in interface javastrava.api.v3.rest.SegmentEffortAPI
-
- getSegmentEffort(Long) - Method in class javastrava.api.v3.service.impl.SegmentEffortServiceImpl
-
- getSegmentEffort(Long) - Method in interface javastrava.api.v3.service.SegmentEffortService
-
Retrieve details about a specific segment effort.
- getSegmentLeaderboard(Integer, StravaGender, StravaAgeGroup, StravaWeightClass, Boolean, Integer, StravaLeaderboardDateRange, Integer, Integer, Integer) - Method in interface javastrava.api.v3.rest.SegmentAPI
-
- getSegmentLeaderboard(Integer, StravaGender, StravaAgeGroup, StravaWeightClass, Boolean, Integer, StravaLeaderboardDateRange, Paging, Integer) - Method in class javastrava.api.v3.service.impl.SegmentServiceImpl
-
- getSegmentLeaderboard(Integer, Paging) - Method in class javastrava.api.v3.service.impl.SegmentServiceImpl
-
- getSegmentLeaderboard(Integer) - Method in class javastrava.api.v3.service.impl.SegmentServiceImpl
-
- getSegmentLeaderboard(Integer, StravaGender, StravaAgeGroup, StravaWeightClass, Boolean, Integer, StravaLeaderboardDateRange, Paging, Integer) - Method in interface javastrava.api.v3.service.SegmentService
-
- getSegmentLeaderboard(Integer, Paging) - Method in interface javastrava.api.v3.service.SegmentService
-
- getSegmentLeaderboard(Integer) - Method in interface javastrava.api.v3.service.SegmentService
-
- getSegmentStreams(Integer, String, StravaStreamResolutionType, StravaStreamSeriesDownsamplingType) - Method in interface javastrava.api.v3.rest.StreamAPI
-
- getSegmentStreams(Integer, StravaStreamResolutionType, StravaStreamSeriesDownsamplingType, StravaStreamType...) - Method in class javastrava.api.v3.service.impl.StreamServiceImpl
-
- getSegmentStreams(Integer) - Method in class javastrava.api.v3.service.impl.StreamServiceImpl
-
- getSegmentStreams(Integer, StravaStreamResolutionType, StravaStreamSeriesDownsamplingType, StravaStreamType...) - Method in interface javastrava.api.v3.service.StreamService
-
Retrieve detailed geographical information streams about a specific
StravaSegment.
- getSegmentStreams(Integer) - Method in interface javastrava.api.v3.service.StreamService
-
Retrieve detailed geographical information streams about a specific
StravaSegment.
- getService(Class<T>) - Method in class javastrava.api.v3.auth.model.Token
-
Gets the service implementation of the required class from the token
- getSize() - Method in enum javastrava.api.v3.model.reference.StravaStreamResolutionType
-
- getToken() - Method in class javastrava.api.v3.service.impl.StravaServiceImpl
-
- getValue() - Method in enum javastrava.api.v3.model.reference.StravaActivityType
-
- getValue() - Method in enum javastrava.api.v3.model.reference.StravaActivityZoneType
-
Used by JSON serialisation
- getValue() - Method in enum javastrava.api.v3.model.reference.StravaAgeGroup
-
Used by JSON serialisation
- getValue() - Method in enum javastrava.api.v3.model.reference.StravaClimbCategory
-
Used by JSON serialisation
- getValue() - Method in enum javastrava.api.v3.model.reference.StravaClubType
-
Used by JSON serialisation
- getValue() - Method in enum javastrava.api.v3.model.reference.StravaFollowerState
-
Used by JSON serialisation
- getValue() - Method in enum javastrava.api.v3.model.reference.StravaFrameType
-
Used by JSON serialisation
- getValue() - Method in enum javastrava.api.v3.model.reference.StravaGearType
-
Used by JSON serialisation
- getValue() - Method in enum javastrava.api.v3.model.reference.StravaGender
-
Used by JSON serialisation
- getValue() - Method in enum javastrava.api.v3.model.reference.StravaLeaderboardDateRange
-
Used by JSON serialisation
- getValue() - Method in enum javastrava.api.v3.model.reference.StravaMeasurementMethod
-
Used by JSON serialisation
- getValue() - Method in enum javastrava.api.v3.model.reference.StravaPhotoType
-
Used by JSON serialisation
- getValue() - Method in enum javastrava.api.v3.model.reference.StravaResourceState
-
Used by JSON serialisation
- getValue() - Method in enum javastrava.api.v3.model.reference.StravaSegmentActivityType
-
Used by JSON serialisation
- getValue() - Method in enum javastrava.api.v3.model.reference.StravaSegmentExplorerActivityType
-
Used by JSON serialisation
- getValue() - Method in enum javastrava.api.v3.model.reference.StravaSportType
-
Used by JSON serialisation
- getValue() - Method in enum javastrava.api.v3.model.reference.StravaStreamResolutionType
-
Used by JSON serialisation
- getValue() - Method in enum javastrava.api.v3.model.reference.StravaStreamSeriesDownsamplingType
-
Used by JSON serialisation
- getValue() - Method in enum javastrava.api.v3.model.reference.StravaStreamType
-
Used by JSON serialisation
- getValue() - Method in enum javastrava.api.v3.model.reference.StravaWeightClass
-
Used by JSON serialisation
- getValue() - Method in enum javastrava.api.v3.model.reference.StravaWorkoutType
-
Used by JSON serialisation
- giveKudos(Integer) - Method in interface javastrava.api.v3.rest.ActivityAPI
-
- giveKudos(Integer) - Method in interface javastrava.api.v3.service.ActivityService
-
Kudo an activity (kudo is given by the authenticated athlete).
- giveKudos(Integer) - Method in class javastrava.api.v3.service.impl.ActivityServiceImpl
-
- Lap - Class in javastrava.model
-
- Lap() - Constructor for class javastrava.model.Lap
-
- LeaderboardDateRangeSerializer - Class in javastrava.json.impl.gson.serializer
-
- LeaderboardDateRangeSerializer() - Constructor for class javastrava.json.impl.gson.serializer.LeaderboardDateRangeSerializer
-
- leave(Integer) - Method in interface javastrava.api.v3.rest.ClubAPI
-
- leaveClub(Integer) - Method in interface javastrava.api.v3.service.ClubService
-
Leave a club on behalf of the authenticated user.
- leaveClub(Integer) - Method in class javastrava.api.v3.service.impl.ClubServiceImpl
-
- listActivityComments(Integer, Boolean, Integer, Integer) - Method in interface javastrava.api.v3.rest.ActivityAPI
-
- listActivityComments(Integer, Boolean) - Method in interface javastrava.api.v3.service.ActivityService
-
Comments on an activity can be viewed by any user.
- listActivityComments(Integer) - Method in interface javastrava.api.v3.service.ActivityService
-
Comments on an activity can be viewed by any user.
- listActivityComments(Integer, Paging) - Method in interface javastrava.api.v3.service.ActivityService
-
Comments on an activity can be viewed by any user.
- listActivityComments(Integer, Boolean, Paging) - Method in interface javastrava.api.v3.service.ActivityService
-
Comments on an activity can be viewed by any user.
- listActivityComments(Integer, Boolean, Paging) - Method in class javastrava.api.v3.service.impl.ActivityServiceImpl
-
- listActivityComments(Integer, Boolean) - Method in class javastrava.api.v3.service.impl.ActivityServiceImpl
-
- listActivityComments(Integer) - Method in class javastrava.api.v3.service.impl.ActivityServiceImpl
-
- listActivityComments(Integer, Paging) - Method in class javastrava.api.v3.service.impl.ActivityServiceImpl
-
- listActivityKudoers(Integer, Integer, Integer) - Method in interface javastrava.api.v3.rest.ActivityAPI
-
- listActivityKudoers(Integer) - Method in interface javastrava.api.v3.service.ActivityService
-
A kudos is Strava's version of a 'like' or '+1'.
- listActivityKudoers(Integer, Paging) - Method in interface javastrava.api.v3.service.ActivityService
-
A kudos is Strava's version of a 'like' or '+1'.
- listActivityKudoers(Integer, Paging) - Method in class javastrava.api.v3.service.impl.ActivityServiceImpl
-
- listActivityKudoers(Integer) - Method in class javastrava.api.v3.service.impl.ActivityServiceImpl
-
- listActivityLaps(Integer) - Method in interface javastrava.api.v3.rest.ActivityAPI
-
- listActivityLaps(Integer) - Method in interface javastrava.api.v3.service.ActivityService
-
This resource will return all laps for an activity.
- listActivityLaps(Integer) - Method in class javastrava.api.v3.service.impl.ActivityServiceImpl
-
- listActivityPhotos(Integer) - Method in interface javastrava.api.v3.rest.ActivityAPI
-
- listActivityPhotos(Integer) - Method in interface javastrava.api.v3.service.ActivityService
-
Photos are external objects associated with an activity.
- listActivityPhotos(Integer) - Method in class javastrava.api.v3.service.impl.ActivityServiceImpl
-
- listActivityZones(Integer) - Method in interface javastrava.api.v3.rest.ActivityAPI
-
- listActivityZones(Integer) - Method in interface javastrava.api.v3.service.ActivityService
-
Heartrate and power zones are set by the
athlete.
- listActivityZones(Integer) - Method in class javastrava.api.v3.service.impl.ActivityServiceImpl
-
- listAllActivityComments(Integer) - Method in interface javastrava.api.v3.service.ActivityService
-
List ALL comments on an activity, regardless of how many there are
- listAllActivityComments(Integer) - Method in class javastrava.api.v3.service.impl.ActivityServiceImpl
-
- listAllActivityKudoers(Integer) - Method in interface javastrava.api.v3.service.ActivityService
-
List ALL kudoers on an activity, regardless of how many there are
- listAllActivityKudoers(Integer) - Method in class javastrava.api.v3.service.impl.ActivityServiceImpl
-
- listAllAthleteFriends(Integer) - Method in interface javastrava.api.v3.service.AthleteService
-
Convenience method for returning ALL of an athlete's friends
- listAllAthleteFriends(Integer) - Method in class javastrava.api.v3.service.impl.AthleteServiceImpl
-
- listAllAthleteKOMs(Integer) - Method in interface javastrava.api.v3.service.AthleteService
-
Convenience method for returning ALL of an athlete's KOM's
- listAllAthleteKOMs(Integer) - Method in class javastrava.api.v3.service.impl.AthleteServiceImpl
-
- listAllAthletesBothFollowing(Integer) - Method in interface javastrava.api.v3.service.AthleteService
-
Convenience method for returning ALL of the athletes that both the authenticated athlete and the given athlete are following
- listAllAthletesBothFollowing(Integer) - Method in class javastrava.api.v3.service.impl.AthleteServiceImpl
-
- listAllAuthenticatedAthleteActivities() - Method in interface javastrava.api.v3.service.ActivityService
-
- listAllAuthenticatedAthleteActivities(Calendar, Calendar) - Method in interface javastrava.api.v3.service.ActivityService
-
- listAllAuthenticatedAthleteActivities() - Method in class javastrava.api.v3.service.impl.ActivityServiceImpl
-
- listAllAuthenticatedAthleteActivities(Calendar, Calendar) - Method in class javastrava.api.v3.service.impl.ActivityServiceImpl
-
- listAllAuthenticatedAthleteFriends() - Method in interface javastrava.api.v3.service.AthleteService
-
Convenience method for returning ALL of the authenticated athlete's friends
- listAllAuthenticatedAthleteFriends() - Method in class javastrava.api.v3.service.impl.AthleteServiceImpl
-
- listAllAuthenticatedAthleteStarredSegments() - Method in class javastrava.api.v3.service.impl.SegmentServiceImpl
-
- listAllAuthenticatedAthleteStarredSegments() - Method in interface javastrava.api.v3.service.SegmentService
-
- listAllClubMembers(Integer) - Method in interface javastrava.api.v3.service.ClubService
-
Convenience method for returning ALL of the members of a club
- listAllClubMembers(Integer) - Method in class javastrava.api.v3.service.impl.ClubServiceImpl
-
- listAllFriendsActivities() - Method in interface javastrava.api.v3.service.ActivityService
-
List the recent activities performed by those the current authenticated
StravaAthlete is following.
- listAllFriendsActivities() - Method in class javastrava.api.v3.service.impl.ActivityServiceImpl
-
- listAllRecentClubActivities(Integer) - Method in interface javastrava.api.v3.service.ClubService
-
- listAllRecentClubActivities(Integer) - Method in class javastrava.api.v3.service.impl.ClubServiceImpl
-
- listAllRelatedActivities(Integer) - Method in interface javastrava.api.v3.service.ActivityService
-
List ALL related activities, regardless of how many there are
- listAllRelatedActivities(Integer) - Method in class javastrava.api.v3.service.impl.ActivityServiceImpl
-
- listAllSegmentEfforts(Integer) - Method in class javastrava.api.v3.service.impl.SegmentServiceImpl
-
- listAllSegmentEfforts(Integer, Integer, Calendar, Calendar) - Method in class javastrava.api.v3.service.impl.SegmentServiceImpl
-
- listAllSegmentEfforts(Integer) - Method in interface javastrava.api.v3.service.SegmentService
-
- listAllSegmentEfforts(Integer, Integer, Calendar, Calendar) - Method in interface javastrava.api.v3.service.SegmentService
-
- listAllStarredSegments(Integer) - Method in class javastrava.api.v3.service.impl.SegmentServiceImpl
-
- listAllStarredSegments(Integer) - Method in interface javastrava.api.v3.service.SegmentService
-
- listAthleteFriends(Integer, Integer, Integer) - Method in interface javastrava.api.v3.rest.AthleteAPI
-
- listAthleteFriends(Integer, Paging) - Method in interface javastrava.api.v3.service.AthleteService
-
Friends are users an
athlete is following.
- listAthleteFriends(Integer) - Method in interface javastrava.api.v3.service.AthleteService
-
Friends are users an
athlete is following.
- listAthleteFriends(Integer, Paging) - Method in class javastrava.api.v3.service.impl.AthleteServiceImpl
-
- listAthleteFriends(Integer) - Method in class javastrava.api.v3.service.impl.AthleteServiceImpl
-
- listAthleteKOMs(Integer, Integer, Integer) - Method in interface javastrava.api.v3.rest.AthleteAPI
-
- listAthleteKOMs(Integer) - Method in interface javastrava.api.v3.service.AthleteService
-
Returns an array of
segment efforts representing KOMs/QOMs and course records held by the given athlete.
- listAthleteKOMs(Integer, Paging) - Method in interface javastrava.api.v3.service.AthleteService
-
Returns an array of
segment efforts representing KOMs/QOMs and course records held by the given athlete.
- listAthleteKOMs(Integer, Paging) - Method in class javastrava.api.v3.service.impl.AthleteServiceImpl
-
- listAthleteKOMs(Integer) - Method in class javastrava.api.v3.service.impl.AthleteServiceImpl
-
- listAthletesBothFollowing(Integer, Integer, Integer) - Method in interface javastrava.api.v3.rest.AthleteAPI
-
- listAthletesBothFollowing(Integer) - Method in interface javastrava.api.v3.service.AthleteService
-
Retrieve the
athletes who both the authenticated athlete and the indicated athlete are following.
- listAthletesBothFollowing(Integer, Paging) - Method in interface javastrava.api.v3.service.AthleteService
-
Retrieve the
athletes who both the authenticated athlete and the indicated athlete are following.
- listAthletesBothFollowing(Integer, Paging) - Method in class javastrava.api.v3.service.impl.AthleteServiceImpl
-
- listAthletesBothFollowing(Integer) - Method in class javastrava.api.v3.service.impl.AthleteServiceImpl
-
- listAuthenticatedAthleteActivities(Integer, Integer, Integer, Integer) - Method in interface javastrava.api.v3.rest.ActivityAPI
-
- listAuthenticatedAthleteActivities() - Method in interface javastrava.api.v3.service.ActivityService
-
- listAuthenticatedAthleteActivities(Paging) - Method in interface javastrava.api.v3.service.ActivityService
-
- listAuthenticatedAthleteActivities(Calendar, Calendar) - Method in interface javastrava.api.v3.service.ActivityService
-
- listAuthenticatedAthleteActivities(Calendar, Calendar, Paging) - Method in interface javastrava.api.v3.service.ActivityService
-
- listAuthenticatedAthleteActivities(Calendar, Calendar, Paging) - Method in class javastrava.api.v3.service.impl.ActivityServiceImpl
-
- listAuthenticatedAthleteActivities(Calendar, Calendar) - Method in class javastrava.api.v3.service.impl.ActivityServiceImpl
-
- listAuthenticatedAthleteActivities() - Method in class javastrava.api.v3.service.impl.ActivityServiceImpl
-
- listAuthenticatedAthleteActivities(Paging) - Method in class javastrava.api.v3.service.impl.ActivityServiceImpl
-
- listAuthenticatedAthleteClubs() - Method in interface javastrava.api.v3.rest.ClubAPI
-
- listAuthenticatedAthleteClubs() - Method in interface javastrava.api.v3.service.ClubService
-
Fetch an array of
clubs that the currently authenticated
athlete is a member of.
- listAuthenticatedAthleteClubs() - Method in class javastrava.api.v3.service.impl.ClubServiceImpl
-
- listAuthenticatedAthleteFriends(Integer, Integer) - Method in interface javastrava.api.v3.rest.AthleteAPI
-
- listAuthenticatedAthleteFriends() - Method in interface javastrava.api.v3.service.AthleteService
-
Friends are users the current
athlete is following.
- listAuthenticatedAthleteFriends(Paging) - Method in interface javastrava.api.v3.service.AthleteService
-
Friends are users the current
athlete is following.
- listAuthenticatedAthleteFriends(Paging) - Method in class javastrava.api.v3.service.impl.AthleteServiceImpl
-
- listAuthenticatedAthleteFriends() - Method in class javastrava.api.v3.service.impl.AthleteServiceImpl
-
- listAuthenticatedAthleteStarredSegments(Integer, Integer) - Method in interface javastrava.api.v3.rest.SegmentAPI
-
- listAuthenticatedAthleteStarredSegments(Paging) - Method in class javastrava.api.v3.service.impl.SegmentServiceImpl
-
- listAuthenticatedAthleteStarredSegments() - Method in class javastrava.api.v3.service.impl.SegmentServiceImpl
-
- listAuthenticatedAthleteStarredSegments(Paging) - Method in interface javastrava.api.v3.service.SegmentService
-
- listAuthenticatedAthleteStarredSegments() - Method in interface javastrava.api.v3.service.SegmentService
-
- listByMeasurementMethod(StravaMeasurementMethod) - Static method in enum javastrava.api.v3.model.reference.StravaWeightClass
-
- listClubMembers(Integer, Integer, Integer) - Method in interface javastrava.api.v3.rest.ClubAPI
-
- listClubMembers(Integer) - Method in interface javastrava.api.v3.service.ClubService
-
Retrieve summary information about member
athletes of a specific
club.
- listClubMembers(Integer, Paging) - Method in interface javastrava.api.v3.service.ClubService
-
Retrieve summary information about member
athletes of a specific
club.
- listClubMembers(Integer, Paging) - Method in class javastrava.api.v3.service.impl.ClubServiceImpl
-
- listClubMembers(Integer) - Method in class javastrava.api.v3.service.impl.ClubServiceImpl
-
- listFriendsActivities(Integer, Integer) - Method in interface javastrava.api.v3.rest.ActivityAPI
-
- listFriendsActivities(Paging) - Method in interface javastrava.api.v3.service.ActivityService
-
List the recent activities performed by those the current authenticated
StravaAthlete is following.
- listFriendsActivities() - Method in interface javastrava.api.v3.service.ActivityService
-
List the recent activities performed by those the current authenticated
StravaAthlete is following.
- listFriendsActivities(Paging) - Method in class javastrava.api.v3.service.impl.ActivityServiceImpl
-
- listFriendsActivities() - Method in class javastrava.api.v3.service.impl.ActivityServiceImpl
-
- listRecentClubActivities(Integer, Integer, Integer) - Method in interface javastrava.api.v3.rest.ClubAPI
-
- listRecentClubActivities(Integer) - Method in interface javastrava.api.v3.service.ClubService
-
- listRecentClubActivities(Integer, Paging) - Method in interface javastrava.api.v3.service.ClubService
-
- listRecentClubActivities(Integer, Paging) - Method in class javastrava.api.v3.service.impl.ClubServiceImpl
-
- listRecentClubActivities(Integer) - Method in class javastrava.api.v3.service.impl.ClubServiceImpl
-
- listRelatedActivities(Integer, Integer, Integer) - Method in interface javastrava.api.v3.rest.ActivityAPI
-
- listRelatedActivities(Integer) - Method in interface javastrava.api.v3.service.ActivityService
-
Returns the activities that were matched as "with this group".
- listRelatedActivities(Integer, Paging) - Method in interface javastrava.api.v3.service.ActivityService
-
Returns the activities that were matched as "with this group".
- listRelatedActivities(Integer) - Method in class javastrava.api.v3.service.impl.ActivityServiceImpl
-
- listRelatedActivities(Integer, Paging) - Method in class javastrava.api.v3.service.impl.ActivityServiceImpl
-
- listSegmentEfforts(Integer, Integer, String, String, Integer, Integer) - Method in interface javastrava.api.v3.rest.SegmentAPI
-
- listSegmentEfforts(Integer, Integer, Calendar, Calendar, Paging) - Method in class javastrava.api.v3.service.impl.SegmentServiceImpl
-
- listSegmentEfforts(Integer, Integer, Calendar, Calendar) - Method in class javastrava.api.v3.service.impl.SegmentServiceImpl
-
- listSegmentEfforts(Integer, Paging) - Method in class javastrava.api.v3.service.impl.SegmentServiceImpl
-
- listSegmentEfforts(Integer) - Method in class javastrava.api.v3.service.impl.SegmentServiceImpl
-
- listSegmentEfforts(Integer, Integer, Calendar, Calendar, Paging) - Method in interface javastrava.api.v3.service.SegmentService
-
- listSegmentEfforts(Integer, Integer, Calendar, Calendar) - Method in interface javastrava.api.v3.service.SegmentService
-
- listSegmentEfforts(Integer, Paging) - Method in interface javastrava.api.v3.service.SegmentService
-
- listSegmentEfforts(Integer) - Method in interface javastrava.api.v3.service.SegmentService
-
- listStarredSegments(Integer, Integer, Integer) - Method in interface javastrava.api.v3.rest.SegmentAPI
-
- listStarredSegments(Integer, Paging) - Method in class javastrava.api.v3.service.impl.SegmentServiceImpl
-
- listStarredSegments(Integer) - Method in class javastrava.api.v3.service.impl.SegmentServiceImpl
-
- listStarredSegments(Integer, Paging) - Method in interface javastrava.api.v3.service.SegmentService
-
- listStarredSegments(Integer) - Method in interface javastrava.api.v3.service.SegmentService
-
- logLevel(Class<?>) - Static method in class javastrava.api.v3.rest.API
-
- Segment - Class in javastrava.model
-
- Segment() - Constructor for class javastrava.model.Segment
-
- SegmentActivityTypeSerializer - Class in javastrava.json.impl.gson.serializer
-
- SegmentActivityTypeSerializer() - Constructor for class javastrava.json.impl.gson.serializer.SegmentActivityTypeSerializer
-
- SegmentAPI - Interface in javastrava.api.v3.rest
-
- SegmentEffort - Class in javastrava.model
-
- SegmentEffort() - Constructor for class javastrava.model.SegmentEffort
-
- SegmentEffortAPI - Interface in javastrava.api.v3.rest
-
API definition of segment effort services endpoints on the Strava API
- SegmentEffortService - Interface in javastrava.api.v3.service
-
- SegmentEffortServiceImpl - Class in javastrava.api.v3.service.impl
-
- segmentExplore(String, StravaSegmentExplorerActivityType, StravaClimbCategory, StravaClimbCategory) - Method in interface javastrava.api.v3.rest.SegmentAPI
-
- segmentExplore(StravaMapPoint, StravaMapPoint, StravaSegmentExplorerActivityType, StravaClimbCategory, StravaClimbCategory) - Method in class javastrava.api.v3.service.impl.SegmentServiceImpl
-
- segmentExplore(StravaMapPoint, StravaMapPoint, StravaSegmentExplorerActivityType, StravaClimbCategory, StravaClimbCategory) - Method in interface javastrava.api.v3.service.SegmentService
-
This endpoint can be used to find popular segments within a given area (defined by the southwest and northeast corners of the area).
- SegmentExplorerActivityTypeSerializer - Class in javastrava.json.impl.gson.serializer
-
- SegmentExplorerActivityTypeSerializer() - Constructor for class javastrava.json.impl.gson.serializer.SegmentExplorerActivityTypeSerializer
-
- SegmentMap - Class in javastrava.model
-
- SegmentMap() - Constructor for class javastrava.model.SegmentMap
-
- SegmentService - Interface in javastrava.api.v3.service
-
- SegmentServiceImpl - Class in javastrava.api.v3.service.impl
-
- serialise(T) - Method in class javastrava.json.impl.gson.JsonUtilImpl
-
- serialise(T) - Method in interface javastrava.json.JsonUtil
-
Serialise an object to a JSON string
- serialize(StravaActivityType, Type, JsonSerializationContext) - Method in class javastrava.json.impl.gson.serializer.ActivityTypeSerializer
-
- serialize(StravaActivityZoneType, Type, JsonSerializationContext) - Method in class javastrava.json.impl.gson.serializer.ActivityZoneTypeSerializer
-
- serialize(StravaAgeGroup, Type, JsonSerializationContext) - Method in class javastrava.json.impl.gson.serializer.AgeGroupSerializer
-
- serialize(AuthorisationApprovalPrompt, Type, JsonSerializationContext) - Method in class javastrava.json.impl.gson.serializer.AuthorisationApprovalPromptSerializer
-
- serialize(AuthorisationResponseType, Type, JsonSerializationContext) - Method in class javastrava.json.impl.gson.serializer.AuthorisationResponseTypeSerializer
-
- serialize(AuthorisationScope, Type, JsonSerializationContext) - Method in class javastrava.json.impl.gson.serializer.AuthorisationScopeSerializer
-
- serialize(StravaClimbCategory, Type, JsonSerializationContext) - Method in class javastrava.json.impl.gson.serializer.ClimbCategorySerializer
-
- serialize(StravaClubType, Type, JsonSerializationContext) - Method in class javastrava.json.impl.gson.serializer.ClubTypeSerializer
-
- serialize(StravaFollowerState, Type, JsonSerializationContext) - Method in class javastrava.json.impl.gson.serializer.FollowerStateSerializer
-
- serialize(StravaFrameType, Type, JsonSerializationContext) - Method in class javastrava.json.impl.gson.serializer.FrameTypeSerializer
-
- serialize(StravaGender, Type, JsonSerializationContext) - Method in class javastrava.json.impl.gson.serializer.GenderSerializer
-
- serialize(StravaLeaderboardDateRange, Type, JsonSerializationContext) - Method in class javastrava.json.impl.gson.serializer.LeaderboardDateRangeSerializer
-
- serialize(StravaMapPoint, Type, JsonSerializationContext) - Method in class javastrava.json.impl.gson.serializer.MapPointSerializer
-
- serialize(StravaMeasurementMethod, Type, JsonSerializationContext) - Method in class javastrava.json.impl.gson.serializer.MeasurementMethodSerializer
-
- serialize(StravaPhotoType, Type, JsonSerializationContext) - Method in class javastrava.json.impl.gson.serializer.PhotoTypeSerializer
-
- serialize(StravaResourceState, Type, JsonSerializationContext) - Method in class javastrava.json.impl.gson.serializer.ResourceStateSerializer
-
- serialize(StravaSegmentActivityType, Type, JsonSerializationContext) - Method in class javastrava.json.impl.gson.serializer.SegmentActivityTypeSerializer
-
- serialize(StravaSegmentExplorerActivityType, Type, JsonSerializationContext) - Method in class javastrava.json.impl.gson.serializer.SegmentExplorerActivityTypeSerializer
-
- serialize(StravaSportType, Type, JsonSerializationContext) - Method in class javastrava.json.impl.gson.serializer.SportTypeSerializer
-
- serialize(StravaStream, Type, JsonSerializationContext) - Method in class javastrava.json.impl.gson.serializer.StravaStreamSerializer
-
- serialize(StravaStreamResolutionType, Type, JsonSerializationContext) - Method in class javastrava.json.impl.gson.serializer.StreamResolutionTypeSerializer
-
- serialize(StravaStreamSeriesDownsamplingType, Type, JsonSerializationContext) - Method in class javastrava.json.impl.gson.serializer.StreamSeriesDownsamplingTypeSerializer
-
- serialize(StravaStreamType, Type, JsonSerializationContext) - Method in class javastrava.json.impl.gson.serializer.StreamTypeSerializer
-
- serialize(StravaWeightClass, Type, JsonSerializationContext) - Method in class javastrava.json.impl.gson.serializer.WeightClassSerializer
-
- serialize(StravaWorkoutType, Type, JsonSerializationContext) - Method in class javastrava.json.impl.gson.serializer.WorkoutTypeSerializer
-
- SESSION_COOKIE_NAME - Static variable in class javastrava.config.StravaConfig
-
Name of the Strava session cookie
- setId(String) - Method in class javastrava.api.v3.model.StravaGear
-
- setResponse(StravaResponse) - Method in class javastrava.api.v3.service.exception.BadRequestException
-
- setResponse(StravaResponse) - Method in class javastrava.api.v3.service.exception.NotFoundException
-
- setResponse(StravaResponse) - Method in interface javastrava.api.v3.service.exception.StravaAPIException
-
- setResponse(StravaResponse) - Method in exception javastrava.api.v3.service.exception.StravaAPIRateLimitException
-
- setResponse(StravaResponse) - Method in exception javastrava.api.v3.service.exception.StravaInternalServerErrorException
-
- setResponse(StravaResponse) - Method in exception javastrava.api.v3.service.exception.StravaServiceUnavailableException
-
- setResponse(StravaResponse) - Method in exception javastrava.api.v3.service.exception.StravaUnknownAPIException
-
- setResponse(StravaResponse) - Method in exception javastrava.api.v3.service.exception.UnauthorizedException
-
- SportTypeSerializer - Class in javastrava.json.impl.gson.serializer
-
- SportTypeSerializer() - Constructor for class javastrava.json.impl.gson.serializer.SportTypeSerializer
-
- statistics(Integer) - Method in interface javastrava.api.v3.rest.AthleteAPI
-
- statistics(Integer) - Method in interface javastrava.api.v3.service.AthleteService
-
Returns recent (last 4 weeks), year to date and all time stats for a given athlete.
- statistics(Integer) - Method in class javastrava.api.v3.service.impl.AthleteServiceImpl
-
- storeToken(Token) - Method in class javastrava.api.v3.auth.TokenManager
-
Place a token in the cache
- StravaAchievement - Class in javastrava.api.v3.model
-
Authenticated user's achievement on a given segment effort
- StravaAchievement() - Constructor for class javastrava.api.v3.model.StravaAchievement
-
- StravaActivity - Class in javastrava.api.v3.model
-
A run, ride, or other activity
- StravaActivity() - Constructor for class javastrava.api.v3.model.StravaActivity
-
- StravaActivityPhotos - Class in javastrava.api.v3.model
-
Photo(s) associated with a specific activity
- StravaActivityPhotos() - Constructor for class javastrava.api.v3.model.StravaActivityPhotos
-
- StravaActivityType - Enum in javastrava.api.v3.model.reference
-
Possible values: ride, run, swim, workout, hike, walk, nordicski, alpineski, backcountryski, iceskate, inlineskate, kitesurf,
rollerski, windsurf, workout, snowboard, snowshoe
- StravaActivityUpdate - Class in javastrava.api.v3.model
-
Collection of fields that can be updated on an activity
- StravaActivityUpdate(StravaActivity) - Constructor for class javastrava.api.v3.model.StravaActivityUpdate
-
- StravaActivityZone - Class in javastrava.api.v3.model
-
Heart rate and power zones are set by the
athlete.
- StravaActivityZone() - Constructor for class javastrava.api.v3.model.StravaActivityZone
-
- StravaActivityZoneDistributionBucket - Class in javastrava.api.v3.model
-
- StravaActivityZoneDistributionBucket() - Constructor for class javastrava.api.v3.model.StravaActivityZoneDistributionBucket
-
- StravaActivityZoneType - Enum in javastrava.api.v3.model.reference
-
- StravaAgeGroup - Enum in javastrava.api.v3.model.reference
-
- StravaAPIError - Class in javastrava.api.v3.model
-
Error details returned in a
StravaResponse when an error is returned by the API
- StravaAPIError() - Constructor for class javastrava.api.v3.model.StravaAPIError
-
- StravaAPIException - Interface in javastrava.api.v3.service.exception
-
- StravaAPIRateLimitException - Exception in javastrava.api.v3.service.exception
-
Thrown when the Strava API returns an HTTP status of 403 (forbidden)
- StravaAPIRateLimitException(String, StravaResponse, Throwable) - Constructor for exception javastrava.api.v3.service.exception.StravaAPIRateLimitException
-
- StravaAthlete - Class in javastrava.api.v3.model
-
Detailed representation of an StravaAthlete
See http://strava.github.io/api/v3/athlete/
- StravaAthlete() - Constructor for class javastrava.api.v3.model.StravaAthlete
-
- StravaAthleteSegmentStats - Class in javastrava.api.v3.model
-
Athlete's statistics for a segment, returned by Strava with a segment effort
- StravaAthleteSegmentStats() - Constructor for class javastrava.api.v3.model.StravaAthleteSegmentStats
-
- StravaBestRunningEffort - Class in javastrava.api.v3.model
-
A 'best running effort' - calculated by Strava for runs only.
- StravaBestRunningEffort() - Constructor for class javastrava.api.v3.model.StravaBestRunningEffort
-
- StravaClimbCategory - Enum in javastrava.api.v3.model.reference
-
Strava climb categories as applied to
segments
- StravaClub - Class in javastrava.api.v3.model
-
Clubs represent groups of athletes on Strava.
- StravaClub() - Constructor for class javastrava.api.v3.model.StravaClub
-
- StravaClubMembershipResponse - Class in javastrava.api.v3.model
-
Container for response from club membership join and leave
- StravaClubMembershipResponse() - Constructor for class javastrava.api.v3.model.StravaClubMembershipResponse
-
- StravaClubType - Enum in javastrava.api.v3.model.reference
-
Strava club type
- StravaComment - Class in javastrava.api.v3.model
-
Record of an individual comment made on an activity
- StravaComment() - Constructor for class javastrava.api.v3.model.StravaComment
-
- StravaConfig - Class in javastrava.config
-
Configuration and paging utilities
- StravaConfig() - Constructor for class javastrava.config.StravaConfig
-
- StravaFollowerState - Enum in javastrava.api.v3.model.reference
-
Status of an athlete's follower relationship with another athlete
- StravaFrameType - Enum in javastrava.api.v3.model.reference
-
Bicycle frame type
- StravaGear - Class in javastrava.api.v3.model
-
- StravaGear() - Constructor for class javastrava.api.v3.model.StravaGear
-
- StravaGearType - Enum in javastrava.api.v3.model.reference
-
- StravaGender - Enum in javastrava.api.v3.model.reference
-
Athlete gender
- StravaInternalServerErrorException - Exception in javastrava.api.v3.service.exception
-
Thrown when the Strava API returns an unexpected HTTP status indicating an error has occurred
- StravaInternalServerErrorException(String, StravaResponse, Throwable) - Constructor for exception javastrava.api.v3.service.exception.StravaInternalServerErrorException
-
- StravaLap - Class in javastrava.api.v3.model
-
- StravaLap() - Constructor for class javastrava.api.v3.model.StravaLap
-
- StravaLeaderboardDateRange - Enum in javastrava.api.v3.model.reference
-
- StravaMap - Class in javastrava.api.v3.model
-
Strava's representation of a map.
- StravaMap() - Constructor for class javastrava.api.v3.model.StravaMap
-
- StravaMapPoint - Class in javastrava.api.v3.model
-
Representation of a GPS co-ordinate
- StravaMapPoint(Float, Float) - Constructor for class javastrava.api.v3.model.StravaMapPoint
-
Constructor allows creation of a map point by specifying latitude and longitude
- StravaMeasurementMethod - Enum in javastrava.api.v3.model.reference
-
Preferred measurement system for an athlete.
- StravaPhoto - Class in javastrava.api.v3.model
-
Photos are external objects associated with an activity.
- StravaPhoto() - Constructor for class javastrava.api.v3.model.StravaPhoto
-
- StravaPhotoType - Enum in javastrava.api.v3.model.reference
-
Type of photo - currently Instagram only
- StravaPhotoUrls - Class in javastrava.api.v3.model
-
URL's for various versions of a specific photo
- StravaPhotoUrls() - Constructor for class javastrava.api.v3.model.StravaPhotoUrls
-
- StravaResourceState - Enum in javastrava.api.v3.model.reference
-
State of a resource returned from Strava.
- StravaResponse - Class in javastrava.api.v3.model
-
Representation of the response received from Strava in error situations (most commonly when resources are not found or there is
an authorisation issue)
- StravaResponse() - Constructor for class javastrava.api.v3.model.StravaResponse
-
- StravaSegment - Class in javastrava.api.v3.model
-
- StravaSegment() - Constructor for class javastrava.api.v3.model.StravaSegment
-
- StravaSegmentActivityType - Enum in javastrava.api.v3.model.reference
-
- StravaSegmentEffort - Class in javastrava.api.v3.model
-
A segment effort represents an athlete's attempt at a segment.
- StravaSegmentEffort() - Constructor for class javastrava.api.v3.model.StravaSegmentEffort
-
- StravaSegmentExplorerActivityType - Enum in javastrava.api.v3.model.reference
-
- StravaSegmentExplorerResponse - Class in javastrava.api.v3.model
-
- StravaSegmentExplorerResponse() - Constructor for class javastrava.api.v3.model.StravaSegmentExplorerResponse
-
- StravaSegmentExplorerResponseSegment - Class in javastrava.api.v3.model
-
Summary of segment returned by the segment explorer
- StravaSegmentExplorerResponseSegment() - Constructor for class javastrava.api.v3.model.StravaSegmentExplorerResponseSegment
-
- StravaSegmentLeaderboard - Class in javastrava.api.v3.model
-
- StravaSegmentLeaderboard() - Constructor for class javastrava.api.v3.model.StravaSegmentLeaderboard
-
- StravaSegmentLeaderboardEntry - Class in javastrava.api.v3.model
-
- StravaSegmentLeaderboardEntry() - Constructor for class javastrava.api.v3.model.StravaSegmentLeaderboardEntry
-
- StravaService - Interface in javastrava.api.v3.service
-
Base interface for all other Strava services to inherit from (used by Token management)
- StravaServiceImpl<T> - Class in javastrava.api.v3.service.impl
-
Base class for all implementations of Strava services
- StravaServiceImpl(Class<T>, Token) - Constructor for class javastrava.api.v3.service.impl.StravaServiceImpl
-
Protected constructor prevents user from getting a service instance without a valid token
- StravaServiceUnavailableException - Exception in javastrava.api.v3.service.exception
-
Thrown when the Strava API returns an unexpected HTTP status indicating an error has occurred
- StravaServiceUnavailableException(String, StravaResponse, Throwable) - Constructor for exception javastrava.api.v3.service.exception.StravaServiceUnavailableException
-
- StravaSplit - Class in javastrava.api.v3.model
-
Split time data associated with runs.
- StravaSplit() - Constructor for class javastrava.api.v3.model.StravaSplit
-
- StravaSportType - Enum in javastrava.api.v3.model.reference
-
Strava sport type associated with
clubs
- StravaStatistics - Class in javastrava.api.v3.model
-
- StravaStatistics() - Constructor for class javastrava.api.v3.model.StravaStatistics
-
- StravaStatisticsEntry - Class in javastrava.api.v3.model
-
- StravaStatisticsEntry() - Constructor for class javastrava.api.v3.model.StravaStatisticsEntry
-
- StravaStream - Class in javastrava.api.v3.model
-
Streams is the Strava term for the raw data associated with an activity.
- StravaStream() - Constructor for class javastrava.api.v3.model.StravaStream
-
- StravaStreamResolutionType - Enum in javastrava.api.v3.model.reference
-
Resolution type for requested/returned
streams
- StravaStreamSerializer - Class in javastrava.json.impl.gson.serializer
-
- StravaStreamSerializer() - Constructor for class javastrava.json.impl.gson.serializer.StravaStreamSerializer
-
- StravaStreamSeriesDownsamplingType - Enum in javastrava.api.v3.model.reference
-
Method for downsampling a strava stream - either by time or by distance
- StravaStreamType - Enum in javastrava.api.v3.model.reference
-
Data stream types
- StravaUnknownAPIException - Exception in javastrava.api.v3.service.exception
-
Thrown when the Strava API returns an unexpected HTTP status indicating an error has occurred
- StravaUnknownAPIException(String, StravaResponse, Throwable) - Constructor for exception javastrava.api.v3.service.exception.StravaUnknownAPIException
-
- StravaUploadResponse - Class in javastrava.api.v3.model
-
Response to an upload request
- StravaUploadResponse() - Constructor for class javastrava.api.v3.model.StravaUploadResponse
-
- StravaWeightClass - Enum in javastrava.api.v3.model.reference
-
- StravaWorkoutType - Enum in javastrava.api.v3.model.reference
-
- StreamAPI - Interface in javastrava.api.v3.rest
-
- StreamResolutionTypeSerializer - Class in javastrava.json.impl.gson.serializer
-
- StreamResolutionTypeSerializer() - Constructor for class javastrava.json.impl.gson.serializer.StreamResolutionTypeSerializer
-
- StreamSeriesDownsamplingTypeSerializer - Class in javastrava.json.impl.gson.serializer
-
- StreamSeriesDownsamplingTypeSerializer() - Constructor for class javastrava.json.impl.gson.serializer.StreamSeriesDownsamplingTypeSerializer
-
- StreamService - Interface in javastrava.api.v3.service
-
Streams is the Strava term for the raw data associated with an activity.
- StreamServiceImpl - Class in javastrava.api.v3.service.impl
-
- StreamTypeSerializer - Class in javastrava.json.impl.gson.serializer
-
- StreamTypeSerializer() - Constructor for class javastrava.json.impl.gson.serializer.StreamTypeSerializer
-
- string(String) - Static method in class javastrava.config.Messages
-
Get the value of a property in the resource bundle
- string(String) - Static method in class javastrava.config.StravaConfig
-
Get the value of a String property
- validatePagingArguments(Paging) - Static method in class javastrava.util.PagingUtils
-
Throw an IllegalArgumentException if the page or perPage parameters are set but are invalid
- valueOf(String) - Static method in enum javastrava.api.v3.auth.ref.AuthorisationApprovalPrompt
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum javastrava.api.v3.auth.ref.AuthorisationResponseType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum javastrava.api.v3.auth.ref.AuthorisationScope
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum javastrava.api.v3.model.reference.StravaActivityType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum javastrava.api.v3.model.reference.StravaActivityZoneType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum javastrava.api.v3.model.reference.StravaAgeGroup
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum javastrava.api.v3.model.reference.StravaClimbCategory
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum javastrava.api.v3.model.reference.StravaClubType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum javastrava.api.v3.model.reference.StravaFollowerState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum javastrava.api.v3.model.reference.StravaFrameType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum javastrava.api.v3.model.reference.StravaGearType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum javastrava.api.v3.model.reference.StravaGender
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum javastrava.api.v3.model.reference.StravaLeaderboardDateRange
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum javastrava.api.v3.model.reference.StravaMeasurementMethod
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum javastrava.api.v3.model.reference.StravaPhotoType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum javastrava.api.v3.model.reference.StravaResourceState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum javastrava.api.v3.model.reference.StravaSegmentActivityType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum javastrava.api.v3.model.reference.StravaSegmentExplorerActivityType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum javastrava.api.v3.model.reference.StravaSportType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum javastrava.api.v3.model.reference.StravaStreamResolutionType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum javastrava.api.v3.model.reference.StravaStreamSeriesDownsamplingType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum javastrava.api.v3.model.reference.StravaStreamType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum javastrava.api.v3.model.reference.StravaWeightClass
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum javastrava.api.v3.model.reference.StravaWorkoutType
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum javastrava.api.v3.auth.ref.AuthorisationApprovalPrompt
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum javastrava.api.v3.auth.ref.AuthorisationResponseType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum javastrava.api.v3.auth.ref.AuthorisationScope
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum javastrava.api.v3.model.reference.StravaActivityType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum javastrava.api.v3.model.reference.StravaActivityZoneType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum javastrava.api.v3.model.reference.StravaAgeGroup
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum javastrava.api.v3.model.reference.StravaClimbCategory
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum javastrava.api.v3.model.reference.StravaClubType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum javastrava.api.v3.model.reference.StravaFollowerState
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum javastrava.api.v3.model.reference.StravaFrameType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum javastrava.api.v3.model.reference.StravaGearType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum javastrava.api.v3.model.reference.StravaGender
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum javastrava.api.v3.model.reference.StravaLeaderboardDateRange
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum javastrava.api.v3.model.reference.StravaMeasurementMethod
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum javastrava.api.v3.model.reference.StravaPhotoType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum javastrava.api.v3.model.reference.StravaResourceState
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum javastrava.api.v3.model.reference.StravaSegmentActivityType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum javastrava.api.v3.model.reference.StravaSegmentExplorerActivityType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum javastrava.api.v3.model.reference.StravaSportType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum javastrava.api.v3.model.reference.StravaStreamResolutionType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum javastrava.api.v3.model.reference.StravaStreamSeriesDownsamplingType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum javastrava.api.v3.model.reference.StravaStreamType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum javastrava.api.v3.model.reference.StravaWeightClass
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum javastrava.api.v3.model.reference.StravaWorkoutType
-
Returns an array containing the constants of this enum type, in
the order they are declared.