| Package | Description |
|---|---|
| javastrava.api.v3.model.reference | |
| javastrava.api.v3.rest | |
| javastrava.api.v3.service | |
| javastrava.api.v3.service.impl | |
| javastrava.json.impl.gson.serializer |
| Modifier and Type | Method and Description |
|---|---|
static StravaActivityType |
StravaActivityType.create(String id) |
static StravaActivityType |
StravaActivityType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StravaActivityType[] |
StravaActivityType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
StravaUploadResponse |
UploadAPI.upload(StravaActivityType activityType,
String name,
String description,
Boolean _private,
Boolean trainer,
String dataType,
String externalId,
retrofit.mime.TypedFile file) |
| Modifier and Type | Method and Description |
|---|---|
StravaUploadResponse |
UploadService.upload(StravaActivityType activityType,
String name,
String description,
Boolean _private,
Boolean trainer,
String dataType,
String externalId,
File file)
Requires write permissions, as requested during the authorization process.
|
| Modifier and Type | Method and Description |
|---|---|
StravaUploadResponse |
UploadServiceImpl.upload(StravaActivityType activityType,
String name,
String description,
Boolean _private,
Boolean trainer,
String dataType,
String externalId,
File file) |
| Modifier and Type | Method and Description |
|---|---|
StravaActivityType |
ActivityTypeSerializer.deserialize(com.google.gson.JsonElement json,
Type type,
com.google.gson.JsonDeserializationContext context) |
| Modifier and Type | Method and Description |
|---|---|
com.google.gson.JsonElement |
ActivityTypeSerializer.serialize(StravaActivityType activityType,
Type type,
com.google.gson.JsonSerializationContext context) |
Copyright © 2015 Dan Shannon. All rights reserved.