Class FoursquareUserFriends

java.lang.Object
org.pac4j.oauth.profile.foursquare.FoursquareUserFriends
All Implemented Interfaces:
Serializable

public class FoursquareUserFriends extends Object implements 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 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

      public List<FoursquareUserFriendGroup> getGroups()

      Getter for the field groups.

      Returns:
      a List object
    • setGroups

      public void setGroups(List<FoursquareUserFriendGroup> groups)

      Setter for the field groups.

      Parameters:
      groups - a List object