|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use APIVersion | |
|---|---|
| com.fitbit.api | |
| com.fitbit.api.client | |
| com.fitbit.api.model | |
| Uses of APIVersion in com.fitbit.api |
|---|
| Methods in com.fitbit.api with parameters of type APIVersion | |
|---|---|
static String |
APIUtil.constructFullSubscriptionUrl(String baseUrl,
APIVersion version,
FitbitResourceOwner owner,
APICollectionType collectionType,
APIFormat format)
|
static String |
APIUtil.constructFullSubscriptionUrl(String baseUrl,
APIVersion version,
FitbitResourceOwner owner,
APICollectionType collectionType,
String subscriptionId,
APIFormat format)
|
static String |
APIUtil.constructFullUrl(String baseUrl,
APIVersion version,
FitbitResourceOwner owner,
APICollectionType collectionType,
ApiCollectionProperty collectionProperty,
APIFormat format)
|
static String |
APIUtil.constructFullUrl(String baseUrl,
APIVersion version,
FitbitResourceOwner owner,
APICollectionType collectionType,
org.joda.time.LocalDate date,
APIFormat format)
|
static String |
APIUtil.constructTimeSeriesUrl(String baseUrl,
APIVersion version,
FitbitResourceOwner owner,
TimeSeriesResourceType resourceType,
String startDate,
String endDateOrPeriod,
APIFormat format)
|
static String |
APIUtil.constructTimeSeriesUrl(String baseUrl,
APIVersion version,
FitbitResourceOwner owner,
TimeSeriesResourceType resourceType,
String startDate,
String endDateOrPeriod,
String startTime,
String endTime,
APIFormat format)
|
static String |
APIUtil.contextualizeUrl(String baseUrl,
APIVersion version,
String relativeUrl,
APIFormat format)
|
protected static String |
APIUtil.nullSafeConstructUrl(String baseUrl,
APIVersion version,
FitbitResourceOwner owner,
APICollectionType collectionType,
ApiCollectionProperty collectionProperty,
APIFormat format)
|
protected static String |
APIUtil.nullSafeConstructUrl(String baseUrl,
APIVersion version,
FitbitResourceOwner owner,
APICollectionType collectionType,
org.joda.time.LocalDate date,
String subscriptionId,
APIFormat format)
|
protected static String |
APIUtil.nullSafeContextualizeUrl(String baseUrl,
APIVersion version,
String relativeUrl,
APIFormat format)
|
| Uses of APIVersion in com.fitbit.api.client |
|---|
| Methods in com.fitbit.api.client that return APIVersion | |
|---|---|
APIVersion |
FitbitApiClientAgent.getApiVersion()
Returns currently used API version |
| Uses of APIVersion in com.fitbit.api.model |
|---|
| Methods in com.fitbit.api.model that return APIVersion | |
|---|---|
static APIVersion |
APIVersion.fromVersion(String v)
|
static APIVersion |
APIVersion.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static APIVersion[] |
APIVersion.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||