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

Packages that use ApiCollectionProperty
com.fitbit.api   
com.fitbit.api.client   
com.fitbit.api.model   
 

Uses of ApiCollectionProperty in com.fitbit.api
 

Methods in com.fitbit.api with parameters of type ApiCollectionProperty
static String APIUtil.constructFullUrl(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, ApiCollectionProperty collectionProperty, APIFormat format)
           
 

Uses of ApiCollectionProperty in com.fitbit.api.client
 

Methods in com.fitbit.api.client with parameters of type ApiCollectionProperty
 Response FitbitApiClientAgent.getCollectionResponseForProperty(LocalUserDetail localUser, FitbitUser fitbitUser, APICollectionType type, ApiCollectionProperty property)
           
 List<LoggedFood> FitbitApiClientAgent.getLoggedFoods(LocalUserDetail localUser, FitbitUser fitbitUser, ApiCollectionProperty property)
           
 

Uses of ApiCollectionProperty in com.fitbit.api.model
 

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



Copyright © 2012. All Rights Reserved.