public class FoursquareUserFriend extends JsonObject
data, keepRawData| Constructor and Description |
|---|
FoursquareUserFriend() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
buildFromJson(com.fasterxml.jackson.databind.JsonNode json)
Build an object from a JsonNode.
|
String |
getBio() |
String |
getEmail() |
String |
getFirstName() |
Gender |
getGender() |
String |
getId() |
String |
getLastName() |
String |
getLocation() |
String |
getPhoto() |
String |
getRelationship() |
buildFromisRootObject, toStringprotected void buildFromJson(com.fasterxml.jackson.databind.JsonNode json)
JsonObjectbuildFromJson in class JsonObjectpublic String getId()
public String getFirstName()
public String getLastName()
public Gender getGender()
public String getRelationship()
public String getPhoto()
public String getBio()
public String getLocation()
public String getEmail()
Copyright © 2014. All Rights Reserved.