| Modifier and Type | Method and Description |
|---|---|
static Contact |
createContact(org.json.JSONObject jsonObject) |
String |
getFirstName()
Gets the first name of the contact
|
String |
getLastName()
Gets the last name of the contact, can be null
|
String |
getPhoneNumber()
Gets the phone number for the contact
|
int |
getUserId()
Gets the user id of the contact
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetFullNamepublic static Contact createContact(org.json.JSONObject jsonObject)
public String getPhoneNumber()
ContactgetPhoneNumber in interface Contactpublic String getFirstName()
ContactgetFirstName in interface Contactpublic String getLastName()
ContactgetLastName in interface ContactCopyright © 2017. All rights reserved.