com.fitbit.api.common.model.devices
Class ScaleInviteSendingResult

java.lang.Object
  extended by com.fitbit.api.common.model.devices.ScaleInviteSendingResult

public class ScaleInviteSendingResult
extends Object


Constructor Summary
ScaleInviteSendingResult(org.json.JSONObject json)
           
 
Method Summary
 String getEmail()
           
 String getMessage()
           
 ScaleInvite getScaleInvite()
           
 boolean getSuccess()
           
static List<ScaleInviteSendingResult> jsonArrayToScaleInviteSendingResultsList(org.json.JSONArray array)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ScaleInviteSendingResult

public ScaleInviteSendingResult(org.json.JSONObject json)
                         throws org.json.JSONException
Throws:
org.json.JSONException
Method Detail

jsonArrayToScaleInviteSendingResultsList

public static List<ScaleInviteSendingResult> jsonArrayToScaleInviteSendingResultsList(org.json.JSONArray array)
                                                                               throws org.json.JSONException
Throws:
org.json.JSONException

getSuccess

public boolean getSuccess()

getEmail

public String getEmail()

getMessage

public String getMessage()

getScaleInvite

public ScaleInvite getScaleInvite()


Copyright © 2012. All Rights Reserved.