| Package | Description |
|---|---|
| javastrava.api.v3.model | |
| javastrava.cache | |
| javastrava.cache.impl |
| Modifier and Type | Class and Description |
|---|---|
class |
StravaActivity
A run, ride, or other activity
|
class |
StravaAthlete
Detailed representation of an StravaAthlete
See http://strava.github.io/api/v3/athlete/
|
class |
StravaClub
Clubs represent groups of athletes on Strava.
|
class |
StravaClubAnnouncement
Announcements are posts sent by Club Admins or Owners to the members of a club.
|
class |
StravaComment
Record of an individual comment made on an activity
|
class |
StravaGear
StravaGear represents equipment used during an
StravaActivity. |
class |
StravaLap
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) |
class |
StravaMap
Strava's representation of a map.
|
class |
StravaPhoto
Photos are external objects associated with an activity.
|
class |
StravaSegment
Segments are specific sections of road. |
class |
StravaSegmentEffort
A segment effort represents an athlete's attempt at a segment.
|
class |
StravaSegmentExplorerResponseSegment
Summary of segment returned by the segment explorer
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
StravaCache<T extends StravaCacheable<U>,U>
The caching mechanism caches data temporarily in memory
|
| Modifier and Type | Class and Description |
|---|---|
class |
StravaCacheImpl<T extends StravaCacheable<U>,U> |
Copyright © 2016 Dan Shannon. All rights reserved.