public class FoursquareUserContact extends JsonObject
This class is the user profile for Foursquare with appropriate getters.
It is returned by the FoursquareClient.
data, keepRawData| Constructor and Description |
|---|
FoursquareUserContact() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
buildFromJson(com.fasterxml.jackson.databind.JsonNode json)
Build an object from a JsonNode.
|
String |
getEmail() |
String |
getFacebook() |
String |
getTwitter() |
buildFromisRootObject, toStringprotected void buildFromJson(com.fasterxml.jackson.databind.JsonNode json)
JsonObjectbuildFromJson in class JsonObjectjson - jsonpublic String getEmail()
public String getTwitter()
public String getFacebook()
Copyright © 2015. All Rights Reserved.