|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.hoiio.sdk.objects.HoiioResponse
com.hoiio.sdk.objects.account.Account
public class Account
Constructor Summary | |
---|---|
Account(net.sf.json.JSONObject output)
Constructs a new Account object by decoding the JSONObject as a response from the HTTP Request |
Method Summary | |
---|---|
String |
getCountry()
Gets the country of this account |
Currency |
getCurrency()
Gets the currency of this account |
String |
getEmail()
Gets the email address of this account |
String |
getMobileNumber()
Gets the registered number of this account |
String |
getName()
Gets the full name of this account |
String |
getPrefix()
Gets the country code prefix of this account |
String |
getUid()
Gets the user ID of this account |
Methods inherited from class com.hoiio.sdk.objects.HoiioResponse |
---|
getContent |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Account(net.sf.json.JSONObject output)
Account
object by decoding the JSONObject
as a response from the HTTP Request
output
- The response of the HTTP RequestMethod Detail |
---|
public String getCountry()
public Currency getCurrency()
public String getEmail()
public String getMobileNumber()
public String getName()
public String getPrefix()
public String getUid()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |