Class FoursquareUserFriendGroup

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

public class FoursquareUserFriendGroup extends Object implements Serializable
This class represents a Foursquare group of friends, could be mutual or other.
Since:
1.5.0
Author:
Alexey Ogarkov
See Also:
  • 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

      public String getName()

      Getter for the field name.

      Returns:
      a String object
    • setName

      public void setName(String name)

      Setter for the field name.

      Parameters:
      name - a String object
    • getType

      public String getType()

      Getter for the field type.

      Returns:
      a String object
    • setType

      public void setType(String type)

      Setter for the field type.

      Parameters:
      type - a String object
    • getFriends

      public List<FoursquareUserFriend> getFriends()

      Getter for the field friends.

      Returns:
      a List object
    • setFriends

      public void setFriends(List<FoursquareUserFriend> friends)

      Setter for the field friends.

      Parameters:
      friends - a List object