public class FoursquareUserFriends extends JsonObject
| Constructor and Description |
|---|
FoursquareUserFriends() |
| Modifier and Type | Method and Description |
|---|---|
int |
getCount() |
List<FoursquareUserFriendGroup> |
getGroups() |
void |
setCount(int count) |
void |
setGroups(List<FoursquareUserFriendGroup> groups) |
toStringpublic int getCount()
public void setCount(int count)
public List<FoursquareUserFriendGroup> getGroups()
public void setGroups(List<FoursquareUserFriendGroup> groups)
Copyright © 2016. All rights reserved.