| Modifier and Type | Method and Description |
|---|---|
StravaClimbCategory |
StravaSegmentExplorerResponseSegment.getClimbCategory() |
StravaClimbCategory |
StravaSegment.getClimbCategory() |
| Modifier and Type | Method and Description |
|---|---|
void |
StravaSegmentExplorerResponseSegment.setClimbCategory(StravaClimbCategory climbCategory) |
void |
StravaSegment.setClimbCategory(StravaClimbCategory climbCategory) |
| Modifier and Type | Method and Description |
|---|---|
static StravaClimbCategory |
StravaClimbCategory.create(Integer id)
Used by JSON deserialisation
|
static StravaClimbCategory |
StravaClimbCategory.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StravaClimbCategory[] |
StravaClimbCategory.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
StravaSegmentExplorerResponse |
SegmentAPI.segmentExplore(String bounds,
StravaSegmentExplorerActivityType activityType,
StravaClimbCategory minCategory,
StravaClimbCategory maxCategory) |
StravaSegmentExplorerResponse |
API.segmentExplore(String bounds,
StravaSegmentExplorerActivityType activityType,
StravaClimbCategory minCategory,
StravaClimbCategory maxCategory) |
void |
SegmentAPI.segmentExplore(String bounds,
StravaSegmentExplorerActivityType activityType,
StravaClimbCategory minCategory,
StravaClimbCategory maxCategory,
StravaAPICallback<StravaSegmentExplorerResponse> callback) |
StravaAPIFuture<StravaSegmentExplorerResponse> |
API.segmentExploreAsync(String bounds,
StravaSegmentExplorerActivityType activityType,
StravaClimbCategory minCategory,
StravaClimbCategory maxCategory) |
| Modifier and Type | Method and Description |
|---|---|
StravaSegmentExplorerResponse |
Strava.segmentExplore(StravaMapPoint southwestCorner,
StravaMapPoint northeastCorner,
StravaSegmentExplorerActivityType activityType,
StravaClimbCategory minCat,
StravaClimbCategory maxCat) |
StravaSegmentExplorerResponse |
SegmentService.segmentExplore(StravaMapPoint southwestCorner,
StravaMapPoint northeastCorner,
StravaSegmentExplorerActivityType activityType,
StravaClimbCategory minCat,
StravaClimbCategory maxCat)
This endpoint can be used to find popular segments within a given area (defined by the southwest and northeast corners of the area).
|
CompletableFuture<StravaSegmentExplorerResponse> |
Strava.segmentExploreAsync(StravaMapPoint southwestCorner,
StravaMapPoint northeastCorner,
StravaSegmentExplorerActivityType activityType,
StravaClimbCategory minCat,
StravaClimbCategory maxCat) |
CompletableFuture<StravaSegmentExplorerResponse> |
SegmentService.segmentExploreAsync(StravaMapPoint southwestCorner,
StravaMapPoint northeastCorner,
StravaSegmentExplorerActivityType activityType,
StravaClimbCategory minCat,
StravaClimbCategory maxCat)
This endpoint can be used to find popular segments within a given area (defined by the southwest and northeast corners of the area).
|
| Modifier and Type | Method and Description |
|---|---|
StravaSegmentExplorerResponse |
SegmentServiceImpl.segmentExplore(StravaMapPoint southwestCorner,
StravaMapPoint northeastCorner,
StravaSegmentExplorerActivityType activityType,
StravaClimbCategory minCat,
StravaClimbCategory maxCat) |
CompletableFuture<StravaSegmentExplorerResponse> |
SegmentServiceImpl.segmentExploreAsync(StravaMapPoint southwestCorner,
StravaMapPoint northeastCorner,
StravaSegmentExplorerActivityType activityType,
StravaClimbCategory minCat,
StravaClimbCategory maxCat) |
| Modifier and Type | Method and Description |
|---|---|
StravaClimbCategory |
ClimbCategorySerializer.deserialize(com.google.gson.JsonElement json,
Type type,
com.google.gson.JsonDeserializationContext context) |
| Modifier and Type | Method and Description |
|---|---|
com.google.gson.JsonElement |
ClimbCategorySerializer.serialize(StravaClimbCategory climbCategory,
Type type,
com.google.gson.JsonSerializationContext context) |
Copyright © 2016 Dan Shannon. All rights reserved.