| Methods in com.fitbit.api with parameters of type APIFormat |
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)
|