| Package | Description |
|---|---|
| javastrava.api.v3.auth.ref | |
| javastrava.json.impl.gson.serializer |
| Modifier and Type | Method and Description |
|---|---|
static AuthorisationApprovalPrompt |
AuthorisationApprovalPrompt.create(String id)
Used by
AuthorisationApprovalPromptSerializer.deserialize(com.google.gson.JsonElement, java.lang.reflect.Type, com.google.gson.JsonDeserializationContext) when deserialising JSON returned by the Strava API |
static AuthorisationApprovalPrompt |
AuthorisationApprovalPrompt.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AuthorisationApprovalPrompt[] |
AuthorisationApprovalPrompt.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
AuthorisationApprovalPrompt |
AuthorisationApprovalPromptSerializer.deserialize(com.google.gson.JsonElement element,
Type type,
com.google.gson.JsonDeserializationContext context) |
| Modifier and Type | Method and Description |
|---|---|
com.google.gson.JsonElement |
AuthorisationApprovalPromptSerializer.serialize(AuthorisationApprovalPrompt prompt,
Type type,
com.google.gson.JsonSerializationContext context) |
Copyright © 2015 Dan Shannon. All rights reserved.