| Package | Description |
|---|---|
| javastrava.api.v3.model | |
| javastrava.api.v3.model.reference | |
| javastrava.json.impl.gson.serializer |
| Modifier and Type | Method and Description |
|---|---|
StravaAthleteType |
StravaAthlete.getAthleteType() |
| Modifier and Type | Method and Description |
|---|---|
void |
StravaAthlete.setAthleteType(StravaAthleteType athleteType) |
| Modifier and Type | Method and Description |
|---|---|
static StravaAthleteType |
StravaAthleteType.create(Integer id)
Used by JSON deserialisation
|
static StravaAthleteType |
StravaAthleteType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StravaAthleteType[] |
StravaAthleteType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
StravaAthleteType |
AthleteTypeSerializer.deserialize(com.google.gson.JsonElement json,
Type type,
com.google.gson.JsonDeserializationContext context) |
| Modifier and Type | Method and Description |
|---|---|
com.google.gson.JsonElement |
AthleteTypeSerializer.serialize(StravaAthleteType athleteType,
Type type,
com.google.gson.JsonSerializationContext context) |
Copyright © 2016 Dan Shannon. All rights reserved.