| Package | Description |
|---|---|
| javastrava.api.v3.model | |
| javastrava.api.v3.rest | |
| javastrava.api.v3.service | |
| javastrava.api.v3.service.impl | |
| javastrava.util |
| Modifier and Type | Method and Description |
|---|---|
StravaGear |
StravaActivity.getGear() |
| Modifier and Type | Method and Description |
|---|---|
List<StravaGear> |
StravaAthlete.getBikes() |
List<StravaGear> |
StravaAthlete.getShoes() |
| Modifier and Type | Method and Description |
|---|---|
void |
StravaActivity.setGear(StravaGear gear) |
| Modifier and Type | Method and Description |
|---|---|
void |
StravaAthlete.setBikes(List<StravaGear> bikes) |
void |
StravaAthlete.setShoes(List<StravaGear> shoes) |
| Modifier and Type | Method and Description |
|---|---|
StravaGear |
GearAPI.getGear(String gearId) |
StravaGear |
API.getGear(String gearId) |
| Modifier and Type | Method and Description |
|---|---|
StravaAPIFuture<StravaGear> |
API.getGearAsync(String gearId) |
| Modifier and Type | Method and Description |
|---|---|
void |
GearAPI.getGear(String gearId,
StravaAPICallback<StravaGear> callback) |
| Modifier and Type | Method and Description |
|---|---|
StravaGear |
Strava.getGear(String gearId) |
StravaGear |
GearService.getGear(String gearId)
Retrieve details about a specific item of
StravaGear. |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<StravaGear> |
Strava.getGearAsync(String gearId) |
CompletableFuture<StravaGear> |
GearService.getGearAsync(String gearId)
Retrieve details about a specific item of
StravaGear. |
| Modifier and Type | Method and Description |
|---|---|
StravaGear |
GearServiceImpl.getGear(String gearId) |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<StravaGear> |
GearServiceImpl.getGearAsync(String gearId) |
| Modifier and Type | Method and Description |
|---|---|
static StravaGear |
PrivacyUtils.privateGear(String id)
Creates a
StravaGear with resourceState = StravaResourceState.PRIVATE |
Copyright © 2016 Dan Shannon. All rights reserved.