Uses of Class
com.fitbit.api.model.APIFormat

Packages that use APIFormat
com.fitbit.api   
com.fitbit.api.model   
 

Uses of APIFormat in com.fitbit.api
 

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)
           
 

Uses of APIFormat in com.fitbit.api.model
 

Methods in com.fitbit.api.model that return APIFormat
static APIFormat APIFormat.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static APIFormat[] APIFormat.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2012. All Rights Reserved.