|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||