| Package | Description |
|---|---|
| javastrava.api.v3.auth.model | |
| javastrava.api.v3.service | |
| javastrava.api.v3.service.impl |
| Modifier and Type | Method and Description |
|---|---|
<T extends StravaService> |
Token.getService(Class<T> class1)
Gets the service implementation of the required class from the token
|
| Modifier and Type | Method and Description |
|---|---|
void |
Token.addService(Class<? extends StravaService> class1,
StravaService service)
Adds a service implementation into the Token's store
|
| Modifier and Type | Method and Description |
|---|---|
void |
Token.addService(Class<? extends StravaService> class1,
StravaService service)
Adds a service implementation into the Token's store
|
void |
Token.removeService(Class<? extends StravaService> class1)
Removes the service from the Token's store
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ActivityService
StravaActivity related services
|
interface |
AthleteService
StravaAthlete related services
|
interface |
ClubService
StravaClub related services |
interface |
GearService
StravaGear related services. |
interface |
SegmentEffortService
|
interface |
SegmentService
Segments are specific sections of road. |
interface |
StreamService
Streams is the Strava term for the raw data associated with an activity.
|
interface |
UploadService
Uploading to Strava is an asynchronous process.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ActivityServiceImpl |
class |
AthleteServiceImpl
Implementation of
AthleteService |
class |
ClubServiceImpl
Implementation of
ClubService |
class |
GearServiceImpl
Implementation of
ClubService |
class |
SegmentEffortServiceImpl |
class |
SegmentServiceImpl
Implementation of
SegmentService |
class |
StreamServiceImpl
Implementation of
StreamService |
class |
UploadServiceImpl
Implementation of
UploadService |
Copyright © 2015 Dan Shannon. All rights reserved.