| Package | Description |
|---|---|
| javastrava.api.v3.model | |
| javastrava.api.v3.model.reference | |
| javastrava.cache | |
| javastrava.json.impl.gson.serializer |
| Modifier and Type | Method and Description |
|---|---|
void |
StravaSegmentLeaderboard.setResourceState(StravaResourceState resourceState) |
void |
StravaSegmentExplorerResponseSegment.setResourceState(StravaResourceState resourceState) |
void |
StravaSegmentEffort.setResourceState(StravaResourceState resourceState) |
void |
StravaSegment.setResourceState(StravaResourceState resourceState) |
void |
StravaPhoto.setResourceState(StravaResourceState resourceState) |
void |
StravaMap.setResourceState(StravaResourceState resourceState) |
void |
StravaLap.setResourceState(StravaResourceState resourceState) |
void |
StravaGear.setResourceState(StravaResourceState resourceState) |
void |
StravaComment.setResourceState(StravaResourceState resourceState) |
void |
StravaClubEvent.setResourceState(StravaResourceState resourceState) |
void |
StravaClubAnnouncement.setResourceState(StravaResourceState resourceState) |
void |
StravaClub.setResourceState(StravaResourceState resourceState) |
void |
StravaBestRunningEffort.setResourceState(StravaResourceState resourceState) |
void |
StravaAthlete.setResourceState(StravaResourceState resourceState) |
void |
StravaActivityZone.setResourceState(StravaResourceState resourceState) |
void |
StravaActivity.setResourceState(StravaResourceState resourceState) |
| Modifier and Type | Method and Description |
|---|---|
static StravaResourceState |
StravaResourceState.create(Integer id)
Used by JSON deserialisation
|
static StravaResourceState |
StravaResourceState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StravaResourceState[] |
StravaResourceState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
StravaResourceState |
StravaCacheable.getResourceState() |
| Modifier and Type | Method and Description |
|---|---|
StravaResourceState |
ResourceStateSerializer.deserialize(com.google.gson.JsonElement json,
Type type,
com.google.gson.JsonDeserializationContext context) |
| Modifier and Type | Method and Description |
|---|---|
com.google.gson.JsonElement |
ResourceStateSerializer.serialize(StravaResourceState resourceState,
Type type,
com.google.gson.JsonSerializationContext context) |
Copyright © 2016 Dan Shannon. All rights reserved.