Class FoursquareUserFriends
java.lang.Object
org.pac4j.oauth.profile.foursquare.FoursquareUserFriends
- All Implemented Interfaces:
Serializable
This class represents a Foursquare user friend group container, with count and list of different groups.
- Since:
- 1.5.0
- Author:
- Alexey Ogarkov
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintgetCount()Getter for the fieldcount.Getter for the fieldgroups.voidsetCount(int count) Setter for the fieldcount.voidsetGroups(List<FoursquareUserFriendGroup> groups) Setter for the fieldgroups.
-
Constructor Details
-
FoursquareUserFriends
public FoursquareUserFriends()
-
-
Method Details
-
getCount
public int getCount()Getter for the field
count.- Returns:
- a int
-
setCount
public void setCount(int count) Setter for the field
count.- Parameters:
count- a int
-
getGroups
Getter for the field
groups.- Returns:
- a
Listobject
-
setGroups
Setter for the field
groups.- Parameters:
groups- aListobject
-