public class FoursquareUserFriendGroup extends JsonObject
data, keepRawData| Constructor and Description |
|---|
FoursquareUserFriendGroup() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
buildFromJson(com.fasterxml.jackson.databind.JsonNode json)
Build an object from a JsonNode.
|
int |
getCount() |
List<FoursquareUserFriend> |
getFriends() |
String |
getName() |
String |
getType() |
buildFromisRootObject, toStringprotected void buildFromJson(com.fasterxml.jackson.databind.JsonNode json)
JsonObjectbuildFromJson in class JsonObjectjson - jsonpublic List<FoursquareUserFriend> getFriends()
public int getCount()
public String getName()
public String getType()
Copyright © 2016. All Rights Reserved.