| 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 StravaAgeGroup |
StravaAgeGroup.create(String id)
Used by JSON deserialisation
|
static StravaAgeGroup |
StravaAgeGroup.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StravaAgeGroup[] |
StravaAgeGroup.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
StravaSegmentLeaderboard |
Strava.getAllSegmentLeaderboard(Integer segmentId,
StravaGender gender,
StravaAgeGroup ageGroup,
StravaWeightClass weightClass,
Boolean following,
Integer clubId,
StravaLeaderboardDateRange dateRange)
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
|
StravaSegmentLeaderboard |
SegmentService.getAllSegmentLeaderboard(Integer segmentId,
StravaGender gender,
StravaAgeGroup ageGroup,
StravaWeightClass weightClass,
Boolean following,
Integer clubId,
StravaLeaderboardDateRange dateRange)
|
CompletableFuture<StravaSegmentLeaderboard> |
Strava.getAllSegmentLeaderboardAsync(Integer segmentId,
StravaGender gender,
StravaAgeGroup ageGroup,
StravaWeightClass weightClass,
Boolean following,
Integer clubId,
StravaLeaderboardDateRange dateRange)
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
|
CompletableFuture<StravaSegmentLeaderboard> |
SegmentService.getAllSegmentLeaderboardAsync(Integer segmentId,
StravaGender gender,
StravaAgeGroup ageGroup,
StravaWeightClass weightClass,
Boolean following,
Integer clubId,
StravaLeaderboardDateRange dateRange)
|
StravaSegmentLeaderboard |
Strava.getSegmentLeaderboard(Integer segmentId,
StravaGender gender,
StravaAgeGroup ageGroup,
StravaWeightClass weightClass,
Boolean following,
Integer clubId,
StravaLeaderboardDateRange dateRange,
Paging pagingInstruction,
Integer contextEntries) |
StravaSegmentLeaderboard |
SegmentService.getSegmentLeaderboard(Integer segmentId,
StravaGender gender,
StravaAgeGroup ageGroup,
StravaWeightClass weightClass,
Boolean following,
Integer clubId,
StravaLeaderboardDateRange dateRange,
Paging pagingInstruction,
Integer contextEntries)
|
CompletableFuture<StravaSegmentLeaderboard> |
Strava.getSegmentLeaderboardAsync(Integer segmentId,
StravaGender gender,
StravaAgeGroup ageGroup,
StravaWeightClass weightClass,
Boolean following,
Integer clubId,
StravaLeaderboardDateRange dateRange,
Paging pagingInstruction,
Integer contextEntries) |
CompletableFuture<StravaSegmentLeaderboard> |
SegmentService.getSegmentLeaderboardAsync(Integer segmentId,
StravaGender gender,
StravaAgeGroup ageGroup,
StravaWeightClass weightClass,
Boolean following,
Integer clubId,
StravaLeaderboardDateRange dateRange,
Paging pagingInstruction,
Integer contextEntries)
|
| Modifier and Type | Method and Description |
|---|---|
StravaAgeGroup |
AgeGroupSerializer.deserialize(com.google.gson.JsonElement json,
Type type,
com.google.gson.JsonDeserializationContext context) |
| Modifier and Type | Method and Description |
|---|---|
com.google.gson.JsonElement |
AgeGroupSerializer.serialize(StravaAgeGroup ageGroup,
Type type,
com.google.gson.JsonSerializationContext context) |
Copyright © 2016 Dan Shannon. All rights reserved.