Uses of Class
com.fitbit.api.common.model.body.DataPeriod

Packages that use DataPeriod
com.fitbit.api.client   
com.fitbit.api.common.model.body   
 

Uses of DataPeriod in com.fitbit.api.client
 

Methods in com.fitbit.api.client with parameters of type DataPeriod
 List<FatLog> FitbitApiClientAgent.getLoggedFat(LocalUserDetail localUser, FitbitUser fitbitUser, org.joda.time.LocalDate endDate, DataPeriod period)
          Get list of a user's fat log entries for a given days' period
 List<WeightLog> FitbitApiClientAgent.getLoggedWeight(LocalUserDetail localUser, FitbitUser fitbitUser, org.joda.time.LocalDate endDate, DataPeriod period)
          Get list of a user's weight log entries for a given days' period
 

Uses of DataPeriod in com.fitbit.api.common.model.body
 

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



Copyright © 2012. All Rights Reserved.