| Package | Description |
|---|---|
| javastrava.api.v3.model.reference | |
| javastrava.api.v3.rest | |
| javastrava.api.v3.service | |
| javastrava.api.v3.service.impl | |
| javastrava.json.impl.gson.serializer |
| Modifier and Type | Method and Description |
|---|---|
static StravaGender |
StravaGender.create(String id)
Used by JSON deserialisation
|
static StravaGender |
StravaGender.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StravaGender[] |
StravaGender.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
StravaSegmentLeaderboard |
SegmentAPI.getSegmentLeaderboard(Integer id,
StravaGender gender,
StravaAgeGroup ageGroup,
StravaWeightClass weightClass,
Boolean following,
Integer clubId,
StravaLeaderboardDateRange dateRange,
Integer page,
Integer perPage,
Integer contextEntries) |
StravaAthlete |
AthleteAPI.updateAuthenticatedAthlete(String city,
String state,
String country,
StravaGender sex,
Float weight) |
| Modifier and Type | Method and Description |
|---|---|
StravaSegmentLeaderboard |
SegmentService.getAllSegmentLeaderboard(Integer segmentId,
StravaGender gender,
StravaAgeGroup ageGroup,
StravaWeightClass weightClass,
Boolean following,
Integer clubId,
StravaLeaderboardDateRange dateRange)
|
StravaSegmentLeaderboard |
SegmentService.getSegmentLeaderboard(Integer id,
StravaGender gender,
StravaAgeGroup ageGroup,
StravaWeightClass weightClass,
Boolean following,
Integer clubId,
StravaLeaderboardDateRange dateRange,
Paging pagingInstruction,
Integer contextEntries)
|
StravaAthlete |
AthleteService.updateAuthenticatedAthlete(String city,
String state,
String country,
StravaGender sex,
Float weight)
Updates the personal details of the currently authenticated
athlete. |
| Modifier and Type | Method and Description |
|---|---|
StravaSegmentLeaderboard |
SegmentServiceImpl.getAllSegmentLeaderboard(Integer segmentId,
StravaGender gender,
StravaAgeGroup ageGroup,
StravaWeightClass weightClass,
Boolean following,
Integer clubId,
StravaLeaderboardDateRange dateRange) |
StravaSegmentLeaderboard |
SegmentServiceImpl.getSegmentLeaderboard(Integer id,
StravaGender gender,
StravaAgeGroup ageGroup,
StravaWeightClass weightClass,
Boolean following,
Integer clubId,
StravaLeaderboardDateRange dateRange,
Paging pagingInstruction,
Integer contextEntries) |
StravaAthlete |
AthleteServiceImpl.updateAuthenticatedAthlete(String city,
String state,
String country,
StravaGender sex,
Float weight) |
| Modifier and Type | Method and Description |
|---|---|
StravaGender |
GenderSerializer.deserialize(com.google.gson.JsonElement json,
Type type,
com.google.gson.JsonDeserializationContext context) |
| Modifier and Type | Method and Description |
|---|---|
com.google.gson.JsonElement |
GenderSerializer.serialize(StravaGender gender,
Type type,
com.google.gson.JsonSerializationContext context) |
Copyright © 2015 Dan Shannon. All rights reserved.