Skip navigation links
A B C D E F G H I J L M N P R S T U V W Z 

A

accessTokenIsValid() - Method in class javastrava.api.v3.service.impl.StravaServiceImpl
Work out if the access token is valid (i.e.
ActivityAPI - Interface in javastrava.api.v3.rest
API declarations of activity service endpoints
ActivityService - Interface in javastrava.api.v3.service
StravaActivity related services
ActivityServiceImpl - Class in javastrava.api.v3.service.impl
 
ActivityTypeSerializer - Class in javastrava.json.impl.gson.serializer
 
ActivityTypeSerializer() - Constructor for class javastrava.json.impl.gson.serializer.ActivityTypeSerializer
 
ActivityZoneTypeSerializer - Class in javastrava.json.impl.gson.serializer
 
ActivityZoneTypeSerializer() - Constructor for class javastrava.json.impl.gson.serializer.ActivityZoneTypeSerializer
 
addService(Class<? extends StravaService>, StravaService) - Method in class javastrava.api.v3.auth.model.Token
Adds a service implementation into the Token's store
AgeGroupSerializer - Class in javastrava.json.impl.gson.serializer
 
AgeGroupSerializer() - Constructor for class javastrava.json.impl.gson.serializer.AgeGroupSerializer
 
API - Class in javastrava.api.v3.rest
Provides a static method API.instance(Class, Token) which constructs a standard retrofit service with all the required options.
API(Token) - Constructor for class javastrava.api.v3.rest.API
Construct an API instance with a given token
api - Variable in class javastrava.api.v3.service.impl.StravaServiceImpl
API instance in use
AsyncCallback<T> - Interface in javastrava.api.v3.service.async
 
AthleteAPI - Interface in javastrava.api.v3.rest
API definitions for implementation of AthleteService
AthleteService - Interface in javastrava.api.v3.service
StravaAthlete related services
AthleteServiceImpl - Class in javastrava.api.v3.service.impl
Implementation of AthleteService
AthleteTypeSerializer - Class in javastrava.json.impl.gson.serializer
 
AthleteTypeSerializer() - Constructor for class javastrava.json.impl.gson.serializer.AthleteTypeSerializer
 
AUTH_ENDPOINT - Static variable in class javastrava.config.StravaConfig
API endpoint for the Strava authorisation API
AuthorisationAPI - Interface in javastrava.api.v3.rest
API implementation of the Strava REST interface for authorisation
AuthorisationApprovalPrompt - Enum in javastrava.api.v3.auth.ref
AuthorisationApprovalPromptSerializer - Class in javastrava.json.impl.gson.serializer
 
AuthorisationApprovalPromptSerializer() - Constructor for class javastrava.json.impl.gson.serializer.AuthorisationApprovalPromptSerializer
 
authorisationInstance() - Static method in class javastrava.api.v3.rest.API
Get an instance of the authorisation API (cached)
AuthorisationResponseType - Enum in javastrava.api.v3.auth.ref
Valid authorisation response types
AuthorisationResponseTypeSerializer - Class in javastrava.json.impl.gson.serializer
 
AuthorisationResponseTypeSerializer() - Constructor for class javastrava.json.impl.gson.serializer.AuthorisationResponseTypeSerializer
 
AuthorisationScope - Enum in javastrava.api.v3.auth.ref
view_private and/or write, leave blank for read-only permissions.
AuthorisationScopeSerializer - Class in javastrava.json.impl.gson.serializer
 
AuthorisationScopeSerializer() - Constructor for class javastrava.json.impl.gson.serializer.AuthorisationScopeSerializer
 
AuthorisationService - Interface in javastrava.api.v3.auth
Authentication
AuthorisationServiceImpl - Class in javastrava.api.v3.auth.impl.retrofit
 
AuthorisationServiceImpl() - Constructor for class javastrava.api.v3.auth.impl.retrofit.AuthorisationServiceImpl
Default constructor creates a RestAdapter which is the actual implementation of the REST interface

B

BadRequestException - Exception in javastrava.api.v3.service.exception
Thrown when Strava API returns an HTTP status of 400
BadRequestException(String, StravaResponse, Throwable) - Constructor for exception javastrava.api.v3.service.exception.BadRequestException
 

C

checkUploadStatus(Integer) - Method in class javastrava.api.v3.rest.API
 
checkUploadStatus(Integer) - Method in interface javastrava.api.v3.rest.UploadAPI
 
checkUploadStatus(Integer, StravaAPICallback<StravaUploadResponse>) - Method in interface javastrava.api.v3.rest.UploadAPI
 
checkUploadStatus(Integer) - Method in class javastrava.api.v3.service.impl.UploadServiceImpl
 
checkUploadStatus(Integer) - Method in class javastrava.api.v3.service.Strava
 
checkUploadStatus(Integer) - Method in interface javastrava.api.v3.service.UploadService
Upon upload, Strava will respond with an upload ID.
checkUploadStatusAsync(Integer) - Method in class javastrava.api.v3.rest.API
 
checkUploadStatusAsync(Integer) - Method in class javastrava.api.v3.service.impl.UploadServiceImpl
 
checkUploadStatusAsync(Integer) - Method in class javastrava.api.v3.service.Strava
 
checkUploadStatusAsync(Integer) - Method in interface javastrava.api.v3.service.UploadService
Upon upload, Strava will respond with an upload ID.
clearCache() - Method in class javastrava.api.v3.auth.impl.retrofit.TokenServiceImpl
 
clearCache() - Method in class javastrava.api.v3.service.impl.ActivityServiceImpl
 
clearCache() - Method in class javastrava.api.v3.service.impl.AthleteServiceImpl
 
clearCache() - Method in class javastrava.api.v3.service.impl.ClubServiceImpl
 
clearCache() - Method in class javastrava.api.v3.service.impl.GearServiceImpl
 
clearCache() - Method in class javastrava.api.v3.service.impl.SegmentEffortServiceImpl
 
clearCache() - Method in class javastrava.api.v3.service.impl.SegmentServiceImpl
 
clearCache() - Method in class javastrava.api.v3.service.impl.StreamServiceImpl
 
clearCache() - Method in class javastrava.api.v3.service.impl.UploadServiceImpl
 
clearCache() - Method in class javastrava.api.v3.service.impl.WebhookServiceImpl
 
clearCache() - Method in class javastrava.api.v3.service.Strava
 
clearCache() - Method in interface javastrava.api.v3.service.StravaService
Clear any and all cached data entries
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
 
ClubAPI - Interface in javastrava.api.v3.rest
API definition of the endpoints for club services
ClubMembershipStatusSerializer - Class in javastrava.json.impl.gson.serializer
 
ClubMembershipStatusSerializer() - Constructor for class javastrava.json.impl.gson.serializer.ClubMembershipStatusSerializer
 
ClubService - Interface in javastrava.api.v3.service
StravaClub related services
ClubServiceImpl - Class in javastrava.api.v3.service.impl
Implementation of ClubService
ClubTypeSerializer - Class in javastrava.json.impl.gson.serializer
 
ClubTypeSerializer() - Constructor for class javastrava.json.impl.gson.serializer.ClubTypeSerializer
 
complete(T) - Method in class javastrava.api.v3.rest.async.StravaAPIFuture
 
completeExceptionally(Throwable) - Method in class javastrava.api.v3.rest.async.StravaAPIFuture
 
compute() - Method in class javastrava.util.PagingForkJoinTask
 
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.StravaAthleteType
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.StravaClubMembershipStatus
 
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(Integer) - Static method in enum javastrava.api.v3.model.reference.StravaPhotoSource
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(Integer) - Static method in enum javastrava.api.v3.model.reference.StravaSkillLevel
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(Integer) - Static method in enum javastrava.api.v3.model.reference.StravaTerrainType
Create the one from the integer id
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
create(Integer) - Static method in enum javastrava.api.v3.model.webhook.reference.StravaSubscriptionAspectType
Used by JSON serialisation
create(Integer) - Static method in enum javastrava.api.v3.model.webhook.reference.StravaSubscriptionObjectType
 
createComment(Integer, String) - Method in interface javastrava.api.v3.rest.ActivityAPI
 
createComment(Integer, String, StravaAPICallback<StravaComment>) - Method in interface javastrava.api.v3.rest.ActivityAPI
 
createComment(Integer, String) - Method in class javastrava.api.v3.rest.API
 
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
 
createComment(Integer, String) - Method in class javastrava.api.v3.service.Strava
 
createCommentAsync(Integer, String) - Method in class javastrava.api.v3.rest.API
 
createCommentAsync(Integer, String) - Method in interface javastrava.api.v3.service.ActivityService
Create a comment on an activity.
createCommentAsync(Integer, String) - Method in class javastrava.api.v3.service.impl.ActivityServiceImpl
 
createCommentAsync(Integer, String) - Method in class javastrava.api.v3.service.Strava
 
createManualActivity(StravaActivity) - Method in interface javastrava.api.v3.rest.ActivityAPI
 
createManualActivity(StravaActivity, StravaAPICallback<StravaActivity>) - Method in interface javastrava.api.v3.rest.ActivityAPI
 
createManualActivity(StravaActivity) - Method in class javastrava.api.v3.rest.API
Create a manual activity
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
 
createManualActivity(StravaActivity) - Method in class javastrava.api.v3.service.Strava
 
createManualActivityAsync(StravaActivity) - Method in class javastrava.api.v3.rest.API
 
createManualActivityAsync(StravaActivity) - Method in interface javastrava.api.v3.service.ActivityService
This API endpoint is for creating manually entered activities.
createManualActivityAsync(StravaActivity) - Method in class javastrava.api.v3.service.impl.ActivityServiceImpl
 
createManualActivityAsync(StravaActivity) - Method in class javastrava.api.v3.service.Strava
 
createSubscription(Integer, String, StravaSubscriptionObjectType, StravaSubscriptionAspectType, String, String) - Method in class javastrava.api.v3.rest.API
 
createSubscription(Integer, String, StravaSubscriptionObjectType, StravaSubscriptionAspectType, String, String) - Method in interface javastrava.api.v3.rest.WebhookAPI
Creates a subscription to an allowed event
createSubscription(Integer, String, StravaSubscriptionObjectType, StravaSubscriptionAspectType, String, String, StravaAPICallback<StravaEventSubscription>) - Method in interface javastrava.api.v3.rest.WebhookAPI
Creates a subscription to an allowed event
createSubscription(StravaEventSubscription, String) - Method in class javastrava.api.v3.service.impl.WebhookServiceImpl
 
createSubscription(StravaEventSubscription, String) - Method in class javastrava.api.v3.service.Strava
Creates a subscription to an allowed event
createSubscription(StravaEventSubscription, String) - Method in interface javastrava.api.v3.service.WebhookService
Creates a subscription to an allowed event
createSubscriptionAsync(Integer, String, StravaSubscriptionObjectType, StravaSubscriptionAspectType, String, String) - Method in class javastrava.api.v3.rest.API
 
createSubscriptionAsync(StravaEventSubscription, String) - Method in class javastrava.api.v3.service.impl.WebhookServiceImpl
 
createSubscriptionAsync(StravaEventSubscription, String) - Method in class javastrava.api.v3.service.Strava
Creates a subscription to an allowed event
createSubscriptionAsync(StravaEventSubscription, String) - Method in interface javastrava.api.v3.service.WebhookService
Creates a subscription to an allowed event

D

DATE_FORMAT - Static variable in class javastrava.config.StravaConfig
Date format to use in query parameters and in (de)serialisation of JSON
deauthorise(Token) - Method in class javastrava.api.v3.auth.impl.retrofit.TokenServiceImpl
 
deauthorise(Token) - Method in interface javastrava.api.v3.auth.TokenService
Allows an application to revoke its access to an athlete's data.
deauthorise(String, StravaAPICallback<TokenResponse>) - Method in interface javastrava.api.v3.rest.TokenAPI
 
deauthorise(Token) - Method in class javastrava.api.v3.service.Strava
 
deauthoriseToken(String) - Method in class javastrava.api.v3.rest.API
 
deauthoriseToken(String) - Method in interface javastrava.api.v3.rest.TokenAPI
 
deauthoriseTokenAsync(String) - Method in class javastrava.api.v3.rest.API
 
DEFAULT_PAGE_SIZE - Static variable in class javastrava.config.StravaConfig
Strava's default page size.
deleteActivity(Integer) - Method in interface javastrava.api.v3.rest.ActivityAPI
 
deleteActivity(Integer, StravaAPICallback<StravaActivity>) - Method in interface javastrava.api.v3.rest.ActivityAPI
 
deleteActivity(Integer) - Method in class javastrava.api.v3.rest.API
Delete an activity on Strava
deleteActivity(Integer) - Method in interface javastrava.api.v3.service.ActivityService
Deletes the identified StravaActivity
deleteActivity(Integer) - Method in class javastrava.api.v3.service.impl.ActivityServiceImpl
 
deleteActivity(Integer) - Method in class javastrava.api.v3.service.Strava
 
deleteActivityAsync(Integer) - Method in class javastrava.api.v3.rest.API
Delete an activity on Strava
deleteActivityAsync(Integer) - Method in interface javastrava.api.v3.service.ActivityService
Deletes the identified StravaActivity
deleteActivityAsync(Integer) - Method in class javastrava.api.v3.service.impl.ActivityServiceImpl
 
deleteActivityAsync(Integer) - Method in class javastrava.api.v3.service.Strava
 
deleteComment(Integer, Integer) - Method in interface javastrava.api.v3.rest.ActivityAPI
 
deleteComment(Integer, Integer, StravaAPICallback<StravaResponse>) - Method in interface javastrava.api.v3.rest.ActivityAPI
 
deleteComment(Integer, Integer) - Method in class javastrava.api.v3.rest.API
 
deleteComment(Integer, Integer) - Method in interface javastrava.api.v3.service.ActivityService
Delete a comment belonging to the authenticated user
deleteComment(StravaComment) - Method in interface javastrava.api.v3.service.ActivityService
Delete a comment belonging to the authenticated user
deleteComment(Integer, Integer) - Method in class javastrava.api.v3.service.impl.ActivityServiceImpl
 
deleteComment(StravaComment) - Method in class javastrava.api.v3.service.impl.ActivityServiceImpl
 
deleteComment(Integer, Integer) - Method in class javastrava.api.v3.service.Strava
 
deleteComment(StravaComment) - Method in class javastrava.api.v3.service.Strava
 
deleteCommentAsync(Integer, Integer) - Method in class javastrava.api.v3.rest.API
 
deleteCommentAsync(Integer, Integer) - Method in interface javastrava.api.v3.service.ActivityService
Delete a comment belonging to the authenticated user
deleteCommentAsync(StravaComment) - Method in interface javastrava.api.v3.service.ActivityService
Delete a comment belonging to the authenticated user
deleteCommentAsync(Integer, Integer) - Method in class javastrava.api.v3.service.impl.ActivityServiceImpl
 
deleteCommentAsync(StravaComment) - Method in class javastrava.api.v3.service.impl.ActivityServiceImpl
 
deleteCommentAsync(Integer, Integer) - Method in class javastrava.api.v3.service.Strava
 
deleteCommentAsync(StravaComment) - Method in class javastrava.api.v3.service.Strava
 
deleteSubscription(Integer, Integer, String) - Method in class javastrava.api.v3.rest.API
 
deleteSubscription(Integer, Integer, String) - Method in interface javastrava.api.v3.rest.WebhookAPI
This request is used to unsubscribe from events.
deleteSubscription(Integer, Integer, String, StravaAPICallback<StravaResponse>) - Method in interface javastrava.api.v3.rest.WebhookAPI
This request is used to unsubscribe from events.
deleteSubscription(Integer) - Method in class javastrava.api.v3.service.impl.WebhookServiceImpl
 
deleteSubscription(Integer) - Method in class javastrava.api.v3.service.Strava
This request is used to unsubscribe from events.
deleteSubscription(Integer) - Method in interface javastrava.api.v3.service.WebhookService
This request is used to unsubscribe from events.
deleteSubscriptionAsync(Integer, Integer, String) - Method in class javastrava.api.v3.rest.API
 
deleteSubscriptionAsync(Integer) - Method in class javastrava.api.v3.service.impl.WebhookServiceImpl
 
deleteSubscriptionAsync(Integer) - Method in class javastrava.api.v3.service.Strava
This request is used to unsubscribe from events.
deleteSubscriptionAsync(Integer) - Method in interface javastrava.api.v3.service.WebhookService
This request is used to unsubscribe from events.
deserialise(InputStream, Class<T>) - Method in class javastrava.json.impl.gson.JsonUtilImpl
 
deserialise(String, Class<T>) - Method in class javastrava.json.impl.gson.JsonUtilImpl
 
deserialise(InputStream, Class<T>) - Method in interface javastrava.json.JsonUtil
Deserialise an input stream representation of a JSON document to the named class
deserialise(String, Class<T>) - Method in interface javastrava.json.JsonUtil
Deserialise a string representation of a JSON document to the named class
deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class javastrava.json.impl.gson.serializer.ActivityTypeSerializer
 
deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class javastrava.json.impl.gson.serializer.ActivityZoneTypeSerializer
 
deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class javastrava.json.impl.gson.serializer.AgeGroupSerializer
 
deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class javastrava.json.impl.gson.serializer.AthleteTypeSerializer
 
deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class javastrava.json.impl.gson.serializer.AuthorisationApprovalPromptSerializer
 
deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class javastrava.json.impl.gson.serializer.AuthorisationResponseTypeSerializer
 
deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class javastrava.json.impl.gson.serializer.AuthorisationScopeSerializer
 
deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class javastrava.json.impl.gson.serializer.ClimbCategorySerializer
 
deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class javastrava.json.impl.gson.serializer.ClubMembershipStatusSerializer
 
deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class javastrava.json.impl.gson.serializer.ClubTypeSerializer
 
deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class javastrava.json.impl.gson.serializer.FollowerStateSerializer
 
deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class javastrava.json.impl.gson.serializer.FrameTypeSerializer
 
deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class javastrava.json.impl.gson.serializer.GenderSerializer
 
deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class javastrava.json.impl.gson.serializer.LeaderboardDateRangeSerializer
 
deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class javastrava.json.impl.gson.serializer.LocalDateSerializer
 
deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class javastrava.json.impl.gson.serializer.LocalDateTimeSerializer
 
deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class javastrava.json.impl.gson.serializer.MapPointSerializer
 
deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class javastrava.json.impl.gson.serializer.MeasurementMethodSerializer
 
deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class javastrava.json.impl.gson.serializer.PhotoTypeSerializer
 
deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class javastrava.json.impl.gson.serializer.ResourceStateSerializer
 
deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class javastrava.json.impl.gson.serializer.SegmentActivityTypeSerializer
 
deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class javastrava.json.impl.gson.serializer.SegmentExplorerActivityTypeSerializer
 
deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class javastrava.json.impl.gson.serializer.SkillLevelSerializer
 
deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class javastrava.json.impl.gson.serializer.SportTypeSerializer
 
deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class javastrava.json.impl.gson.serializer.StravaPhotoSourceSerializer
 
deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class javastrava.json.impl.gson.serializer.StravaStreamSerializer
 
deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class javastrava.json.impl.gson.serializer.StreamResolutionTypeSerializer
 
deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class javastrava.json.impl.gson.serializer.StreamSeriesDownsamplingTypeSerializer
 
deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class javastrava.json.impl.gson.serializer.StreamTypeSerializer
 
deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class javastrava.json.impl.gson.serializer.SubscriptionAspectTypeSerializer
 
deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class javastrava.json.impl.gson.serializer.SubscriptionObjectTypeSerializer
 
deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class javastrava.json.impl.gson.serializer.WeightClassSerializer
 
deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class javastrava.json.impl.gson.serializer.WorkoutTypeSerializer
 
deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class javastrava.json.impl.gson.serializer.ZonedDateTimeSerializer
 

E

ENDPOINT - Static variable in class javastrava.config.StravaConfig
API endpoint for the Strava data API
equals(Object) - Method in class javastrava.api.v3.auth.model.Token
 
equals(Object) - Method in class javastrava.api.v3.auth.model.TokenResponse
 
equals(Object) - Method in class javastrava.api.v3.model.StravaAchievement
 
equals(Object) - Method in class javastrava.api.v3.model.StravaActivity
 
equals(Object) - Method in class javastrava.api.v3.model.StravaActivityPhotos
 
equals(Object) - Method in class javastrava.api.v3.model.StravaActivityUpdate
 
equals(Object) - Method in class javastrava.api.v3.model.StravaActivityZone
 
equals(Object) - Method in class javastrava.api.v3.model.StravaActivityZoneDistributionBucket
 
equals(Object) - Method in class javastrava.api.v3.model.StravaAPIError
 
equals(Object) - Method in class javastrava.api.v3.model.StravaAthlete
 
equals(Object) - Method in class javastrava.api.v3.model.StravaAthleteSegmentStats
 
equals(Object) - Method in class javastrava.api.v3.model.StravaBestRunningEffort
 
equals(Object) - Method in class javastrava.api.v3.model.StravaClub
 
equals(Object) - Method in class javastrava.api.v3.model.StravaClubAnnouncement
 
equals(Object) - Method in class javastrava.api.v3.model.StravaClubEvent
 
equals(Object) - Method in class javastrava.api.v3.model.StravaClubMembershipResponse
 
equals(Object) - Method in class javastrava.api.v3.model.StravaComment
 
equals(Object) - Method in class javastrava.api.v3.model.StravaGear
 
equals(Object) - Method in class javastrava.api.v3.model.StravaHeartRateZones
 
equals(Object) - Method in class javastrava.api.v3.model.StravaLap
 
equals(Object) - Method in class javastrava.api.v3.model.StravaMap
 
equals(Object) - Method in class javastrava.api.v3.model.StravaMapPoint
 
equals(Object) - Method in class javastrava.api.v3.model.StravaPhoto
 
equals(Object) - Method in class javastrava.api.v3.model.StravaPhotoSizes
 
equals(Object) - Method in class javastrava.api.v3.model.StravaPhotoUrls
 
equals(Object) - Method in class javastrava.api.v3.model.StravaResponse
 
equals(Object) - Method in class javastrava.api.v3.model.StravaSegment
 
equals(Object) - Method in class javastrava.api.v3.model.StravaSegmentEffort
 
equals(Object) - Method in class javastrava.api.v3.model.StravaSegmentExplorerResponse
 
equals(Object) - Method in class javastrava.api.v3.model.StravaSegmentExplorerResponseSegment
 
equals(Object) - Method in class javastrava.api.v3.model.StravaSegmentLeaderboard
 
equals(Object) - Method in class javastrava.api.v3.model.StravaSegmentLeaderboardEntry
 
equals(Object) - Method in class javastrava.api.v3.model.StravaSplit
 
equals(Object) - Method in class javastrava.api.v3.model.StravaStatistics
 
equals(Object) - Method in class javastrava.api.v3.model.StravaStatisticsEntry
 
equals(Object) - Method in class javastrava.api.v3.model.StravaStream
 
equals(Object) - Method in class javastrava.api.v3.model.StravaUploadResponse
 
equals(Object) - Method in class javastrava.api.v3.model.StravaVideo
 
equals(Object) - Method in class javastrava.api.v3.model.StravaZone
 
equals(Object) - Method in class javastrava.api.v3.model.webhook.StravaEventSubscription
 
equals(Object) - Method in class javastrava.cache.impl.StravaCacheKey
 
equals(Object) - Method in class javastrava.util.Paging
 
execute(Request) - Method in class javastrava.api.v3.rest.util.RetrofitClientResponseInterceptor
Gets and stores the values of the rate limit information headers returned by Strava with each response

F

failure(RetrofitError) - Method in class javastrava.api.v3.rest.async.StravaAPICallback
 
FollowerStateSerializer - Class in javastrava.json.impl.gson.serializer
 
FollowerStateSerializer() - Constructor for class javastrava.json.impl.gson.serializer.FollowerStateSerializer
 
FrameTypeSerializer - Class in javastrava.json.impl.gson.serializer
 
FrameTypeSerializer() - Constructor for class javastrava.json.impl.gson.serializer.FrameTypeSerializer
 
future(AsyncCallback<T>) - Static method in class javastrava.api.v3.service.impl.StravaServiceImpl
 

G

GearAPI - Interface in javastrava.api.v3.rest
API definitions for the gear services endpoints
GearService - Interface in javastrava.api.v3.service
StravaGear related services.
GearServiceImpl - Class in javastrava.api.v3.service.impl
Implementation of ClubService
GenderSerializer - Class in javastrava.json.impl.gson.serializer
 
GenderSerializer() - Constructor for class javastrava.json.impl.gson.serializer.GenderSerializer
 
get() - Method in class javastrava.api.v3.rest.async.StravaAPIFuture
Wrapper for the CompletableFuture.get() method handles exceptions and maps to javastrava exceptions
get(U) - Method in class javastrava.cache.impl.StravaCacheImpl
 
get(U) - Method in interface javastrava.cache.StravaCache
Retrieves the object from the cache.
getAccessToken() - Method in class javastrava.api.v3.auth.model.TokenResponse
 
getAchievementCount() - Method in class javastrava.api.v3.model.StravaActivity
 
getAchievementCount() - Method in class javastrava.api.v3.model.StravaStatisticsEntry
 
getAchievements() - Method in class javastrava.api.v3.model.StravaSegmentEffort
 
getActive() - Method in class javastrava.api.v3.model.StravaClubMembershipResponse
 
getActivity() - Method in class javastrava.api.v3.model.StravaBestRunningEffort
 
getActivity() - Method in class javastrava.api.v3.model.StravaLap
 
getActivity() - Method in class javastrava.api.v3.model.StravaSegmentEffort
 
getActivity(Integer, Boolean) - Method in interface javastrava.api.v3.rest.ActivityAPI
 
getActivity(Integer, Boolean, StravaAPICallback<StravaActivity>) - Method in interface javastrava.api.v3.rest.ActivityAPI
 
getActivity(Integer, Boolean) - Method in class javastrava.api.v3.rest.API
Get details of an activity
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) - Method in class javastrava.api.v3.service.impl.ActivityServiceImpl
 
getActivity(Integer, Boolean) - Method in class javastrava.api.v3.service.impl.ActivityServiceImpl
 
getActivity(Integer) - Method in class javastrava.api.v3.service.Strava
 
getActivity(Integer, Boolean) - Method in class javastrava.api.v3.service.Strava
 
getActivityAsync(Integer, Boolean) - Method in class javastrava.api.v3.rest.API
Get details of an activity
getActivityAsync(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.
getActivityAsync(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.
getActivityAsync(Integer) - Method in class javastrava.api.v3.service.impl.ActivityServiceImpl
 
getActivityAsync(Integer, Boolean) - Method in class javastrava.api.v3.service.impl.ActivityServiceImpl
 
getActivityAsync(Integer) - Method in class javastrava.api.v3.service.Strava
 
getActivityAsync(Integer, Boolean) - Method in class javastrava.api.v3.service.Strava
 
getActivityId() - Method in class javastrava.api.v3.model.StravaComment
 
getActivityId() - Method in class javastrava.api.v3.model.StravaPhoto
 
getActivityId() - Method in class javastrava.api.v3.model.StravaSegmentLeaderboardEntry
 
getActivityId() - Method in class javastrava.api.v3.model.StravaUploadResponse
 
getActivityName() - Method in class javastrava.api.v3.model.StravaPhoto
 
getActivityStreams(Integer, String, StravaStreamResolutionType, StravaStreamSeriesDownsamplingType) - Method in class javastrava.api.v3.rest.API
 
getActivityStreams(Integer, String, StravaStreamResolutionType, StravaStreamSeriesDownsamplingType) - Method in interface javastrava.api.v3.rest.StreamAPI
 
getActivityStreams(Integer, String, StravaStreamResolutionType, StravaStreamSeriesDownsamplingType, StravaAPICallback<StravaStream[]>) - Method in interface javastrava.api.v3.rest.StreamAPI
 
getActivityStreams(Integer) - Method in class javastrava.api.v3.service.impl.StreamServiceImpl
 
getActivityStreams(Integer, StravaStreamResolutionType, StravaStreamSeriesDownsamplingType, StravaStreamType...) - Method in class javastrava.api.v3.service.impl.StreamServiceImpl
 
getActivityStreams(Integer) - Method in class javastrava.api.v3.service.Strava
 
getActivityStreams(Integer, StravaStreamResolutionType, StravaStreamSeriesDownsamplingType, StravaStreamType...) - Method in class javastrava.api.v3.service.Strava
 
getActivityStreams(Integer) - Method in interface javastrava.api.v3.service.StreamService
Streams represent the raw data of the uploaded file.
getActivityStreams(Integer, StravaStreamResolutionType, StravaStreamSeriesDownsamplingType, StravaStreamType...) - Method in interface javastrava.api.v3.service.StreamService
Streams represent the raw data of the uploaded file.
getActivityStreamsAsync(Integer, String, StravaStreamResolutionType, StravaStreamSeriesDownsamplingType) - Method in class javastrava.api.v3.rest.API
 
getActivityStreamsAsync(Integer) - Method in class javastrava.api.v3.service.impl.StreamServiceImpl
 
getActivityStreamsAsync(Integer, StravaStreamResolutionType, StravaStreamSeriesDownsamplingType, StravaStreamType...) - Method in class javastrava.api.v3.service.impl.StreamServiceImpl
 
getActivityStreamsAsync(Integer) - Method in class javastrava.api.v3.service.Strava
 
getActivityStreamsAsync(Integer, StravaStreamResolutionType, StravaStreamSeriesDownsamplingType, StravaStreamType...) - Method in class javastrava.api.v3.service.Strava
 
getActivityStreamsAsync(Integer) - Method in interface javastrava.api.v3.service.StreamService
Streams represent the raw data of the uploaded file.
getActivityStreamsAsync(Integer, StravaStreamResolutionType, StravaStreamSeriesDownsamplingType, StravaStreamType...) - Method in interface javastrava.api.v3.service.StreamService
Streams represent the raw data of the uploaded file.
getActivityType() - Method in class javastrava.api.v3.model.StravaClubEvent
 
getActivityType() - Method in class javastrava.api.v3.model.StravaSegment
 
getAddress() - Method in class javastrava.api.v3.model.StravaClubEvent
 
getAdmin() - Method in class javastrava.api.v3.model.StravaClub
 
getAllRideTotals() - Method in class javastrava.api.v3.model.StravaStatistics
 
getAllRunTotals() - Method in class javastrava.api.v3.model.StravaStatistics
 
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
Leaderboards represent the ranking of athletes on specific segments.
getAllSegmentLeaderboard(Integer, StravaGender, StravaAgeGroup, StravaWeightClass, Boolean, Integer, StravaLeaderboardDateRange) - Method in interface javastrava.api.v3.service.SegmentService
Leaderboards represent the ranking of athletes on specific segments.
getAllSegmentLeaderboard(Integer) - Method in class javastrava.api.v3.service.Strava
USE WITH CAUTION - POPULAR SEGMENTS CAN HAVE TENS OF THOUSANDS OF ATHLETES ON THE LEADERBOARD, REQUIRING A VERY LARGE NUMBER OF CALLS TO THE STRAVA API
getAllSegmentLeaderboard(Integer, StravaGender, StravaAgeGroup, StravaWeightClass, Boolean, Integer, StravaLeaderboardDateRange) - Method in class javastrava.api.v3.service.Strava
USE WITH CAUTION - POPULAR SEGMENTS CAN HAVE TENS OF THOUSANDS OF ATHLETES ON THE LEADERBOARD, REQUIRING A VERY LARGE NUMBER OF CALLS TO THE STRAVA API
getAllSegmentLeaderboardAsync(Integer) - Method in class javastrava.api.v3.service.impl.SegmentServiceImpl
 
getAllSegmentLeaderboardAsync(Integer, StravaGender, StravaAgeGroup, StravaWeightClass, Boolean, Integer, StravaLeaderboardDateRange) - Method in class javastrava.api.v3.service.impl.SegmentServiceImpl
 
getAllSegmentLeaderboardAsync(Integer) - Method in interface javastrava.api.v3.service.SegmentService
Leaderboards represent the ranking of athletes on specific segments.
getAllSegmentLeaderboardAsync(Integer, StravaGender, StravaAgeGroup, StravaWeightClass, Boolean, Integer, StravaLeaderboardDateRange) - Method in interface javastrava.api.v3.service.SegmentService
Leaderboards represent the ranking of athletes on specific segments.
getAllSegmentLeaderboardAsync(Integer) - Method in class javastrava.api.v3.service.Strava
USE WITH CAUTION - POPULAR SEGMENTS CAN HAVE TENS OF THOUSANDS OF ATHLETES ON THE LEADERBOARD, REQUIRING A VERY LARGE NUMBER OF CALLS TO THE STRAVA API
getAllSegmentLeaderboardAsync(Integer, StravaGender, StravaAgeGroup, StravaWeightClass, Boolean, Integer, StravaLeaderboardDateRange) - Method in class javastrava.api.v3.service.Strava
USE WITH CAUTION - POPULAR SEGMENTS CAN HAVE TENS OF THOUSANDS OF ATHLETES ON THE LEADERBOARD, REQUIRING A VERY LARGE NUMBER OF CALLS TO THE STRAVA API
getAllSwimTotals() - Method in class javastrava.api.v3.model.StravaStatistics
 
getApplicationId() - Method in class javastrava.api.v3.model.webhook.StravaEventSubscription
 
getApproveFollowers() - Method in class javastrava.api.v3.model.StravaAthlete
 
getAspectType() - Method in class javastrava.api.v3.model.webhook.StravaEventSubscription
 
getAthlete() - Method in class javastrava.api.v3.auth.model.Token
 
getAthlete() - Method in class javastrava.api.v3.auth.model.TokenResponse
 
getAthlete() - Method in class javastrava.api.v3.model.StravaActivity
 
getAthlete() - Method in class javastrava.api.v3.model.StravaBestRunningEffort
 
getAthlete() - Method in class javastrava.api.v3.model.StravaClubAnnouncement
 
getAthlete() - Method in class javastrava.api.v3.model.StravaComment
 
getAthlete() - Method in class javastrava.api.v3.model.StravaLap
 
getAthlete() - Method in class javastrava.api.v3.model.StravaSegmentEffort
 
getAthlete(Integer) - Method in class javastrava.api.v3.rest.API
 
getAthlete(Integer) - Method in interface javastrava.api.v3.rest.AthleteAPI
 
getAthlete(Integer, StravaAPICallback<StravaAthlete>) - 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
 
getAthlete(Integer) - Method in class javastrava.api.v3.service.Strava
 
getAthleteAsync(Integer) - Method in class javastrava.api.v3.rest.API
 
getAthleteAsync(Integer) - Method in interface javastrava.api.v3.service.AthleteService
This request is used to retrieve information about any athlete on Strava.
getAthleteAsync(Integer) - Method in class javastrava.api.v3.service.impl.AthleteServiceImpl
 
getAthleteAsync(Integer) - Method in class javastrava.api.v3.service.Strava
 
getAthleteCount() - Method in class javastrava.api.v3.model.StravaActivity
 
getAthleteCount() - Method in class javastrava.api.v3.model.StravaSegment
 
getAthleteEntries() - Method in class javastrava.api.v3.model.StravaSegmentLeaderboard
 
getAthleteGender() - Method in class javastrava.api.v3.model.StravaSegmentLeaderboardEntry
 
getAthleteId() - Method in class javastrava.api.v3.model.StravaSegmentLeaderboardEntry
 
getAthleteName() - Method in class javastrava.api.v3.model.StravaSegmentLeaderboardEntry
 
getAthletePrEffort() - Method in class javastrava.api.v3.model.StravaSegment
 
getAthleteProfile() - Method in class javastrava.api.v3.model.StravaSegmentLeaderboardEntry
 
getAthleteSegmentStats() - Method in class javastrava.api.v3.model.StravaSegment
Deprecated.
getAthleteSegmentStats() - Method in class javastrava.api.v3.model.StravaSegmentEffort
 
getAthleteType() - Method in class javastrava.api.v3.model.StravaAthlete
 
getAuthenticatedAthlete() - Method in class javastrava.api.v3.rest.API
 
getAuthenticatedAthlete() - Method in interface javastrava.api.v3.rest.AthleteAPI
 
getAuthenticatedAthlete(StravaAPICallback<StravaAthlete>) - 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
 
getAuthenticatedAthlete() - Method in class javastrava.api.v3.service.Strava
 
getAuthenticatedAthleteAsync() - Method in class javastrava.api.v3.rest.API
 
getAuthenticatedAthleteAsync() - Method in interface javastrava.api.v3.service.AthleteService
This request is used to retrieve information about the currently authenticated athlete.
getAuthenticatedAthleteAsync() - Method in class javastrava.api.v3.service.impl.AthleteServiceImpl
 
getAuthenticatedAthleteAsync() - Method in class javastrava.api.v3.service.Strava
 
getAuthenticatedAthleteZones() - Method in class javastrava.api.v3.rest.API
Returns the current athlete’s heart rate zones.
getAuthenticatedAthleteZones() - Method in interface javastrava.api.v3.rest.AthleteAPI
Returns the current athlete’s heart rate zones.
getAuthenticatedAthleteZones(StravaAPICallback<StravaAthleteZones>) - Method in interface javastrava.api.v3.rest.AthleteAPI
Returns the current athlete’s heart rate zones.
getAuthenticatedAthleteZones() - Method in interface javastrava.api.v3.service.AthleteService
Returns the current athlete’s heart rate zones.
getAuthenticatedAthleteZones() - Method in class javastrava.api.v3.service.impl.AthleteServiceImpl
 
getAuthenticatedAthleteZones() - Method in class javastrava.api.v3.service.Strava
 
getAuthenticatedAthleteZonesAsync() - Method in class javastrava.api.v3.rest.API
Returns the current athlete’s heart rate zones.
getAuthenticatedAthleteZonesAsync() - Method in interface javastrava.api.v3.service.AthleteService
Returns the current athlete’s heart rate zones.
getAuthenticatedAthleteZonesAsync() - Method in class javastrava.api.v3.service.impl.AthleteServiceImpl
 
getAuthenticatedAthleteZonesAsync() - Method in class javastrava.api.v3.service.Strava
 
getAverageCadence() - Method in class javastrava.api.v3.model.StravaActivity
 
getAverageCadence() - Method in class javastrava.api.v3.model.StravaLap
 
getAverageCadence() - Method in class javastrava.api.v3.model.StravaSegmentEffort
 
getAverageGrade() - Method in class javastrava.api.v3.model.StravaSegment
 
getAverageHeartrate() - Method in class javastrava.api.v3.model.StravaActivity
 
getAverageHeartrate() - Method in class javastrava.api.v3.model.StravaLap
 
getAverageHeartrate() - Method in class javastrava.api.v3.model.StravaSegmentEffort
 
getAverageHr() - Method in class javastrava.api.v3.model.StravaSegmentLeaderboardEntry
 
getAverageSpeed() - Method in class javastrava.api.v3.model.StravaActivity
 
getAverageSpeed() - Method in class javastrava.api.v3.model.StravaLap
 
getAverageTemp() - Method in class javastrava.api.v3.model.StravaActivity
 
getAverageWatts() - Method in class javastrava.api.v3.model.StravaActivity
 
getAverageWatts() - Method in class javastrava.api.v3.model.StravaLap
 
getAverageWatts() - Method in class javastrava.api.v3.model.StravaSegmentEffort
 
getAverageWatts() - Method in class javastrava.api.v3.model.StravaSegmentLeaderboardEntry
 
getAvgGrade() - Method in class javastrava.api.v3.model.StravaSegmentExplorerResponseSegment
 
getBadgeImageUrl() - Method in class javastrava.api.v3.model.StravaVideo
 
getBadgeTypeId() - Method in class javastrava.api.v3.model.StravaAthlete
 
getBestEfforts() - Method in class javastrava.api.v3.model.StravaActivity
 
getBiggestClimbElevationGain() - Method in class javastrava.api.v3.model.StravaStatistics
 
getBiggestRideDistance() - Method in class javastrava.api.v3.model.StravaStatistics
 
getBikes() - Method in class javastrava.api.v3.model.StravaAthlete
 
getBrandName() - Method in class javastrava.api.v3.model.StravaGear
 
getCallbackURL() - Method in class javastrava.api.v3.model.webhook.StravaEventSubscription
 
getCalories() - Method in class javastrava.api.v3.model.StravaActivity
 
getCaption() - Method in class javastrava.api.v3.model.StravaPhoto
 
getCity() - Method in class javastrava.api.v3.model.StravaAthlete
 
getCity() - Method in class javastrava.api.v3.model.StravaClub
 
getCity() - Method in class javastrava.api.v3.model.StravaSegment
 
getClass1() - Method in class javastrava.cache.impl.StravaCacheKey
 
getClimbCategory() - Method in class javastrava.api.v3.model.StravaSegment
 
getClimbCategory() - Method in class javastrava.api.v3.model.StravaSegmentExplorerResponseSegment
 
getClimbCategoryDesc() - Method in class javastrava.api.v3.model.StravaSegmentExplorerResponseSegment
 
getClub(Integer) - Method in class javastrava.api.v3.rest.API
 
getClub(Integer) - Method in interface javastrava.api.v3.rest.ClubAPI
 
getClub(Integer, StravaAPICallback<StravaClub>) - Method in interface javastrava.api.v3.rest.ClubAPI
 
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
 
getClub(Integer) - Method in class javastrava.api.v3.service.Strava
 
getClubAsync(Integer) - Method in class javastrava.api.v3.rest.API
 
getClubAsync(Integer) - Method in interface javastrava.api.v3.service.ClubService
Retrieve details about a specific club.
getClubAsync(Integer) - Method in class javastrava.api.v3.service.impl.ClubServiceImpl
 
getClubAsync(Integer) - Method in class javastrava.api.v3.service.Strava
 
getClubId() - Method in class javastrava.api.v3.model.StravaClubAnnouncement
 
getClubId() - Method in class javastrava.api.v3.model.StravaClubEvent
 
getClubs() - Method in class javastrava.api.v3.model.StravaAthlete
 
getClubType() - Method in class javastrava.api.v3.model.StravaClub
 
getCode() - Method in class javastrava.api.v3.model.StravaAPIError
 
getCommentCount() - Method in class javastrava.api.v3.model.StravaActivity
 
getCommute() - Method in class javastrava.api.v3.model.StravaActivity
 
getCommute() - Method in class javastrava.api.v3.model.StravaActivityUpdate
 
getCount() - Method in class javastrava.api.v3.model.StravaActivityPhotos
 
getCount() - Method in class javastrava.api.v3.model.StravaStatisticsEntry
 
getCountry() - Method in class javastrava.api.v3.model.StravaAthlete
 
getCountry() - Method in class javastrava.api.v3.model.StravaClub
 
getCountry() - Method in class javastrava.api.v3.model.StravaSegment
 
getCreatedAt() - Method in class javastrava.api.v3.model.StravaAthlete
 
getCreatedAt() - Method in class javastrava.api.v3.model.StravaClubAnnouncement
 
getCreatedAt() - Method in class javastrava.api.v3.model.StravaClubEvent
 
getCreatedAt() - Method in class javastrava.api.v3.model.StravaComment
 
getCreatedAt() - Method in class javastrava.api.v3.model.StravaPhoto
 
getCreatedAt() - Method in class javastrava.api.v3.model.StravaSegment
 
getCreatedAt() - Method in class javastrava.api.v3.model.webhook.StravaEventSubscription
 
getCreatedAtLocal() - Method in class javastrava.api.v3.model.StravaPhoto
 
getCustomZones() - Method in class javastrava.api.v3.model.StravaActivityZone
 
getCustomZones() - Method in class javastrava.api.v3.model.StravaHeartRateZones
 
getData() - Method in class javastrava.api.v3.model.StravaStream
 
getDatePreference() - Method in class javastrava.api.v3.model.StravaAthlete
 
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.StravaAthleteType
 
getDescription() - Method in enum javastrava.api.v3.model.reference.StravaClimbCategory
 
getDescription() - Method in enum javastrava.api.v3.model.reference.StravaClubMembershipStatus
 
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.StravaPhotoSource
 
getDescription() - Method in enum javastrava.api.v3.model.reference.StravaPhotoType
 
getDescription() - Method in interface javastrava.api.v3.model.reference.StravaReferenceType
 
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.StravaSkillLevel
 
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.StravaTerrainType
 
getDescription() - Method in enum javastrava.api.v3.model.reference.StravaWeightClass
 
getDescription() - Method in enum javastrava.api.v3.model.reference.StravaWorkoutType
 
getDescription() - Method in class javastrava.api.v3.model.StravaActivity
 
getDescription() - Method in class javastrava.api.v3.model.StravaActivityUpdate
 
getDescription() - Method in class javastrava.api.v3.model.StravaClub
 
getDescription() - Method in class javastrava.api.v3.model.StravaClubEvent
 
getDescription() - Method in class javastrava.api.v3.model.StravaGear
 
getDescription() - Method in enum javastrava.api.v3.model.webhook.reference.StravaSubscriptionAspectType
 
getDescription() - Method in enum javastrava.api.v3.model.webhook.reference.StravaSubscriptionObjectType
 
getDeviceName() - Method in class javastrava.api.v3.model.StravaActivity
 
getDeviceWatts() - Method in class javastrava.api.v3.model.StravaActivity
 
getDeviceWatts() - Method in class javastrava.api.v3.model.StravaLap
 
getDeviceWatts() - Method in class javastrava.api.v3.model.StravaSegmentEffort
 
getDistance() - Method in class javastrava.api.v3.model.StravaActivity
 
getDistance() - Method in class javastrava.api.v3.model.StravaBestRunningEffort
 
getDistance() - Method in class javastrava.api.v3.model.StravaGear
 
getDistance() - Method in class javastrava.api.v3.model.StravaLap
 
getDistance() - Method in class javastrava.api.v3.model.StravaSegment
 
getDistance() - Method in class javastrava.api.v3.model.StravaSegmentEffort
 
getDistance() - Method in class javastrava.api.v3.model.StravaSegmentExplorerResponseSegment
 
getDistance() - Method in class javastrava.api.v3.model.StravaSegmentLeaderboardEntry
 
getDistance() - Method in class javastrava.api.v3.model.StravaSplit
 
getDistance() - Method in class javastrava.api.v3.model.StravaStatisticsEntry
 
getDistributionBuckets() - Method in class javastrava.api.v3.model.StravaActivityZone
 
getEffortCount() - Method in class javastrava.api.v3.model.StravaAthleteSegmentStats
 
getEffortCount() - Method in class javastrava.api.v3.model.StravaSegment
 
getEffortCount() - Method in class javastrava.api.v3.model.StravaSegmentLeaderboard
 
getEffortId() - Method in class javastrava.api.v3.model.StravaSegmentLeaderboardEntry
 
getEffortStreams(Long, String, StravaStreamResolutionType, StravaStreamSeriesDownsamplingType) - Method in class javastrava.api.v3.rest.API
 
getEffortStreams(Long, String, StravaStreamResolutionType, StravaStreamSeriesDownsamplingType) - Method in interface javastrava.api.v3.rest.StreamAPI
 
getEffortStreams(Long, String, StravaStreamResolutionType, StravaStreamSeriesDownsamplingType, StravaAPICallback<StravaStream[]>) - Method in interface javastrava.api.v3.rest.StreamAPI
 
getEffortStreams(Long) - Method in class javastrava.api.v3.service.impl.StreamServiceImpl
 
getEffortStreams(Long, StravaStreamResolutionType, StravaStreamSeriesDownsamplingType, StravaStreamType...) - Method in class javastrava.api.v3.service.impl.StreamServiceImpl
 
getEffortStreams(Long) - Method in class javastrava.api.v3.service.Strava
 
getEffortStreams(Long, StravaStreamResolutionType, StravaStreamSeriesDownsamplingType, StravaStreamType...) - Method in class javastrava.api.v3.service.Strava
 
getEffortStreams(Long) - Method in interface javastrava.api.v3.service.StreamService
A segment effort represents an attempt on a segment.
getEffortStreams(Long, StravaStreamResolutionType, StravaStreamSeriesDownsamplingType, StravaStreamType...) - Method in interface javastrava.api.v3.service.StreamService
A segment effort represents an attempt on a segment.
getEffortStreamsAsync(Long, String, StravaStreamResolutionType, StravaStreamSeriesDownsamplingType) - Method in class javastrava.api.v3.rest.API
 
getEffortStreamsAsync(Long) - Method in class javastrava.api.v3.service.impl.StreamServiceImpl
 
getEffortStreamsAsync(Long, StravaStreamResolutionType, StravaStreamSeriesDownsamplingType, StravaStreamType...) - Method in class javastrava.api.v3.service.impl.StreamServiceImpl
 
getEffortStreamsAsync(Long) - Method in class javastrava.api.v3.service.Strava
 
getEffortStreamsAsync(Long, StravaStreamResolutionType, StravaStreamSeriesDownsamplingType, StravaStreamType...) - Method in class javastrava.api.v3.service.Strava
 
getEffortStreamsAsync(Long) - Method in interface javastrava.api.v3.service.StreamService
A segment effort represents an attempt on a segment.
getEffortStreamsAsync(Long, StravaStreamResolutionType, StravaStreamSeriesDownsamplingType, StravaStreamType...) - Method in interface javastrava.api.v3.service.StreamService
A segment effort represents an attempt on a segment.
getElapsedTime() - Method in class javastrava.api.v3.model.StravaActivity
 
getElapsedTime() - Method in class javastrava.api.v3.model.StravaBestRunningEffort
 
getElapsedTime() - Method in class javastrava.api.v3.model.StravaLap
 
getElapsedTime() - Method in class javastrava.api.v3.model.StravaSegmentEffort
 
getElapsedTime() - Method in class javastrava.api.v3.model.StravaSegmentLeaderboardEntry
 
getElapsedTime() - Method in class javastrava.api.v3.model.StravaSplit
 
getElapsedTime() - Method in class javastrava.api.v3.model.StravaStatisticsEntry
 
getElevationDifference() - Method in class javastrava.api.v3.model.StravaSplit
 
getElevationGain() - Method in class javastrava.api.v3.model.StravaStatisticsEntry
 
getElevationHigh() - Method in class javastrava.api.v3.model.StravaSegment
 
getElevationLow() - Method in class javastrava.api.v3.model.StravaSegment
 
getElevDifference() - Method in class javastrava.api.v3.model.StravaSegmentExplorerResponseSegment
 
getEmail() - Method in class javastrava.api.v3.model.StravaAthlete
 
getEmbedToken() - Method in class javastrava.api.v3.model.StravaActivity
 
getEndIndex() - Method in class javastrava.api.v3.model.StravaLap
 
getEndIndex() - Method in class javastrava.api.v3.model.StravaSegmentEffort
 
getEndLatitude() - Method in class javastrava.api.v3.model.StravaSegment
Deprecated.
getEndLatlng() - Method in class javastrava.api.v3.model.StravaActivity
 
getEndLatlng() - Method in class javastrava.api.v3.model.StravaSegment
 
getEndLatlng() - Method in class javastrava.api.v3.model.StravaSegmentExplorerResponseSegment
 
getEndLongitude() - Method in class javastrava.api.v3.model.StravaSegment
Deprecated.
getEntries() - Method in class javastrava.api.v3.model.StravaSegmentLeaderboard
 
getEntryCount() - Method in class javastrava.api.v3.model.StravaSegmentLeaderboard
 
getError() - Method in class javastrava.api.v3.model.StravaUploadResponse
 
getErrors() - Method in class javastrava.api.v3.model.StravaResponse
 
getExternalId() - Method in class javastrava.api.v3.model.StravaActivity
 
getExternalId() - Method in class javastrava.api.v3.model.StravaUploadResponse
 
getFeatured() - Method in class javastrava.api.v3.model.StravaClub
 
getField() - Method in class javastrava.api.v3.model.StravaAPIError
 
getFirstname() - Method in class javastrava.api.v3.model.StravaAthlete
 
getFlagged() - Method in class javastrava.api.v3.model.StravaActivity
 
getFollower() - Method in class javastrava.api.v3.model.StravaAthlete
 
getFollowerCount() - Method in class javastrava.api.v3.model.StravaAthlete
 
getFollowingCount() - Method in class javastrava.api.v3.model.StravaClub
 
getFrameType() - Method in class javastrava.api.v3.model.StravaGear
 
getFriend() - Method in class javastrava.api.v3.model.StravaAthlete
 
getFriendCount() - Method in class javastrava.api.v3.model.StravaAthlete
 
getFtp() - Method in class javastrava.api.v3.model.StravaAthlete
 
getGear() - Method in class javastrava.api.v3.model.StravaActivity
 
getGear(String) - Method in class javastrava.api.v3.rest.API
 
getGear(String) - Method in interface javastrava.api.v3.rest.GearAPI
 
getGear(String, StravaAPICallback<StravaGear>) - 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
 
getGear(String) - Method in class javastrava.api.v3.service.Strava
 
getGearAsync(String) - Method in class javastrava.api.v3.rest.API
 
getGearAsync(String) - Method in interface javastrava.api.v3.service.GearService
Retrieve details about a specific item of StravaGear.
getGearAsync(String) - Method in class javastrava.api.v3.service.impl.GearServiceImpl
 
getGearAsync(String) - Method in class javastrava.api.v3.service.Strava
 
getGearId() - Method in class javastrava.api.v3.model.StravaActivity
 
getGearId() - Method in class javastrava.api.v3.model.StravaActivityUpdate
 
getGearType() - Method in class javastrava.api.v3.model.StravaGear
 
getGson() - Method in class javastrava.json.impl.gson.JsonUtilImpl
 
getHasHeartrate() - Method in class javastrava.api.v3.model.StravaActivity
 
getHasKudoed() - Method in class javastrava.api.v3.model.StravaActivity
 
getHazardous() - Method in class javastrava.api.v3.model.StravaSegment
 
getHeartRate() - Method in class javastrava.api.v3.model.StravaAthleteZones
 
getHidden() - Method in class javastrava.api.v3.model.StravaSegmentEffort
 
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.StravaAthleteType
 
getId() - Method in enum javastrava.api.v3.model.reference.StravaClimbCategory
 
getId() - Method in enum javastrava.api.v3.model.reference.StravaClubMembershipStatus
 
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.StravaPhotoSource
 
getId() - Method in enum javastrava.api.v3.model.reference.StravaPhotoType
 
getId() - Method in interface javastrava.api.v3.model.reference.StravaReferenceType
 
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.StravaSkillLevel
 
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.StravaTerrainType
 
getId() - Method in enum javastrava.api.v3.model.reference.StravaWeightClass
 
getId() - Method in enum javastrava.api.v3.model.reference.StravaWorkoutType
 
getId() - Method in class javastrava.api.v3.model.StravaActivity
 
getId() - Method in class javastrava.api.v3.model.StravaAthlete
 
getId() - Method in class javastrava.api.v3.model.StravaBestRunningEffort
 
getId() - Method in class javastrava.api.v3.model.StravaClub
 
getId() - Method in class javastrava.api.v3.model.StravaClubAnnouncement
 
getId() - Method in class javastrava.api.v3.model.StravaClubEvent
 
getId() - Method in class javastrava.api.v3.model.StravaComment
 
getId() - Method in class javastrava.api.v3.model.StravaGear
 
getId() - Method in class javastrava.api.v3.model.StravaLap
 
getId() - Method in class javastrava.api.v3.model.StravaMap
 
getId() - Method in class javastrava.api.v3.model.StravaPhoto
 
getId() - Method in class javastrava.api.v3.model.StravaSegment
 
getId() - Method in class javastrava.api.v3.model.StravaSegmentEffort
 
getId() - Method in class javastrava.api.v3.model.StravaSegmentExplorerResponseSegment
 
getId() - Method in class javastrava.api.v3.model.StravaUploadResponse
 
getId() - Method in class javastrava.api.v3.model.StravaVideo
 
getId() - Method in enum javastrava.api.v3.model.webhook.reference.StravaSubscriptionAspectType
 
getId() - Method in enum javastrava.api.v3.model.webhook.reference.StravaSubscriptionObjectType
 
getId() - Method in class javastrava.api.v3.model.webhook.StravaEventSubscription
 
getId() - Method in class javastrava.cache.impl.StravaCacheKey
 
getId() - Method in interface javastrava.cache.StravaCacheable
 
getIgnoreFirstN() - Method in class javastrava.util.Paging
 
getIgnoreLastN() - Method in class javastrava.util.Paging
 
getInstagramPrimaryPhoto() - Method in class javastrava.api.v3.model.StravaActivity
 
getIsKom() - Method in class javastrava.api.v3.model.StravaSegmentEffort
 
getKilojoules() - Method in class javastrava.api.v3.model.StravaActivity
 
getKomRank() - Method in class javastrava.api.v3.model.StravaBestRunningEffort
 
getKomRank() - Method in class javastrava.api.v3.model.StravaSegmentEffort
 
getKomType() - Method in class javastrava.api.v3.model.StravaSegmentLeaderboard
 
getKudosCount() - Method in class javastrava.api.v3.model.StravaActivity
 
getLapIndex() - Method in class javastrava.api.v3.model.StravaLap
 
getLastname() - Method in class javastrava.api.v3.model.StravaAthlete
 
getLatitude() - Method in class javastrava.api.v3.model.StravaMapPoint
 
getLocation() - Method in class javastrava.api.v3.model.StravaPhoto
 
getLocationCity() - Method in class javastrava.api.v3.model.StravaActivity
Deprecated.
getLocationCountry() - Method in class javastrava.api.v3.model.StravaActivity
Deprecated.
getLocationState() - Method in class javastrava.api.v3.model.StravaActivity
Deprecated.
getLongitude() - Method in class javastrava.api.v3.model.StravaMapPoint
 
getManual() - Method in class javastrava.api.v3.model.StravaActivity
 
getMap() - Method in class javastrava.api.v3.model.StravaActivity
 
getMap() - Method in class javastrava.api.v3.model.StravaSegment
 
getMapPoints() - Method in class javastrava.api.v3.model.StravaStream
 
getMax() - Method in class javastrava.api.v3.model.StravaActivityZone
 
getMax() - Method in class javastrava.api.v3.model.StravaActivityZoneDistributionBucket
 
getMax() - Method in class javastrava.api.v3.model.StravaZone
 
getMaxHeartrate() - Method in class javastrava.api.v3.model.StravaActivity
 
getMaxHeartrate() - Method in class javastrava.api.v3.model.StravaLap
 
getMaxHeartrate() - Method in class javastrava.api.v3.model.StravaSegmentEffort
 
getMaximumGrade() - Method in class javastrava.api.v3.model.StravaSegment
 
getMaxSpeed() - Method in class javastrava.api.v3.model.StravaActivity
 
getMaxSpeed() - Method in class javastrava.api.v3.model.StravaLap
 
getMeasurementMethod() - Method in enum javastrava.api.v3.model.reference.StravaWeightClass
 
getMeasurementPreference() - Method in class javastrava.api.v3.model.StravaAthlete
 
getMemberCount() - Method in class javastrava.api.v3.model.StravaClub
 
getMembership() - Method in class javastrava.api.v3.model.StravaClub
 
getMembership() - Method in class javastrava.api.v3.model.StravaClubMembershipResponse
 
getMessage() - Method in class javastrava.api.v3.model.StravaClubAnnouncement
 
getMessage() - Method in class javastrava.api.v3.model.StravaResponse
 
getMin() - Method in class javastrava.api.v3.model.StravaActivityZoneDistributionBucket
 
getMin() - Method in class javastrava.api.v3.model.StravaZone
 
getModelName() - Method in class javastrava.api.v3.model.StravaGear
 
getMoving() - Method in class javastrava.api.v3.model.StravaStream
 
getMovingTime() - Method in class javastrava.api.v3.model.StravaActivity
 
getMovingTime() - Method in class javastrava.api.v3.model.StravaBestRunningEffort
 
getMovingTime() - Method in class javastrava.api.v3.model.StravaLap
 
getMovingTime() - Method in class javastrava.api.v3.model.StravaSegmentEffort
 
getMovingTime() - Method in class javastrava.api.v3.model.StravaSegmentLeaderboardEntry
 
getMovingTime() - Method in class javastrava.api.v3.model.StravaSplit
 
getMovingTime() - Method in class javastrava.api.v3.model.StravaStatisticsEntry
 
getMutualFriendCount() - Method in class javastrava.api.v3.model.StravaAthlete
 
getName() - Method in class javastrava.api.v3.model.StravaActivity
 
getName() - Method in class javastrava.api.v3.model.StravaActivityUpdate
 
getName() - Method in class javastrava.api.v3.model.StravaBestRunningEffort
 
getName() - Method in class javastrava.api.v3.model.StravaClub
 
getName() - Method in class javastrava.api.v3.model.StravaGear
 
getName() - Method in class javastrava.api.v3.model.StravaLap
 
getName() - Method in class javastrava.api.v3.model.StravaSegment
 
getName() - Method in class javastrava.api.v3.model.StravaSegmentEffort
 
getName() - Method in class javastrava.api.v3.model.StravaSegmentExplorerResponseSegment
 
getNeighborhoodCount() - Method in class javastrava.api.v3.model.StravaSegmentLeaderboard
 
getNeighborhoodIndex() - Method in class javastrava.api.v3.model.StravaSegmentLeaderboardEntry
 
getObjectType() - Method in class javastrava.api.v3.model.webhook.StravaEventSubscription
 
getOriginalSize() - Method in class javastrava.api.v3.model.StravaStream
 
getOwner() - Method in class javastrava.api.v3.model.StravaClub
 
getPage() - Method in class javastrava.util.Paging
 
getPageOfData(Paging) - Method in interface javastrava.util.PagingCallback
 
getPageSize() - Method in class javastrava.util.Paging
 
getPhotoCount() - Method in class javastrava.api.v3.model.StravaActivity
 
getPhotos() - Method in class javastrava.api.v3.model.StravaActivity
 
getPoints() - Method in class javastrava.api.v3.model.StravaActivityZone
 
getPoints() - Method in class javastrava.api.v3.model.StravaSegmentExplorerResponseSegment
 
getPolyline() - Method in class javastrava.api.v3.model.StravaMap
 
getPrDate() - Method in class javastrava.api.v3.model.StravaAthleteSegmentStats
 
getPrElapsedTime() - Method in class javastrava.api.v3.model.StravaAthleteSegmentStats
 
getPremium() - Method in class javastrava.api.v3.model.StravaAthlete
 
getPrimary() - Method in class javastrava.api.v3.model.StravaActivityPhotos
 
getPrimary() - Method in class javastrava.api.v3.model.StravaGear
 
getPrivateActivity() - Method in class javastrava.api.v3.model.StravaActivity
 
getPrivateActivity() - Method in class javastrava.api.v3.model.StravaActivityUpdate
 
getPrivateClub() - Method in class javastrava.api.v3.model.StravaClub
 
getPrivateEvent() - Method in class javastrava.api.v3.model.StravaClubEvent
 
getPrivateSegment() - Method in class javastrava.api.v3.model.StravaSegment
 
getProfile() - Method in class javastrava.api.v3.model.StravaAthlete
 
getProfile() - Method in class javastrava.api.v3.model.StravaClub
 
getProfileMedium() - Method in class javastrava.api.v3.model.StravaAthlete
 
getProfileMedium() - Method in class javastrava.api.v3.model.StravaClub
 
getPrRank() - Method in class javastrava.api.v3.model.StravaBestRunningEffort
 
getPrRank() - Method in class javastrava.api.v3.model.StravaSegmentEffort
 
getPrTime() - Method in class javastrava.api.v3.model.StravaSegment
Deprecated.
getRank() - Method in class javastrava.api.v3.model.StravaAchievement
 
getRank() - Method in class javastrava.api.v3.model.StravaSegmentLeaderboardEntry
 
getRecentRideTotals() - Method in class javastrava.api.v3.model.StravaStatistics
 
getRecentRunTotals() - Method in class javastrava.api.v3.model.StravaStatistics
 
getRecentSwimTotals() - Method in class javastrava.api.v3.model.StravaStatistics
 
getRef() - Method in class javastrava.api.v3.model.StravaPhoto
 
getResolution() - Method in class javastrava.api.v3.model.StravaStream
 
getResource() - Method in class javastrava.api.v3.model.StravaAPIError
 
getResourceState() - Method in class javastrava.api.v3.model.StravaActivity
 
getResourceState() - Method in class javastrava.api.v3.model.StravaActivityZone
 
getResourceState() - Method in class javastrava.api.v3.model.StravaAthlete
 
getResourceState() - Method in class javastrava.api.v3.model.StravaBestRunningEffort
 
getResourceState() - Method in class javastrava.api.v3.model.StravaClub
 
getResourceState() - Method in class javastrava.api.v3.model.StravaClubAnnouncement
 
getResourceState() - Method in class javastrava.api.v3.model.StravaClubEvent
 
getResourceState() - Method in class javastrava.api.v3.model.StravaComment
 
getResourceState() - Method in class javastrava.api.v3.model.StravaGear
 
getResourceState() - Method in class javastrava.api.v3.model.StravaLap
 
getResourceState() - Method in class javastrava.api.v3.model.StravaMap
 
getResourceState() - Method in class javastrava.api.v3.model.StravaPhoto
 
getResourceState() - Method in class javastrava.api.v3.model.StravaSegment
 
getResourceState() - Method in class javastrava.api.v3.model.StravaSegmentEffort
 
getResourceState() - Method in class javastrava.api.v3.model.StravaSegmentExplorerResponseSegment
 
getResourceState() - Method in class javastrava.api.v3.model.StravaSegmentLeaderboard
 
getResourceState() - Method in interface javastrava.cache.StravaCacheable
 
getResponse() - Method in exception javastrava.api.v3.service.exception.BadRequestException
 
getResponse() - Method in exception javastrava.api.v3.service.exception.InvalidTokenException
 
getResponse() - Method in exception 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.StravaAPINetworkException
 
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
 
getRouteId() - Method in class javastrava.api.v3.model.StravaClubEvent
 
getScopes() - Method in class javastrava.api.v3.auth.model.Token
 
getScore() - Method in class javastrava.api.v3.model.StravaActivityZone
 
getSegment() - Method in class javastrava.api.v3.model.StravaBestRunningEffort
 
getSegment() - Method in class javastrava.api.v3.model.StravaSegmentEffort
 
getSegment(Integer) - Method in class javastrava.api.v3.rest.API
 
getSegment(Integer) - Method in interface javastrava.api.v3.rest.SegmentAPI
 
getSegment(Integer, StravaAPICallback<StravaSegment>) - 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.
getSegment(Integer) - Method in class javastrava.api.v3.service.Strava
 
getSegmentAsync(Integer) - Method in class javastrava.api.v3.rest.API
 
getSegmentAsync(Integer) - Method in class javastrava.api.v3.service.impl.SegmentServiceImpl
 
getSegmentAsync(Integer) - Method in interface javastrava.api.v3.service.SegmentService
Retrieve details about a specific segment.
getSegmentAsync(Integer) - Method in class javastrava.api.v3.service.Strava
 
getSegmentEffort(Long) - Method in class javastrava.api.v3.rest.API
 
getSegmentEffort(Long) - Method in interface javastrava.api.v3.rest.SegmentEffortAPI
 
getSegmentEffort(Long, StravaAPICallback<StravaSegmentEffort>) - 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.
getSegmentEffort(Long) - Method in class javastrava.api.v3.service.Strava
 
getSegmentEffortAsync(Long) - Method in class javastrava.api.v3.rest.API
 
getSegmentEffortAsync(Long) - Method in class javastrava.api.v3.service.impl.SegmentEffortServiceImpl
 
getSegmentEffortAsync(Long) - Method in interface javastrava.api.v3.service.SegmentEffortService
Retrieve details about a specific segment effort.
getSegmentEffortAsync(Long) - Method in class javastrava.api.v3.service.Strava
 
getSegmentEfforts() - Method in class javastrava.api.v3.model.StravaActivity
 
getSegmentLeaderboard(Integer, StravaGender, StravaAgeGroup, StravaWeightClass, Boolean, Integer, StravaLeaderboardDateRange, Integer, Integer, Integer) - Method in class javastrava.api.v3.rest.API
 
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, Integer, Integer, Integer, StravaAPICallback<StravaSegmentLeaderboard>) - Method in interface javastrava.api.v3.rest.SegmentAPI
 
getSegmentLeaderboard(Integer) - Method in class javastrava.api.v3.service.impl.SegmentServiceImpl
 
getSegmentLeaderboard(Integer, Paging) - Method in class javastrava.api.v3.service.impl.SegmentServiceImpl
 
getSegmentLeaderboard(Integer, StravaGender, StravaAgeGroup, StravaWeightClass, Boolean, Integer, StravaLeaderboardDateRange, Paging, Integer) - Method in class javastrava.api.v3.service.impl.SegmentServiceImpl
 
getSegmentLeaderboard(Integer) - Method in interface javastrava.api.v3.service.SegmentService
Leaderboards represent the ranking of athletes on specific segments.
getSegmentLeaderboard(Integer, Paging) - Method in interface javastrava.api.v3.service.SegmentService
Leaderboards represent the ranking of athletes on specific segments.
getSegmentLeaderboard(Integer, StravaGender, StravaAgeGroup, StravaWeightClass, Boolean, Integer, StravaLeaderboardDateRange, Paging, Integer) - Method in interface javastrava.api.v3.service.SegmentService
Leaderboards represent the ranking of athletes on specific segments.
getSegmentLeaderboard(Integer) - Method in class javastrava.api.v3.service.Strava
 
getSegmentLeaderboard(Integer, Paging) - Method in class javastrava.api.v3.service.Strava
 
getSegmentLeaderboard(Integer, StravaGender, StravaAgeGroup, StravaWeightClass, Boolean, Integer, StravaLeaderboardDateRange, Paging, Integer) - Method in class javastrava.api.v3.service.Strava
 
getSegmentLeaderboardAsync(Integer, StravaGender, StravaAgeGroup, StravaWeightClass, Boolean, Integer, StravaLeaderboardDateRange, Integer, Integer, Integer) - Method in class javastrava.api.v3.rest.API
 
getSegmentLeaderboardAsync(Integer) - Method in class javastrava.api.v3.service.impl.SegmentServiceImpl
 
getSegmentLeaderboardAsync(Integer, Paging) - Method in class javastrava.api.v3.service.impl.SegmentServiceImpl
 
getSegmentLeaderboardAsync(Integer, StravaGender, StravaAgeGroup, StravaWeightClass, Boolean, Integer, StravaLeaderboardDateRange, Paging, Integer) - Method in class javastrava.api.v3.service.impl.SegmentServiceImpl
 
getSegmentLeaderboardAsync(Integer) - Method in interface javastrava.api.v3.service.SegmentService
Leaderboards represent the ranking of athletes on specific segments.
getSegmentLeaderboardAsync(Integer, Paging) - Method in interface javastrava.api.v3.service.SegmentService
Leaderboards represent the ranking of athletes on specific segments.
getSegmentLeaderboardAsync(Integer, StravaGender, StravaAgeGroup, StravaWeightClass, Boolean, Integer, StravaLeaderboardDateRange, Paging, Integer) - Method in interface javastrava.api.v3.service.SegmentService
Leaderboards represent the ranking of athletes on specific segments.
getSegmentLeaderboardAsync(Integer) - Method in class javastrava.api.v3.service.Strava
 
getSegmentLeaderboardAsync(Integer, Paging) - Method in class javastrava.api.v3.service.Strava
 
getSegmentLeaderboardAsync(Integer, StravaGender, StravaAgeGroup, StravaWeightClass, Boolean, Integer, StravaLeaderboardDateRange, Paging, Integer) - Method in class javastrava.api.v3.service.Strava
 
getSegments() - Method in class javastrava.api.v3.model.StravaSegmentExplorerResponse
 
getSegmentStreams(Integer, String, StravaStreamResolutionType, StravaStreamSeriesDownsamplingType) - Method in class javastrava.api.v3.rest.API
 
getSegmentStreams(Integer, String, StravaStreamResolutionType, StravaStreamSeriesDownsamplingType) - Method in interface javastrava.api.v3.rest.StreamAPI
 
getSegmentStreams(Integer, String, StravaStreamResolutionType, StravaStreamSeriesDownsamplingType, StravaAPICallback<StravaStream[]>) - Method in interface javastrava.api.v3.rest.StreamAPI
 
getSegmentStreams(Integer) - Method in class javastrava.api.v3.service.impl.StreamServiceImpl
 
getSegmentStreams(Integer, StravaStreamResolutionType, StravaStreamSeriesDownsamplingType, StravaStreamType...) - Method in class javastrava.api.v3.service.impl.StreamServiceImpl
 
getSegmentStreams(Integer) - Method in class javastrava.api.v3.service.Strava
 
getSegmentStreams(Integer, StravaStreamResolutionType, StravaStreamSeriesDownsamplingType, StravaStreamType...) - Method in class javastrava.api.v3.service.Strava
 
getSegmentStreams(Integer) - Method in interface javastrava.api.v3.service.StreamService
Retrieve detailed geographical information streams about a specific StravaSegment.
getSegmentStreams(Integer, StravaStreamResolutionType, StravaStreamSeriesDownsamplingType, StravaStreamType...) - Method in interface javastrava.api.v3.service.StreamService
Retrieve detailed geographical information streams about a specific StravaSegment.
getSegmentStreamsAsync(Integer, String, StravaStreamResolutionType, StravaStreamSeriesDownsamplingType) - Method in class javastrava.api.v3.rest.API
 
getSegmentStreamsAsync(Integer) - Method in class javastrava.api.v3.service.impl.StreamServiceImpl
 
getSegmentStreamsAsync(Integer, StravaStreamResolutionType, StravaStreamSeriesDownsamplingType, StravaStreamType...) - Method in class javastrava.api.v3.service.impl.StreamServiceImpl
 
getSegmentStreamsAsync(Integer) - Method in class javastrava.api.v3.service.Strava
 
getSegmentStreamsAsync(Integer, StravaStreamResolutionType, StravaStreamSeriesDownsamplingType, StravaStreamType...) - Method in class javastrava.api.v3.service.Strava
 
getSegmentStreamsAsync(Integer) - Method in interface javastrava.api.v3.service.StreamService
Retrieve detailed geographical information streams about a specific StravaSegment.
getSegmentStreamsAsync(Integer, StravaStreamResolutionType, StravaStreamSeriesDownsamplingType, StravaStreamType...) - Method in interface javastrava.api.v3.service.StreamService
Retrieve detailed geographical information streams about a specific StravaSegment.
getSensorBased() - Method in class javastrava.api.v3.model.StravaActivityZone
 
getSeriesType() - Method in class javastrava.api.v3.model.StravaStream
 
getService(Class<T>) - Method in class javastrava.api.v3.auth.model.Token
Gets the service implementation of the required class from the token
getServices() - Method in class javastrava.api.v3.auth.model.Token
 
getSex() - Method in class javastrava.api.v3.model.StravaAthlete
 
getShoes() - Method in class javastrava.api.v3.model.StravaAthlete
 
getSize() - Method in enum javastrava.api.v3.model.reference.StravaStreamResolutionType
 
getSize0() - Method in class javastrava.api.v3.model.StravaPhotoSizes
 
getSkillLevel() - Method in class javastrava.api.v3.model.StravaClubEvent
 
getSource() - Method in class javastrava.api.v3.model.StravaPhoto
 
getSplit() - Method in class javastrava.api.v3.model.StravaSplit
 
getSplitsMetric() - Method in class javastrava.api.v3.model.StravaActivity
 
getSplitsStandard() - Method in class javastrava.api.v3.model.StravaActivity
 
getSportType() - Method in class javastrava.api.v3.model.StravaClub
 
getStarCount() - Method in class javastrava.api.v3.model.StravaSegment
 
getStarred() - Method in class javastrava.api.v3.model.StravaSegment
 
getStarredDate() - Method in class javastrava.api.v3.model.StravaSegment
 
getStartDate() - Method in class javastrava.api.v3.model.StravaActivity
 
getStartDate() - Method in class javastrava.api.v3.model.StravaBestRunningEffort
 
getStartDate() - Method in class javastrava.api.v3.model.StravaLap
 
getStartDate() - Method in class javastrava.api.v3.model.StravaSegmentEffort
 
getStartDate() - Method in class javastrava.api.v3.model.StravaSegmentLeaderboardEntry
 
getStartDateLocal() - Method in class javastrava.api.v3.model.StravaActivity
 
getStartDateLocal() - Method in class javastrava.api.v3.model.StravaBestRunningEffort
 
getStartDateLocal() - Method in class javastrava.api.v3.model.StravaLap
 
getStartDateLocal() - Method in class javastrava.api.v3.model.StravaSegmentEffort
 
getStartDateLocal() - Method in class javastrava.api.v3.model.StravaSegmentLeaderboardEntry
 
getStartIndex() - Method in class javastrava.api.v3.model.StravaLap
 
getStartIndex() - Method in class javastrava.api.v3.model.StravaSegmentEffort
 
getStartLatitude() - Method in class javastrava.api.v3.model.StravaActivity
 
getStartLatitude() - Method in class javastrava.api.v3.model.StravaSegment
Deprecated.
getStartLatlng() - Method in class javastrava.api.v3.model.StravaActivity
 
getStartLatlng() - Method in class javastrava.api.v3.model.StravaSegment
 
getStartLatlng() - Method in class javastrava.api.v3.model.StravaSegmentExplorerResponseSegment
 
getStartLongitude() - Method in class javastrava.api.v3.model.StravaActivity
 
getStartLongitude() - Method in class javastrava.api.v3.model.StravaSegment
Deprecated.
getState() - Method in class javastrava.api.v3.model.StravaAthlete
 
getState() - Method in class javastrava.api.v3.model.StravaClub
 
getState() - Method in class javastrava.api.v3.model.StravaSegment
 
getStatus() - Method in class javastrava.api.v3.model.StravaUploadResponse
 
getStillImageUrl() - Method in class javastrava.api.v3.model.StravaVideo
 
getSuccess() - Method in class javastrava.api.v3.model.StravaClubMembershipResponse
 
getSummaryPolyline() - Method in class javastrava.api.v3.model.StravaMap
 
getTerrain() - Method in class javastrava.api.v3.model.StravaClubEvent
 
getText() - Method in class javastrava.api.v3.model.StravaComment
 
getTime() - Method in class javastrava.api.v3.model.StravaActivityZoneDistributionBucket
 
getTimezone() - Method in class javastrava.api.v3.model.StravaActivity
 
getTitle() - Method in class javastrava.api.v3.model.StravaClubEvent
 
getToken() - Method in class javastrava.api.v3.auth.model.Token
 
getToken() - Method in class javastrava.api.v3.service.impl.StravaServiceImpl
Get the Strava access token associated with this service
getToken() - Method in class javastrava.cache.impl.StravaCacheImpl
Get the token in use
getToken() - Method in class javastrava.cache.impl.StravaCacheKey
 
getTokenType() - Method in class javastrava.api.v3.auth.model.Token
 
getTokenType() - Method in class javastrava.api.v3.auth.model.TokenResponse
 
getTotalElevationGain() - Method in class javastrava.api.v3.model.StravaActivity
 
getTotalElevationGain() - Method in class javastrava.api.v3.model.StravaLap
 
getTotalElevationGain() - Method in class javastrava.api.v3.model.StravaSegment
 
getTotalPhotoCount() - Method in class javastrava.api.v3.model.StravaActivity
 
getTrainer() - Method in class javastrava.api.v3.model.StravaActivity
 
getTrainer() - Method in class javastrava.api.v3.model.StravaActivityUpdate
 
getType() - Method in class javastrava.api.v3.model.StravaAchievement
 
getType() - Method in class javastrava.api.v3.model.StravaActivity
 
getType() - Method in class javastrava.api.v3.model.StravaActivityUpdate
 
getType() - Method in class javastrava.api.v3.model.StravaActivityZone
 
getType() - Method in class javastrava.api.v3.model.StravaPhoto
 
getType() - Method in class javastrava.api.v3.model.StravaStream
 
getTypeId() - Method in class javastrava.api.v3.model.StravaAchievement
 
getUid() - Method in class javastrava.api.v3.model.StravaPhoto
 
getUniqueId() - Method in class javastrava.api.v3.model.StravaPhoto
 
getUpcomingOccurrences() - Method in class javastrava.api.v3.model.StravaClubEvent
 
getUpdatedAt() - Method in class javastrava.api.v3.model.StravaAthlete
 
getUpdatedAt() - Method in class javastrava.api.v3.model.StravaSegment
 
getUpdatedAt() - Method in class javastrava.api.v3.model.webhook.StravaEventSubscription
 
getUploadedAt() - Method in class javastrava.api.v3.model.StravaPhoto
 
getUploadId() - Method in class javastrava.api.v3.model.StravaActivity
 
getUrl0() - Method in class javastrava.api.v3.model.StravaPhotoUrls
 
getUrl100() - Method in class javastrava.api.v3.model.StravaPhotoSizes
 
getUrl100() - Method in class javastrava.api.v3.model.StravaPhotoUrls
 
getUrl600() - Method in class javastrava.api.v3.model.StravaPhotoSizes
 
getUrl600() - Method in class javastrava.api.v3.model.StravaPhotoUrls
 
getUrls() - Method in class javastrava.api.v3.model.StravaPhoto
 
getUsePrimaryPhoto() - Method in class javastrava.api.v3.model.StravaPhoto
 
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.StravaAthleteType
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.StravaClubMembershipStatus
 
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.StravaPhotoSource
Used by JSON serialisation
getValue() - Method in enum javastrava.api.v3.model.reference.StravaPhotoType
Used by JSON serialisation
getValue() - Method in interface javastrava.api.v3.model.reference.StravaReferenceType
 
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.StravaSkillLevel
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.StravaTerrainType
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
getValue() - Method in enum javastrava.api.v3.model.webhook.reference.StravaSubscriptionAspectType
Used by JSON serialisation
getValue() - Method in enum javastrava.api.v3.model.webhook.reference.StravaSubscriptionObjectType
 
getVideo() - Method in class javastrava.api.v3.model.StravaActivity
 
getWeight() - Method in class javastrava.api.v3.model.StravaAthlete
 
getWeightedAverageWatts() - Method in class javastrava.api.v3.model.StravaActivity
 
getWomanOnly() - Method in class javastrava.api.v3.model.StravaClubEvent
 
getWorkoutType() - Method in class javastrava.api.v3.model.StravaActivity
 
getYtdRideTotals() - Method in class javastrava.api.v3.model.StravaStatistics
 
getYtdRunTotals() - Method in class javastrava.api.v3.model.StravaStatistics
 
getYtdSwimTotals() - Method in class javastrava.api.v3.model.StravaStatistics
 
getZones() - Method in class javastrava.api.v3.model.StravaHeartRateZones
 
giveKudos(Integer) - Method in interface javastrava.api.v3.rest.ActivityAPI
 
giveKudos(Integer, StravaAPICallback<StravaResponse>) - Method in interface javastrava.api.v3.rest.ActivityAPI
 
giveKudos(Integer) - Method in class javastrava.api.v3.rest.API
 
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
 
giveKudos(Integer) - Method in class javastrava.api.v3.service.Strava
 
giveKudosAsync(Integer) - Method in class javastrava.api.v3.rest.API
 
giveKudosAsync(Integer) - Method in interface javastrava.api.v3.service.ActivityService
Kudo an activity (kudo is given by the authenticated athlete).
giveKudosAsync(Integer) - Method in class javastrava.api.v3.service.impl.ActivityServiceImpl
 
giveKudosAsync(Integer) - Method in class javastrava.api.v3.service.Strava
 

H

handleError(RetrofitError) - Method in class javastrava.api.v3.rest.util.RetrofitErrorHandler
 
handleListAll(PagingCallback<T>) - Static method in class javastrava.util.PagingHandler
Returns ALL the data from a Strava service that would normally only return a page of data, by simply getting pages 1..n until there's no more data to retrieve
handleListAll(PagingCallback<T>, int) - Static method in class javastrava.util.PagingHandler
Returns ALL the data from a Strava service that would normally only return a page of data, by simply getting pages 1..n until there's no more data to retrieve
handlePaging(Paging, PagingCallback<T>) - Static method in class javastrava.util.PagingHandler
Validates paging instructions and converts them to Strava-compatible paging instructions, then gets the whole lot for you
handlePrivateActivities(List<StravaActivity>, Token) - Static method in class javastrava.util.PrivacyUtils
Removes private activities from the list (by changing private ones to activities with resourceState=PRIVATE)
handlePrivateSegmentEfforts(List<StravaSegmentEffort>, Token) - Static method in class javastrava.util.PrivacyUtils
Returns the list of segments with any that should be flagged as private having their data cleared and resource state set to StravaResourceState.PRIVATE
handlePrivateSegments(List<StravaSegment>, Token) - Static method in class javastrava.util.PrivacyUtils
Removes private segments from the given list (by replacing them with segments with resourceState = StravaResourceState.PRIVATE
hasAuthorisationScopes(AuthorisationScope...) - Method in class javastrava.api.v3.service.Strava
 
hasExactAuthorisationScopes(AuthorisationScope...) - Method in class javastrava.api.v3.service.Strava
 
hashCode() - Method in class javastrava.api.v3.auth.model.Token
 
hashCode() - Method in class javastrava.api.v3.auth.model.TokenResponse
 
hashCode() - Method in class javastrava.api.v3.model.StravaAchievement
 
hashCode() - Method in class javastrava.api.v3.model.StravaActivity
 
hashCode() - Method in class javastrava.api.v3.model.StravaActivityPhotos
 
hashCode() - Method in class javastrava.api.v3.model.StravaActivityUpdate
 
hashCode() - Method in class javastrava.api.v3.model.StravaActivityZone
 
hashCode() - Method in class javastrava.api.v3.model.StravaActivityZoneDistributionBucket
 
hashCode() - Method in class javastrava.api.v3.model.StravaAPIError
 
hashCode() - Method in class javastrava.api.v3.model.StravaAthlete
 
hashCode() - Method in class javastrava.api.v3.model.StravaAthleteSegmentStats
 
hashCode() - Method in class javastrava.api.v3.model.StravaBestRunningEffort
 
hashCode() - Method in class javastrava.api.v3.model.StravaClub
 
hashCode() - Method in class javastrava.api.v3.model.StravaClubAnnouncement
 
hashCode() - Method in class javastrava.api.v3.model.StravaClubEvent
 
hashCode() - Method in class javastrava.api.v3.model.StravaClubMembershipResponse
 
hashCode() - Method in class javastrava.api.v3.model.StravaComment
 
hashCode() - Method in class javastrava.api.v3.model.StravaGear
 
hashCode() - Method in class javastrava.api.v3.model.StravaHeartRateZones
 
hashCode() - Method in class javastrava.api.v3.model.StravaLap
 
hashCode() - Method in class javastrava.api.v3.model.StravaMap
 
hashCode() - Method in class javastrava.api.v3.model.StravaMapPoint
 
hashCode() - Method in class javastrava.api.v3.model.StravaPhoto
 
hashCode() - Method in class javastrava.api.v3.model.StravaPhotoSizes
 
hashCode() - Method in class javastrava.api.v3.model.StravaPhotoUrls
 
hashCode() - Method in class javastrava.api.v3.model.StravaResponse
 
hashCode() - Method in class javastrava.api.v3.model.StravaSegment
 
hashCode() - Method in class javastrava.api.v3.model.StravaSegmentEffort
 
hashCode() - Method in class javastrava.api.v3.model.StravaSegmentExplorerResponse
 
hashCode() - Method in class javastrava.api.v3.model.StravaSegmentExplorerResponseSegment
 
hashCode() - Method in class javastrava.api.v3.model.StravaSegmentLeaderboard
 
hashCode() - Method in class javastrava.api.v3.model.StravaSegmentLeaderboardEntry
 
hashCode() - Method in class javastrava.api.v3.model.StravaSplit
 
hashCode() - Method in class javastrava.api.v3.model.StravaStatistics
 
hashCode() - Method in class javastrava.api.v3.model.StravaStatisticsEntry
 
hashCode() - Method in class javastrava.api.v3.model.StravaStream
 
hashCode() - Method in class javastrava.api.v3.model.StravaUploadResponse
 
hashCode() - Method in class javastrava.api.v3.model.StravaVideo
 
hashCode() - Method in class javastrava.api.v3.model.StravaZone
 
hashCode() - Method in class javastrava.api.v3.model.webhook.StravaEventSubscription
 
hashCode() - Method in class javastrava.cache.impl.StravaCacheKey
 
hashCode() - Method in class javastrava.util.Paging
 
hasViewPrivate() - Method in class javastrava.api.v3.auth.model.Token
Validates that the toke has view private access (according to the scopes that it was granted on creation at least; it is quite possible that permissions have subsequently been revoked by the user)
hasWriteAccess() - Method in class javastrava.api.v3.auth.model.Token
Validates that the token has write access (according to the scopes that it was granted on creation at least; it is quite possible that permissions have subsequently been revoked by the user)

I

ignoreFirstN(List<T>, int) - Static method in class javastrava.util.PagingUtils
Removes the first N items from a list
ignoreLastN(List<T>, int) - Static method in class javastrava.util.PagingUtils
Removes the last ignoreLastN items from the list
instance(Token) - Static method in class javastrava.api.v3.auth.impl.retrofit.TokenServiceImpl
Returns an instance of token services
instance() - Static method in class javastrava.api.v3.auth.TokenManager
 
instance(Class<T>, Token) - Static method in class javastrava.api.v3.rest.API
Creates and returns a new API RestAdapter instance.
instance(Token) - Static method in class javastrava.api.v3.service.impl.ActivityServiceImpl
Returns an instance of activity services
instance(Token) - Static method in class javastrava.api.v3.service.impl.AthleteServiceImpl
Returns an instance of athlete services
instance(Token) - Static method in class javastrava.api.v3.service.impl.ClubServiceImpl
Returns an instance of club services
instance(Token) - Static method in class javastrava.api.v3.service.impl.GearServiceImpl
Returns an instance of gear services
instance(Token) - Static method in class javastrava.api.v3.service.impl.SegmentEffortServiceImpl
Returns an instance of segment effort services
instance(Token) - Static method in class javastrava.api.v3.service.impl.SegmentServiceImpl
Returns an instance of gear services
instance(Token) - Static method in class javastrava.api.v3.service.impl.StreamServiceImpl
Returns an instance of segment effort services
instance(Token) - Static method in class javastrava.api.v3.service.impl.UploadServiceImpl
Returns an instance of segment effort services
instance(Token) - Static method in class javastrava.api.v3.service.impl.WebhookServiceImpl
 
integer(String) - Static method in class javastrava.config.StravaConfig
 
InvalidTokenException - Exception in javastrava.api.v3.service.exception
Thrown when Strava API returns an HTTP status of 400
InvalidTokenException(String, StravaResponse, Throwable) - Constructor for exception javastrava.api.v3.service.exception.InvalidTokenException
 

J

javastrava.api.v3.auth - package javastrava.api.v3.auth
Interface definitions for authorisation services which deal with access tokens
javastrava.api.v3.auth.impl.retrofit - package javastrava.api.v3.auth.impl.retrofit
 
javastrava.api.v3.auth.model - package javastrava.api.v3.auth.model
 
javastrava.api.v3.auth.ref - package javastrava.api.v3.auth.ref
 
javastrava.api.v3.model - package javastrava.api.v3.model
 
javastrava.api.v3.model.reference - package javastrava.api.v3.model.reference
 
javastrava.api.v3.model.webhook - package javastrava.api.v3.model.webhook
 
javastrava.api.v3.model.webhook.reference - package javastrava.api.v3.model.webhook.reference
 
javastrava.api.v3.rest - package javastrava.api.v3.rest
 
javastrava.api.v3.rest.async - package javastrava.api.v3.rest.async
 
javastrava.api.v3.rest.util - package javastrava.api.v3.rest.util
 
javastrava.api.v3.service - package javastrava.api.v3.service
 
javastrava.api.v3.service.async - package javastrava.api.v3.service.async
 
javastrava.api.v3.service.exception - package javastrava.api.v3.service.exception
 
javastrava.api.v3.service.impl - package javastrava.api.v3.service.impl
 
javastrava.cache - package javastrava.cache
 
javastrava.cache.impl - package javastrava.cache.impl
 
javastrava.config - package javastrava.config
 
javastrava.json - package javastrava.json
 
javastrava.json.exception - package javastrava.json.exception
 
javastrava.json.impl.gson - package javastrava.json.impl.gson
 
javastrava.json.impl.gson.serializer - package javastrava.json.impl.gson.serializer
 
javastrava.util - package javastrava.util
 
joinClub(Integer) - Method in class javastrava.api.v3.rest.API
 
joinClub(Integer) - Method in interface javastrava.api.v3.rest.ClubAPI
 
joinClub(Integer, StravaAPICallback<StravaClubMembershipResponse>) - Method in interface javastrava.api.v3.rest.ClubAPI
 
joinClub(Integer) - Method in interface javastrava.api.v3.service.ClubService
Join a club on behalf of the authenticated user.
joinClub(Integer) - Method in class javastrava.api.v3.service.impl.ClubServiceImpl
 
joinClub(Integer) - Method in class javastrava.api.v3.service.Strava
 
joinClubAsync(Integer) - Method in class javastrava.api.v3.rest.API
 
joinClubAsync(Integer) - Method in interface javastrava.api.v3.service.ClubService
Join a club on behalf of the authenticated user.
joinClubAsync(Integer) - Method in class javastrava.api.v3.service.impl.ClubServiceImpl
 
joinClubAsync(Integer) - Method in class javastrava.api.v3.service.Strava
 
JsonSerialisationException - Exception in javastrava.json.exception
Default exception if there is some issue with JSON serialisation that can't be dealt with
JsonSerialisationException(String, Exception) - Constructor for exception javastrava.json.exception.JsonSerialisationException
 
JsonUtil - Interface in javastrava.json
Abstracted JSON utilities for serialisation and de-serialisation, so we're not reliant on any one JSON library for the basic code
JsonUtilImpl - Class in javastrava.json.impl.gson
GSON implementation of JSON utilities
JsonUtilImpl() - Constructor for class javastrava.json.impl.gson.JsonUtilImpl
Default constructor

L

LeaderboardDateRangeSerializer - Class in javastrava.json.impl.gson.serializer
 
LeaderboardDateRangeSerializer() - Constructor for class javastrava.json.impl.gson.serializer.LeaderboardDateRangeSerializer
 
leaveClub(Integer) - Method in class javastrava.api.v3.rest.API
 
leaveClub(Integer) - Method in interface javastrava.api.v3.rest.ClubAPI
 
leaveClub(Integer, StravaAPICallback<StravaClubMembershipResponse>) - 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
 
leaveClub(Integer) - Method in class javastrava.api.v3.service.Strava
 
leaveClubAsync(Integer) - Method in class javastrava.api.v3.rest.API
 
leaveClubAsync(Integer) - Method in interface javastrava.api.v3.service.ClubService
Leave a club on behalf of the authenticated user.
leaveClubAsync(Integer) - Method in class javastrava.api.v3.service.impl.ClubServiceImpl
 
leaveClubAsync(Integer) - Method in class javastrava.api.v3.service.Strava
 
list() - Method in class javastrava.cache.impl.StravaCacheImpl
 
list() - Method in interface javastrava.cache.StravaCache
Returns a list of the objects in the cache
listActivityComments(Integer, Boolean, Integer, Integer) - Method in interface javastrava.api.v3.rest.ActivityAPI
 
listActivityComments(Integer, Boolean, Integer, Integer, StravaAPICallback<StravaComment[]>) - Method in interface javastrava.api.v3.rest.ActivityAPI
 
listActivityComments(Integer, Boolean, Integer, Integer) - Method in class javastrava.api.v3.rest.API
 
listActivityComments(Integer) - Method in interface javastrava.api.v3.service.ActivityService
Comments on an activity can be viewed by any user.
listActivityComments(Integer, Boolean) - 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, Paging) - Method in interface javastrava.api.v3.service.ActivityService
Comments on an activity can be viewed by any user.
listActivityComments(Integer) - Method in class javastrava.api.v3.service.impl.ActivityServiceImpl
 
listActivityComments(Integer, Boolean) - Method in class javastrava.api.v3.service.impl.ActivityServiceImpl
 
listActivityComments(Integer, Boolean, Paging) - Method in class javastrava.api.v3.service.impl.ActivityServiceImpl
 
listActivityComments(Integer, Paging) - Method in class javastrava.api.v3.service.impl.ActivityServiceImpl
 
listActivityComments(Integer) - Method in class javastrava.api.v3.service.Strava
 
listActivityComments(Integer, Boolean) - Method in class javastrava.api.v3.service.Strava
 
listActivityComments(Integer, Boolean, Paging) - Method in class javastrava.api.v3.service.Strava
 
listActivityComments(Integer, Paging) - Method in class javastrava.api.v3.service.Strava
 
listActivityCommentsAsync(Integer, Boolean, Integer, Integer) - Method in class javastrava.api.v3.rest.API
 
listActivityCommentsAsync(Integer) - Method in interface javastrava.api.v3.service.ActivityService
Comments on an activity can be viewed by any user.
listActivityCommentsAsync(Integer, Boolean) - Method in interface javastrava.api.v3.service.ActivityService
Comments on an activity can be viewed by any user.
listActivityCommentsAsync(Integer, Boolean, Paging) - Method in interface javastrava.api.v3.service.ActivityService
Comments on an activity can be viewed by any user.
listActivityCommentsAsync(Integer, Paging) - Method in interface javastrava.api.v3.service.ActivityService
Comments on an activity can be viewed by any user.
listActivityCommentsAsync(Integer) - Method in class javastrava.api.v3.service.impl.ActivityServiceImpl
 
listActivityCommentsAsync(Integer, Boolean) - Method in class javastrava.api.v3.service.impl.ActivityServiceImpl
 
listActivityCommentsAsync(Integer, Boolean, Paging) - Method in class javastrava.api.v3.service.impl.ActivityServiceImpl
 
listActivityCommentsAsync(Integer, Paging) - Method in class javastrava.api.v3.service.impl.ActivityServiceImpl
 
listActivityCommentsAsync(Integer) - Method in class javastrava.api.v3.service.Strava
 
listActivityCommentsAsync(Integer, Boolean) - Method in class javastrava.api.v3.service.Strava
 
listActivityCommentsAsync(Integer, Boolean, Paging) - Method in class javastrava.api.v3.service.Strava
 
listActivityCommentsAsync(Integer, Paging) - Method in class javastrava.api.v3.service.Strava
 
listActivityKudoers(Integer, Integer, Integer) - Method in interface javastrava.api.v3.rest.ActivityAPI
 
listActivityKudoers(Integer, Integer, Integer, StravaAPICallback<StravaAthlete[]>) - Method in interface javastrava.api.v3.rest.ActivityAPI
 
listActivityKudoers(Integer, Integer, Integer) - Method in class javastrava.api.v3.rest.API
 
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) - Method in class javastrava.api.v3.service.impl.ActivityServiceImpl
 
listActivityKudoers(Integer, Paging) - Method in class javastrava.api.v3.service.impl.ActivityServiceImpl
 
listActivityKudoers(Integer) - Method in class javastrava.api.v3.service.Strava
 
listActivityKudoers(Integer, Paging) - Method in class javastrava.api.v3.service.Strava
 
listActivityKudoersAsync(Integer, Integer, Integer) - Method in class javastrava.api.v3.rest.API
 
listActivityKudoersAsync(Integer) - Method in interface javastrava.api.v3.service.ActivityService
A kudos is Strava's version of a 'like' or '+1'.
listActivityKudoersAsync(Integer, Paging) - Method in interface javastrava.api.v3.service.ActivityService
A kudos is Strava's version of a 'like' or '+1'.
listActivityKudoersAsync(Integer) - Method in class javastrava.api.v3.service.impl.ActivityServiceImpl
 
listActivityKudoersAsync(Integer, Paging) - Method in class javastrava.api.v3.service.impl.ActivityServiceImpl
 
listActivityKudoersAsync(Integer) - Method in class javastrava.api.v3.service.Strava
 
listActivityKudoersAsync(Integer, Paging) - Method in class javastrava.api.v3.service.Strava
 
listActivityLaps(Integer) - Method in interface javastrava.api.v3.rest.ActivityAPI
 
listActivityLaps(Integer, StravaAPICallback<StravaLap[]>) - Method in interface javastrava.api.v3.rest.ActivityAPI
 
listActivityLaps(Integer) - Method in class javastrava.api.v3.rest.API
 
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
 
listActivityLaps(Integer) - Method in class javastrava.api.v3.service.Strava
 
listActivityLapsAsync(Integer) - Method in class javastrava.api.v3.rest.API
 
listActivityLapsAsync(Integer) - Method in interface javastrava.api.v3.service.ActivityService
This resource will return all laps for an activity.
listActivityLapsAsync(Integer) - Method in class javastrava.api.v3.service.impl.ActivityServiceImpl
 
listActivityLapsAsync(Integer) - Method in class javastrava.api.v3.service.Strava
 
listActivityPhotos(Integer) - Method in interface javastrava.api.v3.rest.ActivityAPI
 
listActivityPhotos(Integer, StravaAPICallback<StravaPhoto[]>) - Method in interface javastrava.api.v3.rest.ActivityAPI
 
listActivityPhotos(Integer) - Method in class javastrava.api.v3.rest.API
 
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
 
listActivityPhotos(Integer) - Method in class javastrava.api.v3.service.Strava
 
listActivityPhotosAsync(Integer) - Method in class javastrava.api.v3.rest.API
 
listActivityPhotosAsync(Integer) - Method in interface javastrava.api.v3.service.ActivityService
Photos are external objects associated with an activity.
listActivityPhotosAsync(Integer) - Method in class javastrava.api.v3.service.impl.ActivityServiceImpl
 
listActivityPhotosAsync(Integer) - Method in class javastrava.api.v3.service.Strava
 
listActivityZones(Integer) - Method in interface javastrava.api.v3.rest.ActivityAPI
 
listActivityZones(Integer, StravaAPICallback<StravaActivityZone[]>) - Method in interface javastrava.api.v3.rest.ActivityAPI
 
listActivityZones(Integer) - Method in class javastrava.api.v3.rest.API
 
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
 
listActivityZones(Integer) - Method in class javastrava.api.v3.service.Strava
 
listActivityZonesAsync(Integer) - Method in class javastrava.api.v3.rest.API
 
listActivityZonesAsync(Integer) - Method in interface javastrava.api.v3.service.ActivityService
Heartrate and power zones are set by the athlete.
listActivityZonesAsync(Integer) - Method in class javastrava.api.v3.service.impl.ActivityServiceImpl
 
listActivityZonesAsync(Integer) - Method in class javastrava.api.v3.service.Strava
 
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
 
listAllActivityComments(Integer) - Method in class javastrava.api.v3.service.Strava
USE WITH CAUTION - ACTIVITIES WITH MANY COMMENTS WILL REQUIRE MANY CALLS TO THE STRAVA API
listAllActivityCommentsAsync(Integer) - Method in interface javastrava.api.v3.service.ActivityService
List ALL comments on an activity, regardless of how many there are
listAllActivityCommentsAsync(Integer) - Method in class javastrava.api.v3.service.impl.ActivityServiceImpl
 
listAllActivityCommentsAsync(Integer) - Method in class javastrava.api.v3.service.Strava
USE WITH CAUTION - ACTIVITIES WITH MANY COMMENTS WILL REQUIRE MANY CALLS TO THE STRAVA API
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
 
listAllActivityKudoers(Integer) - Method in class javastrava.api.v3.service.Strava
USE WITH CAUTION - ACTIVITIES WITH MANY KUDOERS WILL REQUIRE MANY CALLS TO THE STRAVA API
listAllActivityKudoersAsync(Integer) - Method in interface javastrava.api.v3.service.ActivityService
List ALL kudoers on an activity, regardless of how many there are
listAllActivityKudoersAsync(Integer) - Method in class javastrava.api.v3.service.impl.ActivityServiceImpl
 
listAllActivityKudoersAsync(Integer) - Method in class javastrava.api.v3.service.Strava
USE WITH CAUTION - ACTIVITIES WITH MANY KUDOERS WILL REQUIRE MANY CALLS TO THE STRAVA API
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
 
listAllAthleteFriends(Integer) - Method in class javastrava.api.v3.service.Strava
USE WITH CAUTION - ATHLETES WITH MANY FRIENDS WILL REQUIRE MANY CALLS TO THE STRAVA API
listAllAthleteFriendsAsync(Integer) - Method in interface javastrava.api.v3.service.AthleteService
Convenience method for returning ALL of an athlete's friends
listAllAthleteFriendsAsync(Integer) - Method in class javastrava.api.v3.service.impl.AthleteServiceImpl
 
listAllAthleteFriendsAsync(Integer) - Method in class javastrava.api.v3.service.Strava
USE WITH CAUTION - ATHLETES WITH MANY FRIENDS WILL REQUIRE MANY CALLS TO THE STRAVA API
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
 
listAllAthleteKOMs(Integer) - Method in class javastrava.api.v3.service.Strava
USE WITH CAUTION - ATHLETES WITH MANY KOMS WILL REQUIRE MANY CALLS TO THE STRAVA API
listAllAthleteKOMsAsync(Integer) - Method in interface javastrava.api.v3.service.AthleteService
Convenience method for returning ALL of an athlete's KOM's
listAllAthleteKOMsAsync(Integer) - Method in class javastrava.api.v3.service.impl.AthleteServiceImpl
 
listAllAthleteKOMsAsync(Integer) - Method in class javastrava.api.v3.service.Strava
USE WITH CAUTION - ATHLETES WITH MANY KOMS WILL REQUIRE MANY CALLS TO THE STRAVA API
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
 
listAllAthletesBothFollowing(Integer) - Method in class javastrava.api.v3.service.Strava
USE WITH CAUTION - ATHLETES WITH MANY FRIENDS WILL REQUIRE MANY CALLS TO THE STRAVA API
listAllAthletesBothFollowingAsync(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
listAllAthletesBothFollowingAsync(Integer) - Method in class javastrava.api.v3.service.impl.AthleteServiceImpl
 
listAllAthletesBothFollowingAsync(Integer) - Method in class javastrava.api.v3.service.Strava
USE WITH CAUTION - ATHLETES WITH MANY FRIENDS WILL REQUIRE MANY CALLS TO THE STRAVA API
listAllAuthenticatedAthleteActivities() - Method in interface javastrava.api.v3.service.ActivityService
This endpoint returns a list of activities for the authenticated StravaAthlete.
listAllAuthenticatedAthleteActivities(LocalDateTime, LocalDateTime) - Method in interface javastrava.api.v3.service.ActivityService
This endpoint returns a list of activities for the authenticated StravaAthlete.
listAllAuthenticatedAthleteActivities() - Method in class javastrava.api.v3.service.impl.ActivityServiceImpl
 
listAllAuthenticatedAthleteActivities(LocalDateTime, LocalDateTime) - Method in class javastrava.api.v3.service.impl.ActivityServiceImpl
 
listAllAuthenticatedAthleteActivities() - Method in class javastrava.api.v3.service.Strava
USE WITH CAUTION - ATHLETES WITH MANY ACTIVITIES WILL REQUIRE MANY CALLS TO THE STRAVA API
listAllAuthenticatedAthleteActivities(LocalDateTime, LocalDateTime) - Method in class javastrava.api.v3.service.Strava
USE WITH CAUTION - ATHLETES WITH MANY ACTIVITIES WILL REQUIRE MANY CALLS TO THE STRAVA API
listAllAuthenticatedAthleteActivitiesAsync() - Method in interface javastrava.api.v3.service.ActivityService
This endpoint returns a list of activities for the authenticated StravaAthlete.
listAllAuthenticatedAthleteActivitiesAsync(LocalDateTime, LocalDateTime) - Method in interface javastrava.api.v3.service.ActivityService
This endpoint returns a list of activities for the authenticated StravaAthlete.
listAllAuthenticatedAthleteActivitiesAsync() - Method in class javastrava.api.v3.service.impl.ActivityServiceImpl
 
listAllAuthenticatedAthleteActivitiesAsync(LocalDateTime, LocalDateTime) - Method in class javastrava.api.v3.service.impl.ActivityServiceImpl
 
listAllAuthenticatedAthleteActivitiesAsync() - Method in class javastrava.api.v3.service.Strava
USE WITH CAUTION - ATHLETES WITH MANY ACTIVITIES WILL REQUIRE MANY CALLS TO THE STRAVA API
listAllAuthenticatedAthleteActivitiesAsync(LocalDateTime, LocalDateTime) - Method in class javastrava.api.v3.service.Strava
USE WITH CAUTION - ATHLETES WITH MANY ACTIVITIES WILL REQUIRE MANY CALLS TO THE STRAVA API
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
 
listAllAuthenticatedAthleteFriends() - Method in class javastrava.api.v3.service.Strava
USE WITH CAUTION - ATHLETES WITH MANY FRIENDS WILL REQUIRE MANY CALLS TO THE STRAVA API
listAllAuthenticatedAthleteFriendsAsync() - Method in interface javastrava.api.v3.service.AthleteService
Convenience method for returning ALL of the authenticated athlete's friends
listAllAuthenticatedAthleteFriendsAsync() - Method in class javastrava.api.v3.service.impl.AthleteServiceImpl
 
listAllAuthenticatedAthleteFriendsAsync() - Method in class javastrava.api.v3.service.Strava
USE WITH CAUTION - ATHLETES WITH MANY FRIENDS WILL REQUIRE MANY CALLS TO THE STRAVA API
listAllAuthenticatedAthleteStarredSegments() - Method in class javastrava.api.v3.service.impl.SegmentServiceImpl
 
listAllAuthenticatedAthleteStarredSegments() - Method in interface javastrava.api.v3.service.SegmentService
Returns a summary representation of ALL the segments starred by the authenticated athlete.
listAllAuthenticatedAthleteStarredSegments() - Method in class javastrava.api.v3.service.Strava
 
listAllAuthenticatedAthleteStarredSegmentsAsync() - Method in class javastrava.api.v3.service.impl.SegmentServiceImpl
 
listAllAuthenticatedAthleteStarredSegmentsAsync() - Method in interface javastrava.api.v3.service.SegmentService
Returns a summary representation of ALL the segments starred by the authenticated athlete.
listAllAuthenticatedAthleteStarredSegmentsAsync() - Method in class javastrava.api.v3.service.Strava
 
listAllClubAdmins(Integer) - Method in interface javastrava.api.v3.service.ClubService
 
listAllClubAdmins(Integer) - Method in class javastrava.api.v3.service.impl.ClubServiceImpl
 
listAllClubAdmins(Integer) - Method in class javastrava.api.v3.service.Strava
 
listAllClubAdminsAsync(Integer) - Method in interface javastrava.api.v3.service.ClubService
 
listAllClubAdminsAsync(Integer) - Method in class javastrava.api.v3.service.impl.ClubServiceImpl
 
listAllClubAdminsAsync(Integer) - Method in class javastrava.api.v3.service.Strava
 
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
 
listAllClubMembers(Integer) - Method in class javastrava.api.v3.service.Strava
USE WITH CAUTION - CLUBS WITH MANY MEMBERS WILL REQUIRE MANY CALLS TO THE STRAVA API
listAllClubMembersAsync(Integer) - Method in interface javastrava.api.v3.service.ClubService
Convenience method for returning ALL of the members of a club
listAllClubMembersAsync(Integer) - Method in class javastrava.api.v3.service.impl.ClubServiceImpl
 
listAllClubMembersAsync(Integer) - Method in class javastrava.api.v3.service.Strava
USE WITH CAUTION - CLUBS WITH MANY MEMBERS WILL REQUIRE MANY CALLS TO THE STRAVA API
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
 
listAllFriendsActivities() - Method in class javastrava.api.v3.service.Strava
USE WITH CAUTION - ATHLETES WITH MANY FRIENDS' ACTIVITIES WILL REQUIRE MANY CALLS TO THE STRAVA API
listAllFriendsActivitiesAsync() - Method in interface javastrava.api.v3.service.ActivityService
List the recent activities performed by those the current authenticated StravaAthlete is following.
listAllFriendsActivitiesAsync() - Method in class javastrava.api.v3.service.impl.ActivityServiceImpl
 
listAllFriendsActivitiesAsync() - Method in class javastrava.api.v3.service.Strava
USE WITH CAUTION - ATHLETES WITH MANY FRIENDS' ACTIVITIES WILL REQUIRE MANY CALLS TO THE STRAVA API
listAllRecentClubActivities(Integer) - Method in interface javastrava.api.v3.service.ClubService
Retrieve ALL the recent activities performed by member athletes of a specific club.
listAllRecentClubActivities(Integer) - Method in class javastrava.api.v3.service.impl.ClubServiceImpl
 
listAllRecentClubActivities(Integer) - Method in class javastrava.api.v3.service.Strava
 
listAllRecentClubActivitiesAsync(Integer) - Method in interface javastrava.api.v3.service.ClubService
Retrieve ALL the recent activities performed by member athletes of a specific club.
listAllRecentClubActivitiesAsync(Integer) - Method in class javastrava.api.v3.service.impl.ClubServiceImpl
 
listAllRecentClubActivitiesAsync(Integer) - Method in class javastrava.api.v3.service.Strava
 
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
 
listAllRelatedActivities(Integer) - Method in class javastrava.api.v3.service.Strava
USE WITH CAUTION - ACTIVITIES WITH MANY RELATED ACTIVITIES WILL REQUIRE MANY CALLS TO THE STRAVA API
listAllRelatedActivitiesAsync(Integer) - Method in interface javastrava.api.v3.service.ActivityService
List ALL related activities, regardless of how many there are
listAllRelatedActivitiesAsync(Integer) - Method in class javastrava.api.v3.service.impl.ActivityServiceImpl
 
listAllRelatedActivitiesAsync(Integer) - Method in class javastrava.api.v3.service.Strava
USE WITH CAUTION - ACTIVITIES WITH MANY RELATED ACTIVITIES WILL REQUIRE MANY CALLS TO THE STRAVA API
listAllSegmentEfforts(Integer) - Method in class javastrava.api.v3.service.impl.SegmentServiceImpl
 
listAllSegmentEfforts(Integer, Integer, LocalDateTime, LocalDateTime) - Method in class javastrava.api.v3.service.impl.SegmentServiceImpl
 
listAllSegmentEfforts(Integer) - Method in interface javastrava.api.v3.service.SegmentService
Retrieve an array of segment efforts, for a given StravaSegment.
listAllSegmentEfforts(Integer, Integer, LocalDateTime, LocalDateTime) - Method in interface javastrava.api.v3.service.SegmentService
Retrieve an array of segment efforts, for a given StravaSegment, filtered by StravaAthlete and/or a date range.
listAllSegmentEfforts(Integer) - Method in class javastrava.api.v3.service.Strava
USE WITH CAUTION - POPULAR SEGMENTS CAN HAVE TENS OF THOUSANDS OF EFFORTS, REQUIRING A VERY LARGE NUMBER OF CALLS TO THE STRAVA API
listAllSegmentEfforts(Integer, Integer, LocalDateTime, LocalDateTime) - Method in class javastrava.api.v3.service.Strava
 
listAllSegmentEffortsAsync(Integer) - Method in class javastrava.api.v3.service.impl.SegmentServiceImpl
 
listAllSegmentEffortsAsync(Integer, Integer, LocalDateTime, LocalDateTime) - Method in class javastrava.api.v3.service.impl.SegmentServiceImpl
 
listAllSegmentEffortsAsync(Integer) - Method in interface javastrava.api.v3.service.SegmentService
Retrieve an array of segment efforts, for a given StravaSegment.
listAllSegmentEffortsAsync(Integer, Integer, LocalDateTime, LocalDateTime) - Method in interface javastrava.api.v3.service.SegmentService
Retrieve an array of segment efforts, for a given StravaSegment, filtered by StravaAthlete and/or a date range.
listAllSegmentEffortsAsync(Integer) - Method in class javastrava.api.v3.service.Strava
USE WITH CAUTION - POPULAR SEGMENTS CAN HAVE TENS OF THOUSANDS OF EFFORTS, REQUIRING A VERY LARGE NUMBER OF CALLS TO THE STRAVA API
listAllSegmentEffortsAsync(Integer, Integer, LocalDateTime, LocalDateTime) - Method in class javastrava.api.v3.service.Strava
 
listAllStarredSegments(Integer) - Method in class javastrava.api.v3.service.impl.SegmentServiceImpl
 
listAllStarredSegments(Integer) - Method in interface javastrava.api.v3.service.SegmentService
Returns a summary representation of ALL the segments starred by the identified athlete.
listAllStarredSegments(Integer) - Method in class javastrava.api.v3.service.Strava
 
listAllStarredSegmentsAsync(Integer) - Method in class javastrava.api.v3.service.impl.SegmentServiceImpl
 
listAllStarredSegmentsAsync(Integer) - Method in interface javastrava.api.v3.service.SegmentService
Returns a summary representation of ALL the segments starred by the identified athlete.
listAllStarredSegmentsAsync(Integer) - Method in class javastrava.api.v3.service.Strava
 
listAthleteFriends(Integer, Integer, Integer) - Method in class javastrava.api.v3.rest.API
 
listAthleteFriends(Integer, Integer, Integer) - Method in interface javastrava.api.v3.rest.AthleteAPI
 
listAthleteFriends(Integer, Integer, Integer, StravaAPICallback<StravaAthlete[]>) - Method in interface javastrava.api.v3.rest.AthleteAPI
 
listAthleteFriends(Integer) - Method in interface javastrava.api.v3.service.AthleteService
Friends are users an athlete is following.
listAthleteFriends(Integer, Paging) - Method in interface javastrava.api.v3.service.AthleteService
Friends are users an athlete is following.
listAthleteFriends(Integer) - Method in class javastrava.api.v3.service.impl.AthleteServiceImpl
 
listAthleteFriends(Integer, Paging) - Method in class javastrava.api.v3.service.impl.AthleteServiceImpl
 
listAthleteFriends(Integer) - Method in class javastrava.api.v3.service.Strava
 
listAthleteFriends(Integer, Paging) - Method in class javastrava.api.v3.service.Strava
 
listAthleteFriendsAsync(Integer, Integer, Integer) - Method in class javastrava.api.v3.rest.API
 
listAthleteFriendsAsync(Integer) - Method in interface javastrava.api.v3.service.AthleteService
Friends are users an athlete is following.
listAthleteFriendsAsync(Integer, Paging) - Method in interface javastrava.api.v3.service.AthleteService
Friends are users an athlete is following.
listAthleteFriendsAsync(Integer) - Method in class javastrava.api.v3.service.impl.AthleteServiceImpl
 
listAthleteFriendsAsync(Integer, Paging) - Method in class javastrava.api.v3.service.impl.AthleteServiceImpl
 
listAthleteFriendsAsync(Integer) - Method in class javastrava.api.v3.service.Strava
 
listAthleteFriendsAsync(Integer, Paging) - Method in class javastrava.api.v3.service.Strava
 
listAthleteKOMs(Integer, Integer, Integer) - Method in class javastrava.api.v3.rest.API
 
listAthleteKOMs(Integer, Integer, Integer) - Method in interface javastrava.api.v3.rest.AthleteAPI
 
listAthleteKOMs(Integer, Integer, Integer, StravaAPICallback<StravaSegmentEffort[]>) - 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) - Method in class javastrava.api.v3.service.impl.AthleteServiceImpl
 
listAthleteKOMs(Integer, Paging) - Method in class javastrava.api.v3.service.impl.AthleteServiceImpl
 
listAthleteKOMs(Integer) - Method in class javastrava.api.v3.service.Strava
 
listAthleteKOMs(Integer, Paging) - Method in class javastrava.api.v3.service.Strava
 
listAthleteKOMsAsync(Integer, Integer, Integer) - Method in class javastrava.api.v3.rest.API
 
listAthleteKOMsAsync(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.
listAthleteKOMsAsync(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.
listAthleteKOMsAsync(Integer) - Method in class javastrava.api.v3.service.impl.AthleteServiceImpl
 
listAthleteKOMsAsync(Integer, Paging) - Method in class javastrava.api.v3.service.impl.AthleteServiceImpl
 
listAthleteKOMsAsync(Integer) - Method in class javastrava.api.v3.service.Strava
 
listAthleteKOMsAsync(Integer, Paging) - Method in class javastrava.api.v3.service.Strava
 
listAthletesBothFollowing(Integer, Integer, Integer) - Method in class javastrava.api.v3.rest.API
 
listAthletesBothFollowing(Integer, Integer, Integer) - Method in interface javastrava.api.v3.rest.AthleteAPI
 
listAthletesBothFollowing(Integer, Integer, Integer, StravaAPICallback<StravaAthlete[]>) - 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) - Method in class javastrava.api.v3.service.impl.AthleteServiceImpl
 
listAthletesBothFollowing(Integer, Paging) - Method in class javastrava.api.v3.service.impl.AthleteServiceImpl
 
listAthletesBothFollowing(Integer) - Method in class javastrava.api.v3.service.Strava
 
listAthletesBothFollowing(Integer, Paging) - Method in class javastrava.api.v3.service.Strava
 
listAthletesBothFollowingAsync(Integer, Integer, Integer) - Method in class javastrava.api.v3.rest.API
 
listAthletesBothFollowingAsync(Integer) - Method in interface javastrava.api.v3.service.AthleteService
Retrieve the athletes who both the authenticated athlete and the indicated athlete are following.
listAthletesBothFollowingAsync(Integer, Paging) - Method in interface javastrava.api.v3.service.AthleteService
Retrieve the athletes who both the authenticated athlete and the indicated athlete are following.
listAthletesBothFollowingAsync(Integer) - Method in class javastrava.api.v3.service.impl.AthleteServiceImpl
 
listAthletesBothFollowingAsync(Integer, Paging) - Method in class javastrava.api.v3.service.impl.AthleteServiceImpl
 
listAthletesBothFollowingAsync(Integer) - Method in class javastrava.api.v3.service.Strava
 
listAthletesBothFollowingAsync(Integer, Paging) - Method in class javastrava.api.v3.service.Strava
 
listAuthenticatedAthleteActivities(Integer, Integer, Integer, Integer) - Method in interface javastrava.api.v3.rest.ActivityAPI
 
listAuthenticatedAthleteActivities(Integer, Integer, Integer, Integer, StravaAPICallback<StravaActivity[]>) - Method in interface javastrava.api.v3.rest.ActivityAPI
 
listAuthenticatedAthleteActivities(Integer, Integer, Integer, Integer) - Method in class javastrava.api.v3.rest.API
 
listAuthenticatedAthleteActivities() - Method in interface javastrava.api.v3.service.ActivityService
This endpoint returns a list of activities for the authenticated StravaAthlete.
listAuthenticatedAthleteActivities(LocalDateTime, LocalDateTime) - Method in interface javastrava.api.v3.service.ActivityService
This endpoint returns a list of activities for the authenticated StravaAthlete.
listAuthenticatedAthleteActivities(LocalDateTime, LocalDateTime, Paging) - Method in interface javastrava.api.v3.service.ActivityService
This endpoint returns a list of activities for the authenticated StravaAthlete.
listAuthenticatedAthleteActivities(Paging) - Method in interface javastrava.api.v3.service.ActivityService
This endpoint returns a list of activities for the authenticated StravaAthlete.
listAuthenticatedAthleteActivities() - Method in class javastrava.api.v3.service.impl.ActivityServiceImpl
 
listAuthenticatedAthleteActivities(LocalDateTime, LocalDateTime) - Method in class javastrava.api.v3.service.impl.ActivityServiceImpl
 
listAuthenticatedAthleteActivities(LocalDateTime, LocalDateTime, Paging) - Method in class javastrava.api.v3.service.impl.ActivityServiceImpl
 
listAuthenticatedAthleteActivities(Paging) - Method in class javastrava.api.v3.service.impl.ActivityServiceImpl
 
listAuthenticatedAthleteActivities() - Method in class javastrava.api.v3.service.Strava
 
listAuthenticatedAthleteActivities(LocalDateTime, LocalDateTime) - Method in class javastrava.api.v3.service.Strava
 
listAuthenticatedAthleteActivities(LocalDateTime, LocalDateTime, Paging) - Method in class javastrava.api.v3.service.Strava
 
listAuthenticatedAthleteActivities(Paging) - Method in class javastrava.api.v3.service.Strava
 
listAuthenticatedAthleteActivitiesAsync(Integer, Integer, Integer, Integer) - Method in class javastrava.api.v3.rest.API
 
listAuthenticatedAthleteActivitiesAsync() - Method in interface javastrava.api.v3.service.ActivityService
This endpoint returns a list of activities for the authenticated StravaAthlete.
listAuthenticatedAthleteActivitiesAsync(LocalDateTime, LocalDateTime) - Method in interface javastrava.api.v3.service.ActivityService
This endpoint returns a list of activities for the authenticated StravaAthlete.
listAuthenticatedAthleteActivitiesAsync(LocalDateTime, LocalDateTime, Paging) - Method in interface javastrava.api.v3.service.ActivityService
This endpoint returns a list of activities for the authenticated StravaAthlete.
listAuthenticatedAthleteActivitiesAsync(Paging) - Method in interface javastrava.api.v3.service.ActivityService
This endpoint returns a list of activities for the authenticated StravaAthlete.
listAuthenticatedAthleteActivitiesAsync() - Method in class javastrava.api.v3.service.impl.ActivityServiceImpl
 
listAuthenticatedAthleteActivitiesAsync(LocalDateTime, LocalDateTime) - Method in class javastrava.api.v3.service.impl.ActivityServiceImpl
 
listAuthenticatedAthleteActivitiesAsync(LocalDateTime, LocalDateTime, Paging) - Method in class javastrava.api.v3.service.impl.ActivityServiceImpl
 
listAuthenticatedAthleteActivitiesAsync(Paging) - Method in class javastrava.api.v3.service.impl.ActivityServiceImpl
 
listAuthenticatedAthleteActivitiesAsync() - Method in class javastrava.api.v3.service.Strava
 
listAuthenticatedAthleteActivitiesAsync(LocalDateTime, LocalDateTime) - Method in class javastrava.api.v3.service.Strava
 
listAuthenticatedAthleteActivitiesAsync(LocalDateTime, LocalDateTime, Paging) - Method in class javastrava.api.v3.service.Strava
 
listAuthenticatedAthleteActivitiesAsync(Paging) - Method in class javastrava.api.v3.service.Strava
 
listAuthenticatedAthleteClubs() - Method in class javastrava.api.v3.rest.API
 
listAuthenticatedAthleteClubs() - Method in interface javastrava.api.v3.rest.ClubAPI
 
listAuthenticatedAthleteClubs(StravaAPICallback<StravaClub[]>) - 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
 
listAuthenticatedAthleteClubs() - Method in class javastrava.api.v3.service.Strava
 
listAuthenticatedAthleteClubsAsync() - Method in class javastrava.api.v3.rest.API
 
listAuthenticatedAthleteClubsAsync() - Method in interface javastrava.api.v3.service.ClubService
Fetch an array of clubs that the currently authenticated athlete is a member of.
listAuthenticatedAthleteClubsAsync() - Method in class javastrava.api.v3.service.impl.ClubServiceImpl
 
listAuthenticatedAthleteClubsAsync() - Method in class javastrava.api.v3.service.Strava
 
listAuthenticatedAthleteFriends(Integer, Integer) - Method in class javastrava.api.v3.rest.API
 
listAuthenticatedAthleteFriends(Integer, Integer) - Method in interface javastrava.api.v3.rest.AthleteAPI
 
listAuthenticatedAthleteFriends(Integer, Integer, StravaAPICallback<StravaAthlete[]>) - 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() - Method in class javastrava.api.v3.service.impl.AthleteServiceImpl
 
listAuthenticatedAthleteFriends(Paging) - Method in class javastrava.api.v3.service.impl.AthleteServiceImpl
 
listAuthenticatedAthleteFriends() - Method in class javastrava.api.v3.service.Strava
 
listAuthenticatedAthleteFriends(Paging) - Method in class javastrava.api.v3.service.Strava
 
listAuthenticatedAthleteFriendsAsync(Integer, Integer) - Method in class javastrava.api.v3.rest.API
 
listAuthenticatedAthleteFriendsAsync() - Method in interface javastrava.api.v3.service.AthleteService
Friends are users the current athlete is following.
listAuthenticatedAthleteFriendsAsync(Paging) - Method in interface javastrava.api.v3.service.AthleteService
Friends are users the current athlete is following.
listAuthenticatedAthleteFriendsAsync() - Method in class javastrava.api.v3.service.impl.AthleteServiceImpl
 
listAuthenticatedAthleteFriendsAsync(Paging) - Method in class javastrava.api.v3.service.impl.AthleteServiceImpl
 
listAuthenticatedAthleteFriendsAsync() - Method in class javastrava.api.v3.service.Strava
 
listAuthenticatedAthleteFriendsAsync(Paging) - Method in class javastrava.api.v3.service.Strava
 
listAuthenticatedAthleteStarredSegments(Integer, Integer) - Method in class javastrava.api.v3.rest.API
 
listAuthenticatedAthleteStarredSegments(Integer, Integer) - Method in interface javastrava.api.v3.rest.SegmentAPI
 
listAuthenticatedAthleteStarredSegments(Integer, Integer, StravaAPICallback<StravaSegment[]>) - Method in interface javastrava.api.v3.rest.SegmentAPI
 
listAuthenticatedAthleteStarredSegments() - Method in class javastrava.api.v3.service.impl.SegmentServiceImpl
 
listAuthenticatedAthleteStarredSegments(Paging) - Method in class javastrava.api.v3.service.impl.SegmentServiceImpl
 
listAuthenticatedAthleteStarredSegments() - Method in interface javastrava.api.v3.service.SegmentService
Returns a summary representation of the segments starred by the authenticated athlete.
listAuthenticatedAthleteStarredSegments(Paging) - Method in interface javastrava.api.v3.service.SegmentService
Returns a summary representation of the segments starred by the authenticated athlete.
listAuthenticatedAthleteStarredSegments() - Method in class javastrava.api.v3.service.Strava
 
listAuthenticatedAthleteStarredSegments(Paging) - Method in class javastrava.api.v3.service.Strava
 
listAuthenticatedAthleteStarredSegmentsAsync(Integer, Integer) - Method in class javastrava.api.v3.rest.API
 
listAuthenticatedAthleteStarredSegmentsAsync() - Method in class javastrava.api.v3.service.impl.SegmentServiceImpl
 
listAuthenticatedAthleteStarredSegmentsAsync(Paging) - Method in class javastrava.api.v3.service.impl.SegmentServiceImpl
 
listAuthenticatedAthleteStarredSegmentsAsync() - Method in interface javastrava.api.v3.service.SegmentService
Returns a summary representation of the segments starred by the authenticated athlete.
listAuthenticatedAthleteStarredSegmentsAsync(Paging) - Method in interface javastrava.api.v3.service.SegmentService
Returns a summary representation of the segments starred by the authenticated athlete.
listAuthenticatedAthleteStarredSegmentsAsync() - Method in class javastrava.api.v3.service.Strava
 
listAuthenticatedAthleteStarredSegmentsAsync(Paging) - Method in class javastrava.api.v3.service.Strava
 
listByMeasurementMethod(StravaMeasurementMethod) - Static method in enum javastrava.api.v3.model.reference.StravaWeightClass
Returns a list of all weight classes for the given StravaMeasurementMethod
listClubAdmins(Integer, Integer, Integer) - Method in class javastrava.api.v3.rest.API
 
listClubAdmins(Integer, Integer, Integer) - Method in interface javastrava.api.v3.rest.ClubAPI
Retrieve summary information about admins of a specific club, with the owner on top and sorted by first names.
listClubAdmins(Integer, Integer, Integer, StravaAPICallback<StravaAthlete[]>) - Method in interface javastrava.api.v3.rest.ClubAPI
Retrieve summary information about admins of a specific club, with the owner on top and sorted by first names.
listClubAdmins(Integer) - Method in interface javastrava.api.v3.service.ClubService
 
listClubAdmins(Integer, Paging) - Method in interface javastrava.api.v3.service.ClubService
 
listClubAdmins(Integer) - Method in class javastrava.api.v3.service.impl.ClubServiceImpl
 
listClubAdmins(Integer, Paging) - Method in class javastrava.api.v3.service.impl.ClubServiceImpl
 
listClubAdmins(Integer) - Method in class javastrava.api.v3.service.Strava
 
listClubAdmins(Integer, Paging) - Method in class javastrava.api.v3.service.Strava
 
listClubAdminsAsync(Integer) - Method in interface javastrava.api.v3.service.ClubService
 
listClubAdminsAsync(Integer, Paging) - Method in interface javastrava.api.v3.service.ClubService
 
listClubAdminsAsync(Integer) - Method in class javastrava.api.v3.service.impl.ClubServiceImpl
 
listClubAdminsAsync(Integer, Paging) - Method in class javastrava.api.v3.service.impl.ClubServiceImpl
 
listClubAdminsAsync(Integer) - Method in class javastrava.api.v3.service.Strava
 
listClubAdminsAsync(Integer, Paging) - Method in class javastrava.api.v3.service.Strava
 
listClubAnnouncements(Integer) - Method in class javastrava.api.v3.rest.API
 
listClubAnnouncements(Integer) - Method in interface javastrava.api.v3.rest.ClubAPI
 
listClubAnnouncements(Integer, StravaAPICallback<StravaClubAnnouncement[]>) - Method in interface javastrava.api.v3.rest.ClubAPI
 
listClubAnnouncements(Integer) - Method in interface javastrava.api.v3.service.ClubService
Announcements are posts sent by Club Admins or Owners to the members of a club.
listClubAnnouncements(Integer) - Method in class javastrava.api.v3.service.impl.ClubServiceImpl
 
listClubAnnouncements(Integer) - Method in class javastrava.api.v3.service.Strava
 
listClubAnnouncementsAsync(Integer) - Method in class javastrava.api.v3.rest.API
 
listClubAnnouncementsAsync(Integer) - Method in interface javastrava.api.v3.service.ClubService
Announcements are posts sent by Club Admins or Owners to the members of a club.
listClubAnnouncementsAsync(Integer) - Method in class javastrava.api.v3.service.impl.ClubServiceImpl
 
listClubAnnouncementsAsync(Integer) - Method in class javastrava.api.v3.service.Strava
 
listClubGroupEvents(Integer) - Method in class javastrava.api.v3.rest.API
 
listClubGroupEvents(Integer) - Method in interface javastrava.api.v3.rest.ClubAPI
 
listClubGroupEvents(Integer, StravaAPICallback<StravaClubEvent[]>) - Method in interface javastrava.api.v3.rest.ClubAPI
 
listClubGroupEvents(Integer) - Method in interface javastrava.api.v3.service.ClubService
Group Events are optionally recurring events for club members.
listClubGroupEvents(Integer) - Method in class javastrava.api.v3.service.impl.ClubServiceImpl
 
listClubGroupEvents(Integer) - Method in class javastrava.api.v3.service.Strava
Group Events are optionally recurring events for club members.
listClubGroupEventsAsync(Integer) - Method in class javastrava.api.v3.rest.API
 
listClubGroupEventsAsync(Integer) - Method in interface javastrava.api.v3.service.ClubService
Group Events are optionally recurring events for club members.
listClubGroupEventsAsync(Integer) - Method in class javastrava.api.v3.service.impl.ClubServiceImpl
 
listClubGroupEventsAsync(Integer) - Method in class javastrava.api.v3.service.Strava
Group Events are optionally recurring events for club members.
listClubMembers(Integer, Integer, Integer) - Method in class javastrava.api.v3.rest.API
 
listClubMembers(Integer, Integer, Integer) - Method in interface javastrava.api.v3.rest.ClubAPI
 
listClubMembers(Integer, Integer, Integer, StravaAPICallback<StravaAthlete[]>) - 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) - Method in class javastrava.api.v3.service.impl.ClubServiceImpl
 
listClubMembers(Integer, Paging) - Method in class javastrava.api.v3.service.impl.ClubServiceImpl
 
listClubMembers(Integer) - Method in class javastrava.api.v3.service.Strava
 
listClubMembers(Integer, Paging) - Method in class javastrava.api.v3.service.Strava
 
listClubMembersAsync(Integer, Integer, Integer) - Method in class javastrava.api.v3.rest.API
 
listClubMembersAsync(Integer) - Method in interface javastrava.api.v3.service.ClubService
Retrieve summary information about member athletes of a specific club.
listClubMembersAsync(Integer, Paging) - Method in interface javastrava.api.v3.service.ClubService
Retrieve summary information about member athletes of a specific club.
listClubMembersAsync(Integer) - Method in class javastrava.api.v3.service.impl.ClubServiceImpl
 
listClubMembersAsync(Integer, Paging) - Method in class javastrava.api.v3.service.impl.ClubServiceImpl
 
listClubMembersAsync(Integer) - Method in class javastrava.api.v3.service.Strava
 
listClubMembersAsync(Integer, Paging) - Method in class javastrava.api.v3.service.Strava
 
listFriendsActivities(Integer, Integer) - Method in interface javastrava.api.v3.rest.ActivityAPI
 
listFriendsActivities(Integer, Integer, StravaAPICallback<StravaActivity[]>) - Method in interface javastrava.api.v3.rest.ActivityAPI
 
listFriendsActivities(Integer, Integer) - Method in class javastrava.api.v3.rest.API
 
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 interface javastrava.api.v3.service.ActivityService
List the recent activities performed by those the current authenticated StravaAthlete is following.
listFriendsActivities() - Method in class javastrava.api.v3.service.impl.ActivityServiceImpl
 
listFriendsActivities(Paging) - Method in class javastrava.api.v3.service.impl.ActivityServiceImpl
 
listFriendsActivities() - Method in class javastrava.api.v3.service.Strava
 
listFriendsActivities(Paging) - Method in class javastrava.api.v3.service.Strava
 
listFriendsActivitiesAsync(Integer, Integer) - Method in class javastrava.api.v3.rest.API
 
listFriendsActivitiesAsync() - Method in interface javastrava.api.v3.service.ActivityService
List the recent activities performed by those the current authenticated StravaAthlete is following.
listFriendsActivitiesAsync(Paging) - Method in interface javastrava.api.v3.service.ActivityService
List the recent activities performed by those the current authenticated StravaAthlete is following.
listFriendsActivitiesAsync() - Method in class javastrava.api.v3.service.impl.ActivityServiceImpl
 
listFriendsActivitiesAsync(Paging) - Method in class javastrava.api.v3.service.impl.ActivityServiceImpl
 
listFriendsActivitiesAsync() - Method in class javastrava.api.v3.service.Strava
 
listFriendsActivitiesAsync(Paging) - Method in class javastrava.api.v3.service.Strava
 
listRecentClubActivities(Integer, Integer, Integer) - Method in class javastrava.api.v3.rest.API
 
listRecentClubActivities(Integer, Integer, Integer) - Method in interface javastrava.api.v3.rest.ClubAPI
 
listRecentClubActivities(Integer, Integer, Integer, StravaAPICallback<StravaActivity[]>) - Method in interface javastrava.api.v3.rest.ClubAPI
 
listRecentClubActivities(Integer) - Method in interface javastrava.api.v3.service.ClubService
Retrieve the recent activities performed by member athletes of a specific club.
listRecentClubActivities(Integer, Paging) - Method in interface javastrava.api.v3.service.ClubService
Retrieve the recent activities performed by member athletes of a specific club.
listRecentClubActivities(Integer) - Method in class javastrava.api.v3.service.impl.ClubServiceImpl
 
listRecentClubActivities(Integer, Paging) - Method in class javastrava.api.v3.service.impl.ClubServiceImpl
 
listRecentClubActivities(Integer) - Method in class javastrava.api.v3.service.Strava
 
listRecentClubActivities(Integer, Paging) - Method in class javastrava.api.v3.service.Strava
 
listRecentClubActivitiesAsync(Integer, Integer, Integer) - Method in class javastrava.api.v3.rest.API
 
listRecentClubActivitiesAsync(Integer) - Method in interface javastrava.api.v3.service.ClubService
Retrieve the recent activities performed by member athletes of a specific club.
listRecentClubActivitiesAsync(Integer, Paging) - Method in interface javastrava.api.v3.service.ClubService
Retrieve the recent activities performed by member athletes of a specific club.
listRecentClubActivitiesAsync(Integer) - Method in class javastrava.api.v3.service.impl.ClubServiceImpl
 
listRecentClubActivitiesAsync(Integer, Paging) - Method in class javastrava.api.v3.service.impl.ClubServiceImpl
 
listRecentClubActivitiesAsync(Integer) - Method in class javastrava.api.v3.service.Strava
 
listRecentClubActivitiesAsync(Integer, Paging) - Method in class javastrava.api.v3.service.Strava
 
listRelatedActivities(Integer, Integer, Integer) - Method in interface javastrava.api.v3.rest.ActivityAPI
 
listRelatedActivities(Integer, Integer, Integer, StravaAPICallback<StravaActivity[]>) - Method in interface javastrava.api.v3.rest.ActivityAPI
 
listRelatedActivities(Integer, Integer, Integer) - Method in class javastrava.api.v3.rest.API
 
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
 
listRelatedActivities(Integer) - Method in class javastrava.api.v3.service.Strava
 
listRelatedActivities(Integer, Paging) - Method in class javastrava.api.v3.service.Strava
 
listRelatedActivitiesAsync(Integer, Integer, Integer) - Method in class javastrava.api.v3.rest.API
 
listRelatedActivitiesAsync(Integer) - Method in interface javastrava.api.v3.service.ActivityService
Returns the activities that were matched as "with this group".
listRelatedActivitiesAsync(Integer, Paging) - Method in interface javastrava.api.v3.service.ActivityService
Returns the activities that were matched as "with this group".
listRelatedActivitiesAsync(Integer) - Method in class javastrava.api.v3.service.impl.ActivityServiceImpl
 
listRelatedActivitiesAsync(Integer, Paging) - Method in class javastrava.api.v3.service.impl.ActivityServiceImpl
 
listRelatedActivitiesAsync(Integer) - Method in class javastrava.api.v3.service.Strava
 
listRelatedActivitiesAsync(Integer, Paging) - Method in class javastrava.api.v3.service.Strava
 
listSegmentEfforts(Integer, Integer, String, String, Integer, Integer) - Method in class javastrava.api.v3.rest.API
 
listSegmentEfforts(Integer, Integer, String, String, Integer, Integer) - Method in interface javastrava.api.v3.rest.SegmentAPI
 
listSegmentEfforts(Integer, Integer, String, String, Integer, Integer, StravaAPICallback<StravaSegmentEffort[]>) - Method in interface javastrava.api.v3.rest.SegmentAPI
 
listSegmentEfforts(Integer) - Method in class javastrava.api.v3.service.impl.SegmentServiceImpl
 
listSegmentEfforts(Integer, Integer, LocalDateTime, LocalDateTime) - Method in class javastrava.api.v3.service.impl.SegmentServiceImpl
 
listSegmentEfforts(Integer, Integer, LocalDateTime, LocalDateTime, Paging) - 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 interface javastrava.api.v3.service.SegmentService
Retrieve an array of segment efforts, for a given StravaSegment.
listSegmentEfforts(Integer, Integer, LocalDateTime, LocalDateTime) - Method in interface javastrava.api.v3.service.SegmentService
Retrieve an array of segment efforts, for a given StravaSegment, filtered by StravaAthlete and/or a date range.
listSegmentEfforts(Integer, Integer, LocalDateTime, LocalDateTime, Paging) - Method in interface javastrava.api.v3.service.SegmentService
Retrieve an array of segment efforts, for a given StravaSegment, filtered by StravaAthlete and/or a date range.
listSegmentEfforts(Integer, Paging) - Method in interface javastrava.api.v3.service.SegmentService
Retrieve an array of segment efforts, for a given StravaSegment.
listSegmentEfforts(Integer) - Method in class javastrava.api.v3.service.Strava
 
listSegmentEfforts(Integer, Integer, LocalDateTime, LocalDateTime) - Method in class javastrava.api.v3.service.Strava
 
listSegmentEfforts(Integer, Integer, LocalDateTime, LocalDateTime, Paging) - Method in class javastrava.api.v3.service.Strava
 
listSegmentEfforts(Integer, Paging) - Method in class javastrava.api.v3.service.Strava
 
listSegmentEffortsAsync(Integer, Integer, String, String, Integer, Integer) - Method in class javastrava.api.v3.rest.API
 
listSegmentEffortsAsync(Integer) - Method in class javastrava.api.v3.service.impl.SegmentServiceImpl
 
listSegmentEffortsAsync(Integer, Integer, LocalDateTime, LocalDateTime) - Method in class javastrava.api.v3.service.impl.SegmentServiceImpl
 
listSegmentEffortsAsync(Integer, Integer, LocalDateTime, LocalDateTime, Paging) - Method in class javastrava.api.v3.service.impl.SegmentServiceImpl
 
listSegmentEffortsAsync(Integer, Paging) - Method in class javastrava.api.v3.service.impl.SegmentServiceImpl
 
listSegmentEffortsAsync(Integer) - Method in interface javastrava.api.v3.service.SegmentService
Retrieve an array of segment efforts, for a given StravaSegment.
listSegmentEffortsAsync(Integer, Integer, LocalDateTime, LocalDateTime) - Method in interface javastrava.api.v3.service.SegmentService
Retrieve an array of segment efforts, for a given StravaSegment, filtered by StravaAthlete and/or a date range.
listSegmentEffortsAsync(Integer, Integer, LocalDateTime, LocalDateTime, Paging) - Method in interface javastrava.api.v3.service.SegmentService
Retrieve an array of segment efforts, for a given StravaSegment, filtered by StravaAthlete and/or a date range.
listSegmentEffortsAsync(Integer, Paging) - Method in interface javastrava.api.v3.service.SegmentService
Retrieve an array of segment efforts, for a given StravaSegment.
listSegmentEffortsAsync(Integer) - Method in class javastrava.api.v3.service.Strava
 
listSegmentEffortsAsync(Integer, Integer, LocalDateTime, LocalDateTime) - Method in class javastrava.api.v3.service.Strava
 
listSegmentEffortsAsync(Integer, Integer, LocalDateTime, LocalDateTime, Paging) - Method in class javastrava.api.v3.service.Strava
 
listSegmentEffortsAsync(Integer, Paging) - Method in class javastrava.api.v3.service.Strava
 
listStarredSegments(Integer, Integer, Integer) - Method in class javastrava.api.v3.rest.API
 
listStarredSegments(Integer, Integer, Integer) - Method in interface javastrava.api.v3.rest.SegmentAPI
 
listStarredSegments(Integer, Integer, Integer, StravaAPICallback<StravaSegment[]>) - Method in interface javastrava.api.v3.rest.SegmentAPI
 
listStarredSegments(Integer) - Method in class javastrava.api.v3.service.impl.SegmentServiceImpl
 
listStarredSegments(Integer, Paging) - Method in class javastrava.api.v3.service.impl.SegmentServiceImpl
 
listStarredSegments(Integer) - Method in interface javastrava.api.v3.service.SegmentService
Returns a summary representation of the segments starred by the identified athlete.
listStarredSegments(Integer, Paging) - Method in interface javastrava.api.v3.service.SegmentService
Returns a summary representation of the segments starred by the identified athlete.
listStarredSegments(Integer) - Method in class javastrava.api.v3.service.Strava
 
listStarredSegments(Integer, Paging) - Method in class javastrava.api.v3.service.Strava
 
listStarredSegmentsAsync(Integer, Integer, Integer) - Method in class javastrava.api.v3.rest.API
 
listStarredSegmentsAsync(Integer) - Method in class javastrava.api.v3.service.impl.SegmentServiceImpl
 
listStarredSegmentsAsync(Integer, Paging) - Method in class javastrava.api.v3.service.impl.SegmentServiceImpl
 
listStarredSegmentsAsync(Integer) - Method in interface javastrava.api.v3.service.SegmentService
Returns a summary representation of the segments starred by the identified athlete.
listStarredSegmentsAsync(Integer, Paging) - Method in interface javastrava.api.v3.service.SegmentService
Returns a summary representation of the segments starred by the identified athlete.
listStarredSegmentsAsync(Integer) - Method in class javastrava.api.v3.service.Strava
 
listStarredSegmentsAsync(Integer, Paging) - Method in class javastrava.api.v3.service.Strava
 
listSubscriptions(Integer, String) - Method in class javastrava.api.v3.rest.API
 
listSubscriptions(Integer, String) - Method in interface javastrava.api.v3.rest.WebhookAPI
This request is used to retrieve the summary representations of the subscriptions in place for the current application.
listSubscriptions(Integer, String, StravaAPICallback<StravaEventSubscription[]>) - Method in interface javastrava.api.v3.rest.WebhookAPI
This request is used to retrieve the summary representations of the subscriptions in place for the current application.
listSubscriptions() - Method in class javastrava.api.v3.service.impl.WebhookServiceImpl
 
listSubscriptions() - Method in class javastrava.api.v3.service.Strava
This request is used to retrieve the summary representations of the subscriptions in place for the current application.
listSubscriptions() - Method in interface javastrava.api.v3.service.WebhookService
This request is used to retrieve the summary representations of the subscriptions in place for the current application.
listSubscriptionsAsync(Integer, String) - Method in class javastrava.api.v3.rest.API
 
listSubscriptionsAsync() - Method in class javastrava.api.v3.service.impl.WebhookServiceImpl
 
listSubscriptionsAsync() - Method in class javastrava.api.v3.service.Strava
This request is used to retrieve the summary representations of the subscriptions in place for the current application.
listSubscriptionsAsync() - Method in interface javastrava.api.v3.service.WebhookService
This request is used to retrieve the summary representations of the subscriptions in place for the current application.
LocalDateSerializer - Class in javastrava.json.impl.gson.serializer
 
LocalDateSerializer() - Constructor for class javastrava.json.impl.gson.serializer.LocalDateSerializer
 
LocalDateTimeSerializer - Class in javastrava.json.impl.gson.serializer
 
LocalDateTimeSerializer() - Constructor for class javastrava.json.impl.gson.serializer.LocalDateTimeSerializer
 
logLevel(Class<?>) - Static method in class javastrava.api.v3.rest.API
 

M

MapPointSerializer - Class in javastrava.json.impl.gson.serializer
 
MapPointSerializer() - Constructor for class javastrava.json.impl.gson.serializer.MapPointSerializer
 
MAX_PAGE_SIZE - Static variable in class javastrava.config.StravaConfig
Maximum page size that is returned by Strava
MeasurementMethodSerializer - Class in javastrava.json.impl.gson.serializer
 
MeasurementMethodSerializer() - Constructor for class javastrava.json.impl.gson.serializer.MeasurementMethodSerializer
 
Messages - Class in javastrava.config
Internationalisable messages

N

NotFoundException - Exception in javastrava.api.v3.service.exception
Thrown when Strava API returns an HTTP status of 404
NotFoundException(StravaResponse, Throwable) - Constructor for exception javastrava.api.v3.service.exception.NotFoundException
 
NotFoundException(String) - Constructor for exception javastrava.api.v3.service.exception.NotFoundException
 

P

Paging - Class in javastrava.util
Paging instruction for control of paging in the Strava API
Paging() - Constructor for class javastrava.util.Paging
Default no-argument constructor assumes that you want the first page, and it should be the default size
Paging(Integer, Integer) - Constructor for class javastrava.util.Paging
Constructor allowing page number and size only
Paging(Integer, Integer, int, int) - Constructor for class javastrava.util.Paging
Constructor allowing full control
PAGING_LIST_ALL_PARALLELISM - Static variable in class javastrava.config.StravaConfig
The number of parallel pages to request simultaneously when running a listAll method
PagingCallback<T> - Interface in javastrava.util
Implement this interface in an anonymous inner class, magically get PagingHandler to work!
PagingForkJoinTask<T> - Class in javastrava.util
 
PagingForkJoinTask(PagingCallback<T>, List<Paging>) - Constructor for class javastrava.util.PagingForkJoinTask
 
PagingHandler - Class in javastrava.util
Provides a standard method of handling paging instructions for almost all calls to the Strava API that support paging.
PagingHandler() - Constructor for class javastrava.util.PagingHandler
 
PagingUtils - Class in javastrava.util
Utilities for handling Strava paging
PagingUtils() - Constructor for class javastrava.util.PagingUtils
 
PhotoTypeSerializer - Class in javastrava.json.impl.gson.serializer
 
PhotoTypeSerializer() - Constructor for class javastrava.json.impl.gson.serializer.PhotoTypeSerializer
 
PrivacyUtils - Class in javastrava.util
 
PrivacyUtils() - Constructor for class javastrava.util.PrivacyUtils
 
privateActivity(Integer) - Static method in class javastrava.util.PrivacyUtils
Creates an activity with the given id and resourceState = StravaResourceState.PRIVATE
privateClubRepresentation(Integer) - Static method in class javastrava.util.PrivacyUtils
Creates a StravaClub with resourceState = StravaResourceState.PRIVATE
privateGear(String) - Static method in class javastrava.util.PrivacyUtils
Creates a StravaGear with resourceState = StravaResourceState.PRIVATE
privateSegment(Integer) - Static method in class javastrava.util.PrivacyUtils
Creates a StravaSegment with resourceState = StravaResourceState.PRIVATE
privateSegmentEffort(Long) - Static method in class javastrava.util.PrivacyUtils
Creates a StravaSegmentEffort with resourceState = StravaResourceState.PRIVATE
privateSegmentLeaderboard() - Static method in class javastrava.util.PrivacyUtils
put(T) - Method in class javastrava.cache.impl.StravaCacheImpl
 
put(T) - Method in interface javastrava.cache.StravaCache
Stores the given object in the cache
putAll(List<T>) - Method in class javastrava.cache.impl.StravaCacheImpl
 
putAll(List<T>) - Method in interface javastrava.cache.StravaCache
Puts all the contents of the list in the cache

R

RATE_LIMIT - Static variable in class javastrava.config.StravaConfig
Request rate limit every 15 minutes (default is 600)
RATE_LIMIT_DAILY - Static variable in class javastrava.config.StravaConfig
Daily request rate limit (default is 30,000)
remove(U) - Method in class javastrava.cache.impl.StravaCacheImpl
 
remove(U) - Method in interface javastrava.cache.StravaCache
Removes the object identified by the key from the cache
removeAll() - Method in class javastrava.cache.impl.StravaCacheImpl
 
removeAll() - Method in interface javastrava.cache.StravaCache
Removes all elements from the cache that are associated with the token
removeService(Class<? extends StravaService>) - Method in class javastrava.api.v3.auth.model.Token
Removes the service from the Token's store
requestRate - Static variable in class javastrava.api.v3.service.impl.StravaServiceImpl
Current request rate over the last 15 minutes
requestRateDaily - Static variable in class javastrava.api.v3.service.impl.StravaServiceImpl
Current request rate over the last day
requestRateDailyPercentage() - Static method in class javastrava.api.v3.service.impl.StravaServiceImpl
Calculates the percentage of the daily request limit that has been used, issues a warning if required
requestRatePercentage() - Static method in class javastrava.api.v3.service.impl.StravaServiceImpl
Calculates the percentage of the per-15-minute request limit that has been used, issues a warning if required
ResourceStateSerializer - Class in javastrava.json.impl.gson.serializer
 
ResourceStateSerializer() - Constructor for class javastrava.json.impl.gson.serializer.ResourceStateSerializer
 
retrieveTokenWithExactScope(String, AuthorisationScope...) - Method in class javastrava.api.v3.auth.TokenManager
Retrieve a cached token which has exactly the given set of scopes
retrieveTokenWithExactScope(String, List<AuthorisationScope>) - Method in class javastrava.api.v3.auth.TokenManager
Retrieve a cached token which has exactly the given set of scopes
retrieveTokenWithScope(String, AuthorisationScope...) - Method in class javastrava.api.v3.auth.TokenManager
Retrieve a token which has at least the given set of scopes.
retrieveTokenWithScope(String, List<AuthorisationScope>) - Method in class javastrava.api.v3.auth.TokenManager
Retrieve a token which has at least the given set of scopes.
RetrofitClientResponseInterceptor - Class in javastrava.api.v3.rest.util
Overrides the OkHttp client in order to intercept the rate limit data returned by the API in headers
RetrofitClientResponseInterceptor() - Constructor for class javastrava.api.v3.rest.util.RetrofitClientResponseInterceptor
No-args constructor
RetrofitClientResponseInterceptor(OkHttpClient) - Constructor for class javastrava.api.v3.rest.util.RetrofitClientResponseInterceptor
 
RetrofitErrorHandler - Class in javastrava.api.v3.rest.util
Interceptor to handle errors thrown by the Strava API.
RetrofitErrorHandler() - Constructor for class javastrava.api.v3.rest.util.RetrofitErrorHandler
 
revokeToken(Token) - Method in class javastrava.api.v3.auth.TokenManager
Revoke an access token - that is, remove it from the cache of tokens.
run() - Method in interface javastrava.api.v3.service.async.AsyncCallback
 

S

secondsSinceUnixEpoch(LocalDateTime) - Static method in class javastrava.util.StravaDateUtils
 
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
API definitions for the SegmentService Strava endpoints
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
A segment effort represents an athlete's attempt at a segment.
SegmentEffortServiceImpl - Class in javastrava.api.v3.service.impl
 
segmentExplore(String, StravaSegmentExplorerActivityType, StravaClimbCategory, StravaClimbCategory) - Method in class javastrava.api.v3.rest.API
 
segmentExplore(String, StravaSegmentExplorerActivityType, StravaClimbCategory, StravaClimbCategory) - Method in interface javastrava.api.v3.rest.SegmentAPI
 
segmentExplore(String, StravaSegmentExplorerActivityType, StravaClimbCategory, StravaClimbCategory, StravaAPICallback<StravaSegmentExplorerResponse>) - 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).
segmentExplore(StravaMapPoint, StravaMapPoint, StravaSegmentExplorerActivityType, StravaClimbCategory, StravaClimbCategory) - Method in class javastrava.api.v3.service.Strava
 
segmentExploreAsync(String, StravaSegmentExplorerActivityType, StravaClimbCategory, StravaClimbCategory) - Method in class javastrava.api.v3.rest.API
 
segmentExploreAsync(StravaMapPoint, StravaMapPoint, StravaSegmentExplorerActivityType, StravaClimbCategory, StravaClimbCategory) - Method in class javastrava.api.v3.service.impl.SegmentServiceImpl
 
segmentExploreAsync(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).
segmentExploreAsync(StravaMapPoint, StravaMapPoint, StravaSegmentExplorerActivityType, StravaClimbCategory, StravaClimbCategory) - Method in class javastrava.api.v3.service.Strava
 
SegmentExplorerActivityTypeSerializer - Class in javastrava.json.impl.gson.serializer
 
SegmentExplorerActivityTypeSerializer() - Constructor for class javastrava.json.impl.gson.serializer.SegmentExplorerActivityTypeSerializer
 
SegmentService - Interface in javastrava.api.v3.service
Segments are specific sections of road.
SegmentServiceImpl - Class in javastrava.api.v3.service.impl
Implementation of SegmentService
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(StravaAthleteType, Type, JsonSerializationContext) - Method in class javastrava.json.impl.gson.serializer.AthleteTypeSerializer
 
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(StravaClubMembershipStatus, Type, JsonSerializationContext) - Method in class javastrava.json.impl.gson.serializer.ClubMembershipStatusSerializer
 
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(LocalDate, Type, JsonSerializationContext) - Method in class javastrava.json.impl.gson.serializer.LocalDateSerializer
 
serialize(LocalDateTime, Type, JsonSerializationContext) - Method in class javastrava.json.impl.gson.serializer.LocalDateTimeSerializer
 
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(StravaSkillLevel, Type, JsonSerializationContext) - Method in class javastrava.json.impl.gson.serializer.SkillLevelSerializer
 
serialize(StravaSportType, Type, JsonSerializationContext) - Method in class javastrava.json.impl.gson.serializer.SportTypeSerializer
 
serialize(StravaPhotoSource, Type, JsonSerializationContext) - Method in class javastrava.json.impl.gson.serializer.StravaPhotoSourceSerializer
 
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(StravaSubscriptionAspectType, Type, JsonSerializationContext) - Method in class javastrava.json.impl.gson.serializer.SubscriptionAspectTypeSerializer
 
serialize(StravaSubscriptionObjectType, Type, JsonSerializationContext) - Method in class javastrava.json.impl.gson.serializer.SubscriptionObjectTypeSerializer
 
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
 
serialize(ZonedDateTime, Type, JsonSerializationContext) - Method in class javastrava.json.impl.gson.serializer.ZonedDateTimeSerializer
 
SESSION_COOKIE_NAME - Static variable in class javastrava.config.StravaConfig
Name of the Strava session cookie
setAccessToken(String) - Method in class javastrava.api.v3.auth.model.TokenResponse
 
setAchievementCount(Integer) - Method in class javastrava.api.v3.model.StravaActivity
 
setAchievementCount(Integer) - Method in class javastrava.api.v3.model.StravaStatisticsEntry
 
setAchievements(List<StravaAchievement>) - Method in class javastrava.api.v3.model.StravaSegmentEffort
 
setActive(Boolean) - Method in class javastrava.api.v3.model.StravaClubMembershipResponse
 
setActivity(StravaActivity) - Method in class javastrava.api.v3.model.StravaBestRunningEffort
 
setActivity(StravaActivity) - Method in class javastrava.api.v3.model.StravaLap
 
setActivity(StravaActivity) - Method in class javastrava.api.v3.model.StravaSegmentEffort
 
setActivityId(Integer) - Method in class javastrava.api.v3.model.StravaComment
 
setActivityId(Integer) - Method in class javastrava.api.v3.model.StravaPhoto
 
setActivityId(Integer) - Method in class javastrava.api.v3.model.StravaSegmentLeaderboardEntry
 
setActivityId(Integer) - Method in class javastrava.api.v3.model.StravaUploadResponse
 
setActivityName(String) - Method in class javastrava.api.v3.model.StravaPhoto
 
setActivityType(StravaActivityType) - Method in class javastrava.api.v3.model.StravaClubEvent
 
setActivityType(StravaSegmentActivityType) - Method in class javastrava.api.v3.model.StravaSegment
 
setAddress(String) - Method in class javastrava.api.v3.model.StravaClubEvent
 
setAdmin(Boolean) - Method in class javastrava.api.v3.model.StravaClub
 
setAllRideTotals(StravaStatisticsEntry) - Method in class javastrava.api.v3.model.StravaStatistics
 
setAllRunTotals(StravaStatisticsEntry) - Method in class javastrava.api.v3.model.StravaStatistics
 
setAllSwimTotals(StravaStatisticsEntry) - Method in class javastrava.api.v3.model.StravaStatistics
 
setApplicationId(Integer) - Method in class javastrava.api.v3.model.webhook.StravaEventSubscription
 
setApproveFollowers(Boolean) - Method in class javastrava.api.v3.model.StravaAthlete
 
setAspectType(StravaSubscriptionAspectType) - Method in class javastrava.api.v3.model.webhook.StravaEventSubscription
 
setAthlete(StravaAthlete) - Method in class javastrava.api.v3.auth.model.Token
 
setAthlete(StravaAthlete) - Method in class javastrava.api.v3.auth.model.TokenResponse
 
setAthlete(StravaAthlete) - Method in class javastrava.api.v3.model.StravaActivity
 
setAthlete(StravaAthlete) - Method in class javastrava.api.v3.model.StravaBestRunningEffort
 
setAthlete(StravaAthlete) - Method in class javastrava.api.v3.model.StravaClubAnnouncement
 
setAthlete(StravaAthlete) - Method in class javastrava.api.v3.model.StravaComment
 
setAthlete(StravaAthlete) - Method in class javastrava.api.v3.model.StravaLap
 
setAthlete(StravaAthlete) - Method in class javastrava.api.v3.model.StravaSegmentEffort
 
setAthleteCount(Integer) - Method in class javastrava.api.v3.model.StravaActivity
 
setAthleteCount(Integer) - Method in class javastrava.api.v3.model.StravaSegment
 
setAthleteEntries(List<StravaSegmentLeaderboardEntry>) - Method in class javastrava.api.v3.model.StravaSegmentLeaderboard
 
setAthleteGender(StravaGender) - Method in class javastrava.api.v3.model.StravaSegmentLeaderboardEntry
 
setAthleteId(Integer) - Method in class javastrava.api.v3.model.StravaSegmentLeaderboardEntry
 
setAthleteName(String) - Method in class javastrava.api.v3.model.StravaSegmentLeaderboardEntry
 
setAthletePrEffort(StravaSegmentEffort) - Method in class javastrava.api.v3.model.StravaSegment
 
setAthleteProfile(String) - Method in class javastrava.api.v3.model.StravaSegmentLeaderboardEntry
 
setAthleteSegmentStats(StravaAthleteSegmentStats) - Method in class javastrava.api.v3.model.StravaSegment
Deprecated.
setAthleteSegmentStats(StravaAthleteSegmentStats) - Method in class javastrava.api.v3.model.StravaSegmentEffort
 
setAthleteType(StravaAthleteType) - Method in class javastrava.api.v3.model.StravaAthlete
 
setAverageCadence(Float) - Method in class javastrava.api.v3.model.StravaActivity
 
setAverageCadence(Float) - Method in class javastrava.api.v3.model.StravaLap
 
setAverageCadence(Float) - Method in class javastrava.api.v3.model.StravaSegmentEffort
 
setAverageGrade(Float) - Method in class javastrava.api.v3.model.StravaSegment
 
setAverageHeartrate(Float) - Method in class javastrava.api.v3.model.StravaActivity
 
setAverageHeartrate(Float) - Method in class javastrava.api.v3.model.StravaLap
 
setAverageHeartrate(Float) - Method in class javastrava.api.v3.model.StravaSegmentEffort
 
setAverageHr(Float) - Method in class javastrava.api.v3.model.StravaSegmentLeaderboardEntry
 
setAverageSpeed(Float) - Method in class javastrava.api.v3.model.StravaActivity
 
setAverageSpeed(Float) - Method in class javastrava.api.v3.model.StravaLap
 
setAverageTemp(Float) - Method in class javastrava.api.v3.model.StravaActivity
 
setAverageWatts(Float) - Method in class javastrava.api.v3.model.StravaActivity
 
setAverageWatts(Float) - Method in class javastrava.api.v3.model.StravaLap
 
setAverageWatts(Float) - Method in class javastrava.api.v3.model.StravaSegmentEffort
 
setAverageWatts(Float) - Method in class javastrava.api.v3.model.StravaSegmentLeaderboardEntry
 
setAvgGrade(Float) - Method in class javastrava.api.v3.model.StravaSegmentExplorerResponseSegment
 
setBadgeImageUrl(String) - Method in class javastrava.api.v3.model.StravaVideo
 
setBadgeTypeId(Integer) - Method in class javastrava.api.v3.model.StravaAthlete
 
setBestEfforts(List<StravaBestRunningEffort>) - Method in class javastrava.api.v3.model.StravaActivity
 
setBiggestClimbElevationGain(Float) - Method in class javastrava.api.v3.model.StravaStatistics
 
setBiggestRideDistance(Float) - Method in class javastrava.api.v3.model.StravaStatistics
 
setBikes(List<StravaGear>) - Method in class javastrava.api.v3.model.StravaAthlete
 
setBrandName(String) - Method in class javastrava.api.v3.model.StravaGear
 
setCallbackURL(String) - Method in class javastrava.api.v3.model.webhook.StravaEventSubscription
 
setCalories(Float) - Method in class javastrava.api.v3.model.StravaActivity
 
setCaption(String) - Method in class javastrava.api.v3.model.StravaPhoto
 
setCity(String) - Method in class javastrava.api.v3.model.StravaAthlete
 
setCity(String) - Method in class javastrava.api.v3.model.StravaClub
 
setCity(String) - Method in class javastrava.api.v3.model.StravaSegment
 
setClass1(Class<U>) - Method in class javastrava.cache.impl.StravaCacheKey
 
setClimbCategory(StravaClimbCategory) - Method in class javastrava.api.v3.model.StravaSegment
 
setClimbCategory(StravaClimbCategory) - Method in class javastrava.api.v3.model.StravaSegmentExplorerResponseSegment
 
setClimbCategoryDesc(String) - Method in class javastrava.api.v3.model.StravaSegmentExplorerResponseSegment
 
setClubId(Integer) - Method in class javastrava.api.v3.model.StravaClubAnnouncement
 
setClubId(Integer) - Method in class javastrava.api.v3.model.StravaClubEvent
 
setClubs(List<StravaClub>) - Method in class javastrava.api.v3.model.StravaAthlete
 
setClubType(StravaClubType) - Method in class javastrava.api.v3.model.StravaClub
 
setCode(String) - Method in class javastrava.api.v3.model.StravaAPIError
 
setCommentCount(Integer) - Method in class javastrava.api.v3.model.StravaActivity
 
setCommute(Boolean) - Method in class javastrava.api.v3.model.StravaActivity
 
setCommute(Boolean) - Method in class javastrava.api.v3.model.StravaActivityUpdate
 
setCount(Integer) - Method in class javastrava.api.v3.model.StravaActivityPhotos
 
setCount(Integer) - Method in class javastrava.api.v3.model.StravaStatisticsEntry
 
setCountry(String) - Method in class javastrava.api.v3.model.StravaAthlete
 
setCountry(String) - Method in class javastrava.api.v3.model.StravaClub
 
setCountry(String) - Method in class javastrava.api.v3.model.StravaSegment
 
setCreatedAt(ZonedDateTime) - Method in class javastrava.api.v3.model.StravaAthlete
 
setCreatedAt(ZonedDateTime) - Method in class javastrava.api.v3.model.StravaClubAnnouncement
 
setCreatedAt(ZonedDateTime) - Method in class javastrava.api.v3.model.StravaClubEvent
 
setCreatedAt(ZonedDateTime) - Method in class javastrava.api.v3.model.StravaComment
 
setCreatedAt(ZonedDateTime) - Method in class javastrava.api.v3.model.StravaPhoto
 
setCreatedAt(ZonedDateTime) - Method in class javastrava.api.v3.model.StravaSegment
 
setCreatedAt(ZonedDateTime) - Method in class javastrava.api.v3.model.webhook.StravaEventSubscription
 
setCreatedAtLocal(LocalDateTime) - Method in class javastrava.api.v3.model.StravaPhoto
 
setCustomZones(Boolean) - Method in class javastrava.api.v3.model.StravaActivityZone
 
setCustomZones(Boolean) - Method in class javastrava.api.v3.model.StravaHeartRateZones
 
setData(List<Float>) - Method in class javastrava.api.v3.model.StravaStream
 
setDatePreference(String) - Method in class javastrava.api.v3.model.StravaAthlete
 
setDescription(String) - Method in class javastrava.api.v3.model.StravaActivity
 
setDescription(String) - Method in class javastrava.api.v3.model.StravaActivityUpdate
 
setDescription(String) - Method in class javastrava.api.v3.model.StravaClub
 
setDescription(String) - Method in class javastrava.api.v3.model.StravaClubEvent
 
setDescription(String) - Method in class javastrava.api.v3.model.StravaGear
 
setDeviceName(String) - Method in class javastrava.api.v3.model.StravaActivity
 
setDeviceWatts(Boolean) - Method in class javastrava.api.v3.model.StravaActivity
 
setDeviceWatts(Boolean) - Method in class javastrava.api.v3.model.StravaLap
 
setDeviceWatts(Boolean) - Method in class javastrava.api.v3.model.StravaSegmentEffort
 
setDistance(Float) - Method in class javastrava.api.v3.model.StravaActivity
 
setDistance(Float) - Method in class javastrava.api.v3.model.StravaBestRunningEffort
 
setDistance(Float) - Method in class javastrava.api.v3.model.StravaGear
 
setDistance(Float) - Method in class javastrava.api.v3.model.StravaLap
 
setDistance(Float) - Method in class javastrava.api.v3.model.StravaSegment
 
setDistance(Float) - Method in class javastrava.api.v3.model.StravaSegmentEffort
 
setDistance(Float) - Method in class javastrava.api.v3.model.StravaSegmentExplorerResponseSegment
 
setDistance(Float) - Method in class javastrava.api.v3.model.StravaSegmentLeaderboardEntry
 
setDistance(Float) - Method in class javastrava.api.v3.model.StravaSplit
 
setDistance(Float) - Method in class javastrava.api.v3.model.StravaStatisticsEntry
 
setDistributionBuckets(List<StravaActivityZoneDistributionBucket>) - Method in class javastrava.api.v3.model.StravaActivityZone
 
setEffortCount(Integer) - Method in class javastrava.api.v3.model.StravaAthleteSegmentStats
 
setEffortCount(Integer) - Method in class javastrava.api.v3.model.StravaSegment
 
setEffortCount(Integer) - Method in class javastrava.api.v3.model.StravaSegmentLeaderboard
 
setEffortId(Long) - Method in class javastrava.api.v3.model.StravaSegmentLeaderboardEntry
 
setElapsedTime(Integer) - Method in class javastrava.api.v3.model.StravaActivity
 
setElapsedTime(Integer) - Method in class javastrava.api.v3.model.StravaBestRunningEffort
 
setElapsedTime(Integer) - Method in class javastrava.api.v3.model.StravaLap
 
setElapsedTime(Integer) - Method in class javastrava.api.v3.model.StravaSegmentEffort
 
setElapsedTime(Integer) - Method in class javastrava.api.v3.model.StravaSegmentLeaderboardEntry
 
setElapsedTime(Integer) - Method in class javastrava.api.v3.model.StravaSplit
 
setElapsedTime(Integer) - Method in class javastrava.api.v3.model.StravaStatisticsEntry
 
setElevationDifference(Float) - Method in class javastrava.api.v3.model.StravaSplit
 
setElevationGain(Float) - Method in class javastrava.api.v3.model.StravaStatisticsEntry
 
setElevationHigh(Float) - Method in class javastrava.api.v3.model.StravaSegment
 
setElevationLow(Float) - Method in class javastrava.api.v3.model.StravaSegment
 
setElevDifference(Float) - Method in class javastrava.api.v3.model.StravaSegmentExplorerResponseSegment
 
setEmail(String) - Method in class javastrava.api.v3.model.StravaAthlete
 
setEmbedToken(String) - Method in class javastrava.api.v3.model.StravaActivity
 
setEndIndex(Integer) - Method in class javastrava.api.v3.model.StravaLap
 
setEndIndex(Integer) - Method in class javastrava.api.v3.model.StravaSegmentEffort
 
setEndLatitude(Float) - Method in class javastrava.api.v3.model.StravaSegment
Deprecated.
setEndLatlng(StravaMapPoint) - Method in class javastrava.api.v3.model.StravaActivity
 
setEndLatlng(StravaMapPoint) - Method in class javastrava.api.v3.model.StravaSegment
 
setEndLatlng(StravaMapPoint) - Method in class javastrava.api.v3.model.StravaSegmentExplorerResponseSegment
 
setEndLongitude(Float) - Method in class javastrava.api.v3.model.StravaSegment
Deprecated.
setEntries(List<StravaSegmentLeaderboardEntry>) - Method in class javastrava.api.v3.model.StravaSegmentLeaderboard
 
setEntryCount(Integer) - Method in class javastrava.api.v3.model.StravaSegmentLeaderboard
 
setError(String) - Method in class javastrava.api.v3.model.StravaUploadResponse
 
setErrors(List<StravaAPIError>) - Method in class javastrava.api.v3.model.StravaResponse
 
setExternalId(String) - Method in class javastrava.api.v3.model.StravaActivity
 
setExternalId(String) - Method in class javastrava.api.v3.model.StravaUploadResponse
 
setFeatured(Boolean) - Method in class javastrava.api.v3.model.StravaClub
 
setField(String) - Method in class javastrava.api.v3.model.StravaAPIError
 
setFirstname(String) - Method in class javastrava.api.v3.model.StravaAthlete
 
setFlagged(Boolean) - Method in class javastrava.api.v3.model.StravaActivity
 
setFollower(StravaFollowerState) - Method in class javastrava.api.v3.model.StravaAthlete
 
setFollowerCount(Integer) - Method in class javastrava.api.v3.model.StravaAthlete
 
setFollowingCount(Integer) - Method in class javastrava.api.v3.model.StravaClub
 
setFrameType(StravaFrameType) - Method in class javastrava.api.v3.model.StravaGear
 
setFriend(StravaFollowerState) - Method in class javastrava.api.v3.model.StravaAthlete
 
setFriendCount(Integer) - Method in class javastrava.api.v3.model.StravaAthlete
 
setFtp(Integer) - Method in class javastrava.api.v3.model.StravaAthlete
 
setGear(StravaGear) - Method in class javastrava.api.v3.model.StravaActivity
 
setGearId(String) - Method in class javastrava.api.v3.model.StravaActivity
 
setGearId(String) - Method in class javastrava.api.v3.model.StravaActivityUpdate
 
setGearType(StravaGearType) - Method in class javastrava.api.v3.model.StravaGear
 
setHasHeartrate(Boolean) - Method in class javastrava.api.v3.model.StravaActivity
 
setHasKudoed(Boolean) - Method in class javastrava.api.v3.model.StravaActivity
 
setHazardous(Boolean) - Method in class javastrava.api.v3.model.StravaSegment
 
setHeartRate(StravaHeartRateZones) - Method in class javastrava.api.v3.model.StravaAthleteZones
 
setHidden(Boolean) - Method in class javastrava.api.v3.model.StravaSegmentEffort
 
setId(Integer) - Method in class javastrava.api.v3.model.StravaActivity
 
setId(Integer) - Method in class javastrava.api.v3.model.StravaAthlete
 
setId(Integer) - Method in class javastrava.api.v3.model.StravaBestRunningEffort
 
setId(Integer) - Method in class javastrava.api.v3.model.StravaClub
 
setId(Integer) - Method in class javastrava.api.v3.model.StravaClubAnnouncement
 
setId(Integer) - Method in class javastrava.api.v3.model.StravaClubEvent
 
setId(Integer) - Method in class javastrava.api.v3.model.StravaComment
 
setId(String) - Method in class javastrava.api.v3.model.StravaGear
 
setId(Integer) - Method in class javastrava.api.v3.model.StravaLap
 
setId(String) - Method in class javastrava.api.v3.model.StravaMap
 
setId(Integer) - Method in class javastrava.api.v3.model.StravaPhoto
 
setId(Integer) - Method in class javastrava.api.v3.model.StravaSegment
 
setId(Long) - Method in class javastrava.api.v3.model.StravaSegmentEffort
 
setId(Integer) - Method in class javastrava.api.v3.model.StravaSegmentExplorerResponseSegment
 
setId(Integer) - Method in class javastrava.api.v3.model.StravaUploadResponse
 
setId(Integer) - Method in class javastrava.api.v3.model.StravaVideo
 
setId(Integer) - Method in class javastrava.api.v3.model.webhook.StravaEventSubscription
 
setId(T) - Method in class javastrava.cache.impl.StravaCacheKey
 
setIgnoreFirstN(int) - Method in class javastrava.util.Paging
 
setIgnoreLastN(int) - Method in class javastrava.util.Paging
 
setInstagramPrimaryPhoto(String) - Method in class javastrava.api.v3.model.StravaActivity
 
setIsKom(Boolean) - Method in class javastrava.api.v3.model.StravaSegmentEffort
 
setKilojoules(Float) - Method in class javastrava.api.v3.model.StravaActivity
 
setKomRank(Integer) - Method in class javastrava.api.v3.model.StravaBestRunningEffort
 
setKomRank(Integer) - Method in class javastrava.api.v3.model.StravaSegmentEffort
 
setKomType(StravaLeaderboardDateRange) - Method in class javastrava.api.v3.model.StravaSegmentLeaderboard
 
setKudosCount(Integer) - Method in class javastrava.api.v3.model.StravaActivity
 
setLapIndex(Integer) - Method in class javastrava.api.v3.model.StravaLap
 
setLastname(String) - Method in class javastrava.api.v3.model.StravaAthlete
 
setLatitude(Float) - Method in class javastrava.api.v3.model.StravaMapPoint
 
setLocation(StravaMapPoint) - Method in class javastrava.api.v3.model.StravaPhoto
 
setLocationCity(String) - Method in class javastrava.api.v3.model.StravaActivity
Deprecated.
setLocationCountry(String) - Method in class javastrava.api.v3.model.StravaActivity
Deprecated.
setLocationState(String) - Method in class javastrava.api.v3.model.StravaActivity
Deprecated.
setLongitude(Float) - Method in class javastrava.api.v3.model.StravaMapPoint
 
setManual(Boolean) - Method in class javastrava.api.v3.model.StravaActivity
 
setMap(StravaMap) - Method in class javastrava.api.v3.model.StravaActivity
 
setMap(StravaMap) - Method in class javastrava.api.v3.model.StravaSegment
 
setMapPoints(List<StravaMapPoint>) - Method in class javastrava.api.v3.model.StravaStream
 
setMax(Integer) - Method in class javastrava.api.v3.model.StravaActivityZone
 
setMax(Integer) - Method in class javastrava.api.v3.model.StravaActivityZoneDistributionBucket
 
setMax(Integer) - Method in class javastrava.api.v3.model.StravaZone
 
setMaxHeartrate(Integer) - Method in class javastrava.api.v3.model.StravaActivity
 
setMaxHeartrate(Float) - Method in class javastrava.api.v3.model.StravaLap
 
setMaxHeartrate(Integer) - Method in class javastrava.api.v3.model.StravaSegmentEffort
 
setMaximumGrade(Float) - Method in class javastrava.api.v3.model.StravaSegment
 
setMaxSpeed(Float) - Method in class javastrava.api.v3.model.StravaActivity
 
setMaxSpeed(Float) - Method in class javastrava.api.v3.model.StravaLap
 
setMeasurementPreference(StravaMeasurementMethod) - Method in class javastrava.api.v3.model.StravaAthlete
 
setMemberCount(Integer) - Method in class javastrava.api.v3.model.StravaClub
 
setMembership(StravaClubMembershipStatus) - Method in class javastrava.api.v3.model.StravaClub
 
setMembership(StravaClubMembershipStatus) - Method in class javastrava.api.v3.model.StravaClubMembershipResponse
 
setMessage(String) - Method in class javastrava.api.v3.model.StravaClubAnnouncement
 
setMessage(String) - Method in class javastrava.api.v3.model.StravaResponse
 
setMin(Integer) - Method in class javastrava.api.v3.model.StravaActivityZoneDistributionBucket
 
setMin(Integer) - Method in class javastrava.api.v3.model.StravaZone
 
setModelName(String) - Method in class javastrava.api.v3.model.StravaGear
 
setMoving(List<Boolean>) - Method in class javastrava.api.v3.model.StravaStream
 
setMovingTime(Integer) - Method in class javastrava.api.v3.model.StravaActivity
 
setMovingTime(Integer) - Method in class javastrava.api.v3.model.StravaBestRunningEffort
 
setMovingTime(Integer) - Method in class javastrava.api.v3.model.StravaLap
 
setMovingTime(Integer) - Method in class javastrava.api.v3.model.StravaSegmentEffort
 
setMovingTime(Integer) - Method in class javastrava.api.v3.model.StravaSegmentLeaderboardEntry
 
setMovingTime(Integer) - Method in class javastrava.api.v3.model.StravaSplit
 
setMovingTime(Integer) - Method in class javastrava.api.v3.model.StravaStatisticsEntry
 
setMutualFriendCount(Integer) - Method in class javastrava.api.v3.model.StravaAthlete
 
setName(String) - Method in class javastrava.api.v3.model.StravaActivity
 
setName(String) - Method in class javastrava.api.v3.model.StravaActivityUpdate
 
setName(String) - Method in class javastrava.api.v3.model.StravaBestRunningEffort
 
setName(String) - Method in class javastrava.api.v3.model.StravaClub
 
setName(String) - Method in class javastrava.api.v3.model.StravaGear
 
setName(String) - Method in class javastrava.api.v3.model.StravaLap
 
setName(String) - Method in class javastrava.api.v3.model.StravaSegment
 
setName(String) - Method in class javastrava.api.v3.model.StravaSegmentEffort
 
setName(String) - Method in class javastrava.api.v3.model.StravaSegmentExplorerResponseSegment
 
setNeighborhoodCount(Integer) - Method in class javastrava.api.v3.model.StravaSegmentLeaderboard
 
setNeighborhoodIndex(Integer) - Method in class javastrava.api.v3.model.StravaSegmentLeaderboardEntry
 
setObjectType(StravaSubscriptionObjectType) - Method in class javastrava.api.v3.model.webhook.StravaEventSubscription
 
setOriginalSize(Integer) - Method in class javastrava.api.v3.model.StravaStream
 
setOwner(Boolean) - Method in class javastrava.api.v3.model.StravaClub
 
setPage(Integer) - Method in class javastrava.util.Paging
 
setPageSize(Integer) - Method in class javastrava.util.Paging
 
setPhotoCount(Integer) - Method in class javastrava.api.v3.model.StravaActivity
 
setPhotos(StravaActivityPhotos) - Method in class javastrava.api.v3.model.StravaActivity
 
setPoints(Integer) - Method in class javastrava.api.v3.model.StravaActivityZone
 
setPoints(String) - Method in class javastrava.api.v3.model.StravaSegmentExplorerResponseSegment
 
setPolyline(String) - Method in class javastrava.api.v3.model.StravaMap
 
setPrDate(LocalDate) - Method in class javastrava.api.v3.model.StravaAthleteSegmentStats
 
setPrElapsedTime(Integer) - Method in class javastrava.api.v3.model.StravaAthleteSegmentStats
 
setPremium(Boolean) - Method in class javastrava.api.v3.model.StravaAthlete
 
setPrimary(StravaPhoto) - Method in class javastrava.api.v3.model.StravaActivityPhotos
 
setPrimary(Boolean) - Method in class javastrava.api.v3.model.StravaGear
 
setPrivateActivity(Boolean) - Method in class javastrava.api.v3.model.StravaActivity
 
setPrivateActivity(Boolean) - Method in class javastrava.api.v3.model.StravaActivityUpdate
 
setPrivateClub(Boolean) - Method in class javastrava.api.v3.model.StravaClub
 
setPrivateEvent(Boolean) - Method in class javastrava.api.v3.model.StravaClubEvent
 
setPrivateSegment(Boolean) - Method in class javastrava.api.v3.model.StravaSegment
 
setProfile(String) - Method in class javastrava.api.v3.model.StravaAthlete
 
setProfile(String) - Method in class javastrava.api.v3.model.StravaClub
 
setProfileMedium(String) - Method in class javastrava.api.v3.model.StravaAthlete
 
setProfileMedium(String) - Method in class javastrava.api.v3.model.StravaClub
 
setPrRank(Integer) - Method in class javastrava.api.v3.model.StravaBestRunningEffort
 
setPrRank(Integer) - Method in class javastrava.api.v3.model.StravaSegmentEffort
 
setPrTime(Integer) - Method in class javastrava.api.v3.model.StravaSegment
Deprecated.
setRank(Integer) - Method in class javastrava.api.v3.model.StravaAchievement
 
setRank(Integer) - Method in class javastrava.api.v3.model.StravaSegmentLeaderboardEntry
 
setRecentRideTotals(StravaStatisticsEntry) - Method in class javastrava.api.v3.model.StravaStatistics
 
setRecentRunTotals(StravaStatisticsEntry) - Method in class javastrava.api.v3.model.StravaStatistics
 
setRecentSwimTotals(StravaStatisticsEntry) - Method in class javastrava.api.v3.model.StravaStatistics
 
setRef(String) - Method in class javastrava.api.v3.model.StravaPhoto
 
setResolution(StravaStreamResolutionType) - Method in class javastrava.api.v3.model.StravaStream
 
setResource(String) - Method in class javastrava.api.v3.model.StravaAPIError
 
setResourceState(StravaResourceState) - Method in class javastrava.api.v3.model.StravaActivity
 
setResourceState(StravaResourceState) - Method in class javastrava.api.v3.model.StravaActivityZone
 
setResourceState(StravaResourceState) - Method in class javastrava.api.v3.model.StravaAthlete
 
setResourceState(StravaResourceState) - Method in class javastrava.api.v3.model.StravaBestRunningEffort
 
setResourceState(StravaResourceState) - Method in class javastrava.api.v3.model.StravaClub
 
setResourceState(StravaResourceState) - Method in class javastrava.api.v3.model.StravaClubAnnouncement
 
setResourceState(StravaResourceState) - Method in class javastrava.api.v3.model.StravaClubEvent
 
setResourceState(StravaResourceState) - Method in class javastrava.api.v3.model.StravaComment
 
setResourceState(StravaResourceState) - Method in class javastrava.api.v3.model.StravaGear
 
setResourceState(StravaResourceState) - Method in class javastrava.api.v3.model.StravaLap
 
setResourceState(StravaResourceState) - Method in class javastrava.api.v3.model.StravaMap
 
setResourceState(StravaResourceState) - Method in class javastrava.api.v3.model.StravaPhoto
 
setResourceState(StravaResourceState) - Method in class javastrava.api.v3.model.StravaSegment
 
setResourceState(StravaResourceState) - Method in class javastrava.api.v3.model.StravaSegmentEffort
 
setResourceState(StravaResourceState) - Method in class javastrava.api.v3.model.StravaSegmentExplorerResponseSegment
 
setResourceState(StravaResourceState) - Method in class javastrava.api.v3.model.StravaSegmentLeaderboard
 
setResponse(StravaResponse) - Method in exception javastrava.api.v3.service.exception.BadRequestException
 
setResponse(StravaResponse) - Method in exception javastrava.api.v3.service.exception.InvalidTokenException
 
setResponse(StravaResponse) - Method in exception 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.StravaAPINetworkException
 
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
 
setRouteId(Integer) - Method in class javastrava.api.v3.model.StravaClubEvent
 
setScopes(List<AuthorisationScope>) - Method in class javastrava.api.v3.auth.model.Token
 
setScore(Integer) - Method in class javastrava.api.v3.model.StravaActivityZone
 
setSegment(StravaSegment) - Method in class javastrava.api.v3.model.StravaBestRunningEffort
 
setSegment(StravaSegment) - Method in class javastrava.api.v3.model.StravaSegmentEffort
 
setSegmentEfforts(List<StravaSegmentEffort>) - Method in class javastrava.api.v3.model.StravaActivity
 
setSegments(List<StravaSegmentExplorerResponseSegment>) - Method in class javastrava.api.v3.model.StravaSegmentExplorerResponse
 
setSensorBased(Boolean) - Method in class javastrava.api.v3.model.StravaActivityZone
 
setSeriesType(StravaStreamSeriesDownsamplingType) - Method in class javastrava.api.v3.model.StravaStream
 
setServices(HashMap<Class<? extends StravaService>, StravaService>) - Method in class javastrava.api.v3.auth.model.Token
 
setSex(StravaGender) - Method in class javastrava.api.v3.model.StravaAthlete
 
setShoes(List<StravaGear>) - Method in class javastrava.api.v3.model.StravaAthlete
 
setSize0(Integer[]) - Method in class javastrava.api.v3.model.StravaPhotoSizes
 
setSkillLevel(StravaSkillLevel) - Method in class javastrava.api.v3.model.StravaClubEvent
 
setSource(StravaPhotoSource) - Method in class javastrava.api.v3.model.StravaPhoto
 
setSplit(Integer) - Method in class javastrava.api.v3.model.StravaSplit
 
setSplitsMetric(List<StravaSplit>) - Method in class javastrava.api.v3.model.StravaActivity
 
setSplitsStandard(List<StravaSplit>) - Method in class javastrava.api.v3.model.StravaActivity
 
setSportType(StravaSportType) - Method in class javastrava.api.v3.model.StravaClub
 
setStarCount(Integer) - Method in class javastrava.api.v3.model.StravaSegment
 
setStarred(Boolean) - Method in class javastrava.api.v3.model.StravaSegment
 
setStarredDate(ZonedDateTime) - Method in class javastrava.api.v3.model.StravaSegment
 
setStartDate(ZonedDateTime) - Method in class javastrava.api.v3.model.StravaActivity
 
setStartDate(ZonedDateTime) - Method in class javastrava.api.v3.model.StravaBestRunningEffort
 
setStartDate(ZonedDateTime) - Method in class javastrava.api.v3.model.StravaLap
 
setStartDate(ZonedDateTime) - Method in class javastrava.api.v3.model.StravaSegmentEffort
 
setStartDate(ZonedDateTime) - Method in class javastrava.api.v3.model.StravaSegmentLeaderboardEntry
 
setStartDateLocal(LocalDateTime) - Method in class javastrava.api.v3.model.StravaActivity
 
setStartDateLocal(LocalDateTime) - Method in class javastrava.api.v3.model.StravaBestRunningEffort
 
setStartDateLocal(LocalDateTime) - Method in class javastrava.api.v3.model.StravaLap
 
setStartDateLocal(LocalDateTime) - Method in class javastrava.api.v3.model.StravaSegmentEffort
 
setStartDateLocal(LocalDateTime) - Method in class javastrava.api.v3.model.StravaSegmentLeaderboardEntry
 
setStartIndex(Integer) - Method in class javastrava.api.v3.model.StravaLap
 
setStartIndex(Integer) - Method in class javastrava.api.v3.model.StravaSegmentEffort
 
setStartLatitude(Float) - Method in class javastrava.api.v3.model.StravaActivity
 
setStartLatitude(Float) - Method in class javastrava.api.v3.model.StravaSegment
Deprecated.
setStartLatlng(StravaMapPoint) - Method in class javastrava.api.v3.model.StravaActivity
 
setStartLatlng(StravaMapPoint) - Method in class javastrava.api.v3.model.StravaSegment
 
setStartLatlng(StravaMapPoint) - Method in class javastrava.api.v3.model.StravaSegmentExplorerResponseSegment
 
setStartLongitude(Float) - Method in class javastrava.api.v3.model.StravaActivity
 
setStartLongitude(Float) - Method in class javastrava.api.v3.model.StravaSegment
Deprecated.
setState(String) - Method in class javastrava.api.v3.model.StravaAthlete
 
setState(String) - Method in class javastrava.api.v3.model.StravaClub
 
setState(String) - Method in class javastrava.api.v3.model.StravaSegment
 
setStatus(String) - Method in class javastrava.api.v3.model.StravaUploadResponse
 
setStillImageUrl(String) - Method in class javastrava.api.v3.model.StravaVideo
 
setSuccess(Boolean) - Method in class javastrava.api.v3.model.StravaClubMembershipResponse
 
setSummaryPolyline(String) - Method in class javastrava.api.v3.model.StravaMap
 
setTerrain(StravaTerrainType) - Method in class javastrava.api.v3.model.StravaClubEvent
 
setText(String) - Method in class javastrava.api.v3.model.StravaComment
 
setTime(Integer) - Method in class javastrava.api.v3.model.StravaActivityZoneDistributionBucket
 
setTimezone(String) - Method in class javastrava.api.v3.model.StravaActivity
 
setTitle(String) - Method in class javastrava.api.v3.model.StravaClubEvent
 
setToken(String) - Method in class javastrava.api.v3.auth.model.Token
 
setToken(Token) - Method in class javastrava.cache.impl.StravaCacheKey
 
setTokenType(String) - Method in class javastrava.api.v3.auth.model.Token
 
setTokenType(String) - Method in class javastrava.api.v3.auth.model.TokenResponse
 
setTotalElevationGain(Float) - Method in class javastrava.api.v3.model.StravaActivity
 
setTotalElevationGain(Float) - Method in class javastrava.api.v3.model.StravaLap
 
setTotalElevationGain(Float) - Method in class javastrava.api.v3.model.StravaSegment
 
setTotalPhotoCount(Integer) - Method in class javastrava.api.v3.model.StravaActivity
 
setTrainer(Boolean) - Method in class javastrava.api.v3.model.StravaActivity
 
setTrainer(Boolean) - Method in class javastrava.api.v3.model.StravaActivityUpdate
 
setType(String) - Method in class javastrava.api.v3.model.StravaAchievement
 
setType(StravaActivityType) - Method in class javastrava.api.v3.model.StravaActivity
 
setType(StravaActivityType) - Method in class javastrava.api.v3.model.StravaActivityUpdate
 
setType(StravaActivityZoneType) - Method in class javastrava.api.v3.model.StravaActivityZone
 
setType(StravaPhotoType) - Method in class javastrava.api.v3.model.StravaPhoto
 
setType(StravaStreamType) - Method in class javastrava.api.v3.model.StravaStream
 
setTypeId(Integer) - Method in class javastrava.api.v3.model.StravaAchievement
 
setUid(String) - Method in class javastrava.api.v3.model.StravaPhoto
 
setUniqueId(String) - Method in class javastrava.api.v3.model.StravaPhoto
 
setUpcomingOccurrences(List<ZonedDateTime>) - Method in class javastrava.api.v3.model.StravaClubEvent
 
setUpdatedAt(ZonedDateTime) - Method in class javastrava.api.v3.model.StravaAthlete
 
setUpdatedAt(ZonedDateTime) - Method in class javastrava.api.v3.model.StravaSegment
 
setUpdatedAt(ZonedDateTime) - Method in class javastrava.api.v3.model.webhook.StravaEventSubscription
 
setUploadedAt(ZonedDateTime) - Method in class javastrava.api.v3.model.StravaPhoto
 
setUploadId(Integer) - Method in class javastrava.api.v3.model.StravaActivity
 
setUrl0(String) - Method in class javastrava.api.v3.model.StravaPhotoUrls
 
setUrl100(Integer[]) - Method in class javastrava.api.v3.model.StravaPhotoSizes
 
setUrl100(String) - Method in class javastrava.api.v3.model.StravaPhotoUrls
 
setUrl600(Integer) - Method in class javastrava.api.v3.model.StravaPhotoSizes
 
setUrl600(String) - Method in class javastrava.api.v3.model.StravaPhotoUrls
 
setUrls(StravaPhotoUrls) - Method in class javastrava.api.v3.model.StravaPhoto
 
setUsePrimaryPhoto(Boolean) - Method in class javastrava.api.v3.model.StravaPhoto
 
setVideo(StravaVideo) - Method in class javastrava.api.v3.model.StravaActivity
 
setWeight(Float) - Method in class javastrava.api.v3.model.StravaAthlete
 
setWeightedAverageWatts(Float) - Method in class javastrava.api.v3.model.StravaActivity
 
setWomanOnly(Boolean) - Method in class javastrava.api.v3.model.StravaClubEvent
 
setWorkoutType(StravaWorkoutType) - Method in class javastrava.api.v3.model.StravaActivity
 
setYtdRideTotals(StravaStatisticsEntry) - Method in class javastrava.api.v3.model.StravaStatistics
 
setYtdRunTotals(StravaStatisticsEntry) - Method in class javastrava.api.v3.model.StravaStatistics
 
setYtdSwimTotals(StravaStatisticsEntry) - Method in class javastrava.api.v3.model.StravaStatistics
 
setZones(List<StravaZone>) - Method in class javastrava.api.v3.model.StravaHeartRateZones
 
size() - Method in class javastrava.cache.impl.StravaCacheImpl
 
size() - Method in interface javastrava.cache.StravaCache
Returns the number of objects in the cache
SkillLevelSerializer - Class in javastrava.json.impl.gson.serializer
 
SkillLevelSerializer() - Constructor for class javastrava.json.impl.gson.serializer.SkillLevelSerializer
 
SportTypeSerializer - Class in javastrava.json.impl.gson.serializer
 
SportTypeSerializer() - Constructor for class javastrava.json.impl.gson.serializer.SportTypeSerializer
 
statistics(Integer) - Method in class javastrava.api.v3.rest.API
 
statistics(Integer) - Method in interface javastrava.api.v3.rest.AthleteAPI
 
statistics(Integer, StravaAPICallback<StravaStatistics>) - 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
 
statistics(Integer) - Method in class javastrava.api.v3.service.Strava
 
statisticsAsync(Integer) - Method in class javastrava.api.v3.rest.API
 
statisticsAsync(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.
statisticsAsync(Integer) - Method in class javastrava.api.v3.service.impl.AthleteServiceImpl
 
statisticsAsync(Integer) - Method in class javastrava.api.v3.service.Strava
 
storeToken(Token) - Method in class javastrava.api.v3.auth.TokenManager
Place a token in the cache
Strava - Class in javastrava.api.v3.service
Convenience class for simplicity of access to the services.
Strava(Token) - Constructor for class javastrava.api.v3.service.Strava
Constructor requires a token
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
No-args constructor
StravaActivity - Class in javastrava.api.v3.model
A run, ride, or other activity
StravaActivity() - Constructor for class javastrava.api.v3.model.StravaActivity
No args constructor
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
These are all the available Activity types:
StravaActivityUpdate - Class in javastrava.api.v3.model
Collection of fields that can be updated on an activity
StravaActivityUpdate() - Constructor for class javastrava.api.v3.model.StravaActivityUpdate
No args constructor
StravaActivityUpdate(StravaActivity) - Constructor for class javastrava.api.v3.model.StravaActivityUpdate
Constructor to create a StravaActivityUpdate from an existing StravaActivity
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
No args constructor
StravaActivityZoneDistributionBucket - Class in javastrava.api.v3.model
 
StravaActivityZoneDistributionBucket() - Constructor for class javastrava.api.v3.model.StravaActivityZoneDistributionBucket
 
StravaActivityZoneType - Enum in javastrava.api.v3.model.reference
Type of activity zone - see ActivityService.listActivityZones(Integer)
StravaAgeGroup - Enum in javastrava.api.v3.model.reference
Age group ranges used to generate filtered segment leaderboards
StravaAPICallback<T> - Class in javastrava.api.v3.rest.async
 
StravaAPICallback(StravaAPIFuture<T>) - Constructor for class javastrava.api.v3.rest.async.StravaAPICallback
 
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
No args constructor
StravaAPIException - Interface in javastrava.api.v3.service.exception
Implementations of this interface will have the error message emitted by the Strava API available via the StravaAPIException.getResponse() method
StravaAPIFuture<T> - Class in javastrava.api.v3.rest.async
Wrapper class for handling exceptions thrown by the API via a CompletableFuture
StravaAPIFuture() - Constructor for class javastrava.api.v3.rest.async.StravaAPIFuture
No argument constructor provides the wrapped future
StravaAPINetworkException - Exception in javastrava.api.v3.service.exception
Thrown when the Strava API falls over because of a network error
StravaAPINetworkException(String, StravaResponse, Throwable) - Constructor for exception javastrava.api.v3.service.exception.StravaAPINetworkException
 
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
no args constructor
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
No args constructor
StravaAthleteType - Enum in javastrava.api.v3.model.reference
athlete’s default sport type: 0=cyclist, 1=runner
StravaAthleteZones - Class in javastrava.api.v3.model
 
StravaAthleteZones() - Constructor for class javastrava.api.v3.model.StravaAthleteZones
No-args constructor
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
No args constructor
StravaCache<T extends StravaCacheable<U>,U> - Interface in javastrava.cache
The caching mechanism caches data temporarily in memory
StravaCacheable<T> - Interface in javastrava.cache
Classes implementing StravaCacheable can be (unsurprisingly) cached via an appropriate StravaCache implementation.
StravaCacheImpl<T extends StravaCacheable<U>,U> - Class in javastrava.cache.impl
 
StravaCacheImpl(Class<T>, Token) - Constructor for class javastrava.cache.impl.StravaCacheImpl
 
StravaCacheKey<T,U> - Class in javastrava.cache.impl
Key for cache, to assist with separation of cached elements which are related to different tokens
StravaCacheKey(T, Token, Class<U>) - Constructor for class javastrava.cache.impl.StravaCacheKey
 
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
No args constructor
StravaClubAnnouncement - Class in javastrava.api.v3.model
Announcements are posts sent by Club Admins or Owners to the members of a club.
StravaClubAnnouncement() - Constructor for class javastrava.api.v3.model.StravaClubAnnouncement
 
StravaClubEvent - Class in javastrava.api.v3.model
Group Events are optionally recurring events for club members.
StravaClubEvent() - Constructor for class javastrava.api.v3.model.StravaClubEvent
No-args constructor
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
No args constructor
StravaClubMembershipStatus - Enum in javastrava.api.v3.model.reference
 
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
No args constructor
StravaConfig - Class in javastrava.config
Configuration and paging utilities
StravaConfig() - Constructor for class javastrava.config.StravaConfig
 
StravaDateUtils - Class in javastrava.util
 
StravaDateUtils() - Constructor for class javastrava.util.StravaDateUtils
 
StravaEventSubscription - Class in javastrava.api.v3.model.webhook
 
StravaEventSubscription() - Constructor for class javastrava.api.v3.model.webhook.StravaEventSubscription
No-argument constructor
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 represents equipment used during an StravaActivity.
StravaGear() - Constructor for class javastrava.api.v3.model.StravaGear
No args constructor
StravaGearType - Enum in javastrava.api.v3.model.reference
Type of StravaGear
StravaGender - Enum in javastrava.api.v3.model.reference
Athlete gender
StravaHeartRateZones - Class in javastrava.api.v3.model
 
StravaHeartRateZones() - Constructor for class javastrava.api.v3.model.StravaHeartRateZones
no-args constructor
StravaInternalServerErrorException - Exception in javastrava.api.v3.service.exception
 
StravaInternalServerErrorException(String, StravaResponse, Throwable) - Constructor for exception javastrava.api.v3.service.exception.StravaInternalServerErrorException
 
StravaLap - Class in javastrava.api.v3.model
A lap within an StravaActivity; this is a user-specified section of a ride somewhat like a segment effort, but specifically bound to either being a lap of a track or a section of the activity of a particular length (distance)
StravaLap() - Constructor for class javastrava.api.v3.model.StravaLap
No args constructor
StravaLeaderboardDateRange - Enum in javastrava.api.v3.model.reference
Date range options used for filtering leaderboards
StravaMap - Class in javastrava.api.v3.model
Strava's representation of a map.
StravaMap() - Constructor for class javastrava.api.v3.model.StravaMap
No args constructor
StravaMapPoint - Class in javastrava.api.v3.model
Representation of a GPS co-ordinate
StravaMapPoint() - Constructor for class javastrava.api.v3.model.StravaMapPoint
No args constructor
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
no args constructor
StravaPhotoSizes - Class in javastrava.api.v3.model
Photo sizes
StravaPhotoSizes() - Constructor for class javastrava.api.v3.model.StravaPhotoSizes
No args constructor
StravaPhotoSource - Enum in javastrava.api.v3.model.reference
Identifies the source of a photo which has been attached to an activity
StravaPhotoSourceSerializer - Class in javastrava.json.impl.gson.serializer
 
StravaPhotoSourceSerializer() - Constructor for class javastrava.json.impl.gson.serializer.StravaPhotoSourceSerializer
 
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
No args constructor
StravaReferenceType<T> - Interface in javastrava.api.v3.model.reference
 
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
No args constructor
StravaSegment - Class in javastrava.api.v3.model
Segments are specific sections of road.
StravaSegment() - Constructor for class javastrava.api.v3.model.StravaSegment
No args constructor
StravaSegmentActivityType - Enum in javastrava.api.v3.model.reference
Activity type associated with a StravaSegment
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
The Strava segment explorer really should return the same activity types as held in StravaSegmentActivityType.
StravaSegmentExplorerResponse - Class in javastrava.api.v3.model
Returned by the segment explorer service.
StravaSegmentExplorerResponse() - Constructor for class javastrava.api.v3.model.StravaSegmentExplorerResponse
No args constructor
StravaSegmentExplorerResponseSegment - Class in javastrava.api.v3.model
Summary of segment returned by the segment explorer
StravaSegmentExplorerResponseSegment() - Constructor for class javastrava.api.v3.model.StravaSegmentExplorerResponseSegment
No args constructor
StravaSegmentLeaderboard - Class in javastrava.api.v3.model
StravaSegment leaderboard
StravaSegmentLeaderboard() - Constructor for class javastrava.api.v3.model.StravaSegmentLeaderboard
No args constructor
StravaSegmentLeaderboardEntry - Class in javastrava.api.v3.model
A single entry in a StravaSegmentLeaderboard
StravaSegmentLeaderboardEntry() - Constructor for class javastrava.api.v3.model.StravaSegmentLeaderboardEntry
No args constructor
StravaService - Interface in javastrava.api.v3.service
Base interface for all other Strava services to inherit from (used by Token management)
StravaServiceImpl - Class in javastrava.api.v3.service.impl
Base class for all implementations of Strava services
StravaServiceImpl(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
 
StravaSkillLevel - Enum in javastrava.api.v3.model.reference
 
StravaSplit - Class in javastrava.api.v3.model
Split time data associated with runs.
StravaSplit() - Constructor for class javastrava.api.v3.model.StravaSplit
No args constructor
StravaSportType - Enum in javastrava.api.v3.model.reference
Strava sport type associated with clubs
StravaStatistics - Class in javastrava.api.v3.model
Athlete statistics as returned by AthleteService.statistics(Integer)
StravaStatistics() - Constructor for class javastrava.api.v3.model.StravaStatistics
No args constructor
StravaStatisticsEntry - Class in javastrava.api.v3.model
Detail of athlete StravaStatistics
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
No args constructor
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
StravaSubscriptionAspectType - Enum in javastrava.api.v3.model.webhook.reference
 
StravaSubscriptionObjectType - Enum in javastrava.api.v3.model.webhook.reference
 
StravaTerrainType - Enum in javastrava.api.v3.model.reference
 
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
No args constructor
StravaVideo - Class in javastrava.api.v3.model
 
StravaVideo() - Constructor for class javastrava.api.v3.model.StravaVideo
No-args constructor
StravaWeightClass - Enum in javastrava.api.v3.model.reference
Weight classes used to filter segment leaderboards.
StravaWorkoutType - Enum in javastrava.api.v3.model.reference
Workout types associated with activities
StravaZone - Class in javastrava.api.v3.model
A zone e.g.
StravaZone() - Constructor for class javastrava.api.v3.model.StravaZone
No-args constructor
StreamAPI - Interface in javastrava.api.v3.rest
API definitions for StreamService endpoints
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
Implementation of StreamService
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
SubscriptionAspectTypeSerializer - Class in javastrava.json.impl.gson.serializer
 
SubscriptionAspectTypeSerializer() - Constructor for class javastrava.json.impl.gson.serializer.SubscriptionAspectTypeSerializer
 
SubscriptionObjectTypeSerializer - Class in javastrava.json.impl.gson.serializer
 
SubscriptionObjectTypeSerializer() - Constructor for class javastrava.json.impl.gson.serializer.SubscriptionObjectTypeSerializer
 
success(T, Response) - Method in class javastrava.api.v3.rest.async.StravaAPICallback
 

T

Token - Class in javastrava.api.v3.auth.model
The token acts as the bearer of authentication within each request to the Strava API.
Token() - Constructor for class javastrava.api.v3.auth.model.Token
No-args constructor
Token(TokenResponse, AuthorisationScope...) - Constructor for class javastrava.api.v3.auth.model.Token
TokenAPI - Interface in javastrava.api.v3.rest
API implementation of the Strava REST interface for token management
tokenExchange(Integer, String, String, AuthorisationScope...) - Method in interface javastrava.api.v3.auth.AuthorisationService
Strava will respond to the authorization request by redirecting the user/browser to the redirect_uri provided.
tokenExchange(Integer, String, String, AuthorisationScope...) - Method in class javastrava.api.v3.auth.impl.retrofit.AuthorisationServiceImpl
 
tokenExchange(Integer, String, String) - Method in interface javastrava.api.v3.rest.AuthorisationAPI
 
TokenManager - Class in javastrava.api.v3.auth
Manages the caching of tokens
TokenResponse - Class in javastrava.api.v3.auth.model
The TokenResponse is returned by authorisation services; it contains user details and the access token which is then used for authentication purposes for all other Strava API access
TokenResponse() - Constructor for class javastrava.api.v3.auth.model.TokenResponse
 
TokenService - Interface in javastrava.api.v3.auth
Authentication
TokenServiceImpl - Class in javastrava.api.v3.auth.impl.retrofit
 
toString() - Method in class javastrava.api.v3.auth.model.Token
 
toString() - Method in class javastrava.api.v3.auth.model.TokenResponse
 
toString() - Method in enum javastrava.api.v3.auth.ref.AuthorisationApprovalPrompt
 
toString() - Method in enum javastrava.api.v3.auth.ref.AuthorisationResponseType
 
toString() - Method in enum javastrava.api.v3.auth.ref.AuthorisationScope
 
toString() - Method in enum javastrava.api.v3.model.reference.StravaActivityType
 
toString() - Method in enum javastrava.api.v3.model.reference.StravaActivityZoneType
 
toString() - Method in enum javastrava.api.v3.model.reference.StravaAgeGroup
 
toString() - Method in enum javastrava.api.v3.model.reference.StravaAthleteType
 
toString() - Method in enum javastrava.api.v3.model.reference.StravaClimbCategory
 
toString() - Method in enum javastrava.api.v3.model.reference.StravaClubType
 
toString() - Method in enum javastrava.api.v3.model.reference.StravaFollowerState
 
toString() - Method in enum javastrava.api.v3.model.reference.StravaFrameType
 
toString() - Method in enum javastrava.api.v3.model.reference.StravaGearType
 
toString() - Method in enum javastrava.api.v3.model.reference.StravaGender
 
toString() - Method in enum javastrava.api.v3.model.reference.StravaLeaderboardDateRange
 
toString() - Method in enum javastrava.api.v3.model.reference.StravaMeasurementMethod
 
toString() - Method in enum javastrava.api.v3.model.reference.StravaPhotoSource
 
toString() - Method in enum javastrava.api.v3.model.reference.StravaPhotoType
 
toString() - Method in interface javastrava.api.v3.model.reference.StravaReferenceType
 
toString() - Method in enum javastrava.api.v3.model.reference.StravaResourceState
 
toString() - Method in enum javastrava.api.v3.model.reference.StravaSegmentActivityType
 
toString() - Method in enum javastrava.api.v3.model.reference.StravaSegmentExplorerActivityType
 
toString() - Method in enum javastrava.api.v3.model.reference.StravaSkillLevel
 
toString() - Method in enum javastrava.api.v3.model.reference.StravaSportType
 
toString() - Method in enum javastrava.api.v3.model.reference.StravaStreamResolutionType
 
toString() - Method in enum javastrava.api.v3.model.reference.StravaStreamSeriesDownsamplingType
 
toString() - Method in enum javastrava.api.v3.model.reference.StravaStreamType
 
toString() - Method in enum javastrava.api.v3.model.reference.StravaTerrainType
 
toString() - Method in enum javastrava.api.v3.model.reference.StravaWeightClass
 
toString() - Method in enum javastrava.api.v3.model.reference.StravaWorkoutType
 
toString() - Method in class javastrava.api.v3.model.StravaAchievement
 
toString() - Method in class javastrava.api.v3.model.StravaActivity
 
toString() - Method in class javastrava.api.v3.model.StravaActivityPhotos
 
toString() - Method in class javastrava.api.v3.model.StravaActivityUpdate
 
toString() - Method in class javastrava.api.v3.model.StravaActivityZone
 
toString() - Method in class javastrava.api.v3.model.StravaActivityZoneDistributionBucket
 
toString() - Method in class javastrava.api.v3.model.StravaAPIError
 
toString() - Method in class javastrava.api.v3.model.StravaAthlete
 
toString() - Method in class javastrava.api.v3.model.StravaAthleteSegmentStats
 
toString() - Method in class javastrava.api.v3.model.StravaBestRunningEffort
 
toString() - Method in class javastrava.api.v3.model.StravaClub
 
toString() - Method in class javastrava.api.v3.model.StravaClubAnnouncement
 
toString() - Method in class javastrava.api.v3.model.StravaClubEvent
 
toString() - Method in class javastrava.api.v3.model.StravaClubMembershipResponse
 
toString() - Method in class javastrava.api.v3.model.StravaComment
 
toString() - Method in class javastrava.api.v3.model.StravaGear
 
toString() - Method in class javastrava.api.v3.model.StravaHeartRateZones
 
toString() - Method in class javastrava.api.v3.model.StravaLap
 
toString() - Method in class javastrava.api.v3.model.StravaMap
 
toString() - Method in class javastrava.api.v3.model.StravaMapPoint
 
toString() - Method in class javastrava.api.v3.model.StravaPhoto
 
toString() - Method in class javastrava.api.v3.model.StravaPhotoSizes
 
toString() - Method in class javastrava.api.v3.model.StravaPhotoUrls
 
toString() - Method in class javastrava.api.v3.model.StravaResponse
 
toString() - Method in class javastrava.api.v3.model.StravaSegment
 
toString() - Method in class javastrava.api.v3.model.StravaSegmentEffort
 
toString() - Method in class javastrava.api.v3.model.StravaSegmentExplorerResponse
 
toString() - Method in class javastrava.api.v3.model.StravaSegmentExplorerResponseSegment
 
toString() - Method in class javastrava.api.v3.model.StravaSegmentLeaderboard
 
toString() - Method in class javastrava.api.v3.model.StravaSegmentLeaderboardEntry
 
toString() - Method in class javastrava.api.v3.model.StravaSplit
 
toString() - Method in class javastrava.api.v3.model.StravaStatistics
 
toString() - Method in class javastrava.api.v3.model.StravaStatisticsEntry
 
toString() - Method in class javastrava.api.v3.model.StravaStream
 
toString() - Method in class javastrava.api.v3.model.StravaUploadResponse
 
toString() - Method in class javastrava.api.v3.model.StravaVideo
 
toString() - Method in class javastrava.api.v3.model.StravaZone
 
toString() - Method in enum javastrava.api.v3.model.webhook.reference.StravaSubscriptionAspectType
 
toString() - Method in enum javastrava.api.v3.model.webhook.reference.StravaSubscriptionObjectType
 
toString() - Method in class javastrava.api.v3.model.webhook.StravaEventSubscription
 
toString() - Method in class javastrava.cache.impl.StravaCacheKey
 

U

UnauthorizedException - Exception in javastrava.api.v3.service.exception
Thrown when the Strava API returns an HTTP status of 401 Unauthorised
UnauthorizedException(String, StravaResponse, Throwable) - Constructor for exception javastrava.api.v3.service.exception.UnauthorizedException
 
UnauthorizedException(String) - Constructor for exception javastrava.api.v3.service.exception.UnauthorizedException
 
updateActivity(Integer, StravaActivityUpdate) - Method in interface javastrava.api.v3.rest.ActivityAPI
 
updateActivity(Integer, StravaActivityUpdate, StravaAPICallback<StravaActivity>) - Method in interface javastrava.api.v3.rest.ActivityAPI
 
updateActivity(Integer, StravaActivityUpdate) - Method in class javastrava.api.v3.rest.API
Update an activity that already exists on Strava
updateActivity(Integer, StravaActivityUpdate) - Method in interface javastrava.api.v3.service.ActivityService
Requires write permissions, as requested during the authorization process.
updateActivity(Integer, StravaActivityUpdate) - Method in class javastrava.api.v3.service.impl.ActivityServiceImpl
 
updateActivity(Integer, StravaActivityUpdate) - Method in class javastrava.api.v3.service.Strava
 
updateActivityAsync(Integer, StravaActivityUpdate) - Method in class javastrava.api.v3.rest.API
Update an activity that already exists on Strava
updateActivityAsync(Integer, StravaActivityUpdate) - Method in interface javastrava.api.v3.service.ActivityService
Requires write permissions, as requested during the authorization process.
updateActivityAsync(Integer, StravaActivityUpdate) - Method in class javastrava.api.v3.service.impl.ActivityServiceImpl
 
updateActivityAsync(Integer, StravaActivityUpdate) - Method in class javastrava.api.v3.service.Strava
 
updateAuthenticatedAthlete(String, String, String, StravaGender, Float) - Method in class javastrava.api.v3.rest.API
 
updateAuthenticatedAthlete(String, String, String, StravaGender, Float) - Method in interface javastrava.api.v3.rest.AthleteAPI
 
updateAuthenticatedAthlete(String, String, String, StravaGender, Float, StravaAPICallback<StravaAthlete>) - Method in interface javastrava.api.v3.rest.AthleteAPI
 
updateAuthenticatedAthlete(String, String, String, StravaGender, Float) - Method in interface javastrava.api.v3.service.AthleteService
Updates the personal details of the currently authenticated athlete.
updateAuthenticatedAthlete(String, String, String, StravaGender, Float) - Method in class javastrava.api.v3.service.impl.AthleteServiceImpl
 
updateAuthenticatedAthlete(String, String, String, StravaGender, Float) - Method in class javastrava.api.v3.service.Strava
 
updateAuthenticatedAthleteAsync(String, String, String, StravaGender, Float) - Method in class javastrava.api.v3.rest.API
 
updateAuthenticatedAthleteAsync(String, String, String, StravaGender, Float) - Method in interface javastrava.api.v3.service.AthleteService
Updates the personal details of the currently authenticated athlete.
updateAuthenticatedAthleteAsync(String, String, String, StravaGender, Float) - Method in class javastrava.api.v3.service.impl.AthleteServiceImpl
 
updateAuthenticatedAthleteAsync(String, String, String, StravaGender, Float) - Method in class javastrava.api.v3.service.Strava
 
upload(StravaActivityType, String, String, Boolean, Boolean, Boolean, String, String, TypedFile) - Method in class javastrava.api.v3.rest.API
 
upload(StravaActivityType, String, String, Boolean, Boolean, Boolean, String, String, TypedFile) - Method in interface javastrava.api.v3.rest.UploadAPI
 
upload(StravaActivityType, String, String, Boolean, Boolean, Boolean, String, String, TypedFile, StravaAPICallback<StravaUploadResponse>) - Method in interface javastrava.api.v3.rest.UploadAPI
 
upload(StravaActivityType, String, String, Boolean, Boolean, Boolean, String, String, File) - Method in class javastrava.api.v3.service.impl.UploadServiceImpl
 
upload(StravaActivityType, String, String, Boolean, Boolean, Boolean, String, String, File) - Method in class javastrava.api.v3.service.Strava
 
upload(StravaActivityType, String, String, Boolean, Boolean, Boolean, String, String, File) - Method in interface javastrava.api.v3.service.UploadService
Requires write permissions, as requested during the authorization process.
UploadAPI - Interface in javastrava.api.v3.rest
API definitions for UploadService endpoints
uploadAsync(StravaActivityType, String, String, Boolean, Boolean, Boolean, String, String, TypedFile) - Method in class javastrava.api.v3.rest.API
 
uploadAsync(StravaActivityType, String, String, Boolean, Boolean, Boolean, String, String, File) - Method in class javastrava.api.v3.service.impl.UploadServiceImpl
 
uploadAsync(StravaActivityType, String, String, Boolean, Boolean, Boolean, String, String, File) - Method in class javastrava.api.v3.service.Strava
 
uploadAsync(StravaActivityType, String, String, Boolean, Boolean, Boolean, String, String, File) - Method in interface javastrava.api.v3.service.UploadService
Requires write permissions, as requested during the authorization process.
UploadService - Interface in javastrava.api.v3.service
Uploading to Strava is an asynchronous process.
UploadServiceImpl - Class in javastrava.api.v3.service.impl
Implementation of UploadService

V

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.StravaAthleteType
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.StravaClubMembershipStatus
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.StravaPhotoSource
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.StravaSkillLevel
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.StravaTerrainType
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.
valueOf(String) - Static method in enum javastrava.api.v3.model.webhook.reference.StravaSubscriptionAspectType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javastrava.api.v3.model.webhook.reference.StravaSubscriptionObjectType
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.StravaAthleteType
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.StravaClubMembershipStatus
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.StravaPhotoSource
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.StravaSkillLevel
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.StravaTerrainType
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.
values() - Static method in enum javastrava.api.v3.model.webhook.reference.StravaSubscriptionAspectType
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.webhook.reference.StravaSubscriptionObjectType
Returns an array containing the constants of this enum type, in the order they are declared.

W

WARN_AT_REQUEST_LIMIT_PERCENT - Static variable in class javastrava.config.StravaConfig
The percentage of request limits that, if exceeded, should log a warning
WebhookAPI - Interface in javastrava.api.v3.rest
API implementation of the Strava webhook events API
WebhookService - Interface in javastrava.api.v3.service
API implementation of the Strava webhook events API
WebhookServiceImpl - Class in javastrava.api.v3.service.impl
 
WebhookServiceImpl(Token) - Constructor for class javastrava.api.v3.service.impl.WebhookServiceImpl
 
WeightClassSerializer - Class in javastrava.json.impl.gson.serializer
 
WeightClassSerializer() - Constructor for class javastrava.json.impl.gson.serializer.WeightClassSerializer
 
WorkoutTypeSerializer - Class in javastrava.json.impl.gson.serializer
 
WorkoutTypeSerializer() - Constructor for class javastrava.json.impl.gson.serializer.WorkoutTypeSerializer
 

Z

ZonedDateTimeSerializer - Class in javastrava.json.impl.gson.serializer
 
ZonedDateTimeSerializer() - Constructor for class javastrava.json.impl.gson.serializer.ZonedDateTimeSerializer
 
A B C D E F G H I J L M N P R S T U V W Z 
Skip navigation links

Copyright © 2016 Dan Shannon. All rights reserved.