| Package | Description |
|---|---|
| javastrava.api.v3.model.reference | |
| javastrava.json.impl.gson.serializer |
| Modifier and Type | Method and Description |
|---|---|
static StravaMeasurementMethod |
StravaMeasurementMethod.create(String id)
Used by JSON deserialisation
|
StravaMeasurementMethod |
StravaWeightClass.getMeasurementMethod() |
static StravaMeasurementMethod |
StravaMeasurementMethod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StravaMeasurementMethod[] |
StravaMeasurementMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static List<StravaWeightClass> |
StravaWeightClass.listByMeasurementMethod(StravaMeasurementMethod measurementMethod)
Returns a list of all
weight classes for the given StravaMeasurementMethod |
| Modifier and Type | Method and Description |
|---|---|
StravaMeasurementMethod |
MeasurementMethodSerializer.deserialize(com.google.gson.JsonElement json,
Type type,
com.google.gson.JsonDeserializationContext context) |
| Modifier and Type | Method and Description |
|---|---|
com.google.gson.JsonElement |
MeasurementMethodSerializer.serialize(StravaMeasurementMethod method,
Type type,
com.google.gson.JsonSerializationContext context) |
Copyright © 2015 Dan Shannon. All rights reserved.