Class FoursquareUserFriendGroup
java.lang.Object
org.pac4j.oauth.profile.foursquare.FoursquareUserFriendGroup
- All Implemented Interfaces:
Serializable
This class represents a Foursquare group of friends, could be mutual or other.
- Since:
- 1.5.0
- Author:
- Alexey Ogarkov
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintgetCount()Getter for the fieldcount.Getter for the fieldfriends.getName()Getter for the fieldname.getType()Getter for the fieldtype.voidsetCount(int count) Setter for the fieldcount.voidsetFriends(List<FoursquareUserFriend> friends) Setter for the fieldfriends.voidSetter for the fieldname.voidSetter for the fieldtype.
-
Constructor Details
-
FoursquareUserFriendGroup
public FoursquareUserFriendGroup()
-
-
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
-
getName
Getter for the field
name.- Returns:
- a
Stringobject
-
setName
Setter for the field
name.- Parameters:
name- aStringobject
-
getType
Getter for the field
type.- Returns:
- a
Stringobject
-
setType
Setter for the field
type.- Parameters:
type- aStringobject
-
getFriends
Getter for the field
friends.- Returns:
- a
Listobject
-
setFriends
Setter for the field
friends.- Parameters:
friends- aListobject
-