com.fitbit.api.common.model.body
Class BodyWithGoals

java.lang.Object
  extended by com.fitbit.api.common.model.body.BodyWithGoals

public class BodyWithGoals
extends Object


Constructor Summary
BodyWithGoals(Body body, BodyGoals bodyGoals)
           
 
Method Summary
static BodyWithGoals constructBodyWithGoals(Response res)
           
 Body getBody()
           
 BodyGoals getBodyGoals()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BodyWithGoals

public BodyWithGoals(Body body,
                     BodyGoals bodyGoals)
Method Detail

constructBodyWithGoals

public static BodyWithGoals constructBodyWithGoals(Response res)
                                            throws FitbitAPIException,
                                                   org.json.JSONException
Throws:
FitbitAPIException
org.json.JSONException

getBody

public Body getBody()

getBodyGoals

public BodyGoals getBodyGoals()


Copyright © 2012. All Rights Reserved.