Class FoursquareUserFriend

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

public class FoursquareUserFriend extends Object implements Serializable
This class represents a Foursquare user friend.
Since:
1.5.0
Author:
Alexey Ogarkov
See Also:
  • Constructor Details

    • FoursquareUserFriend

      public FoursquareUserFriend()
  • Method Details

    • getId

      public String getId()

      Getter for the field id.

      Returns:
      a String object
    • setId

      public void setId(String id)

      Setter for the field id.

      Parameters:
      id - a String object
    • getFirstName

      public String getFirstName()

      Getter for the field firstName.

      Returns:
      a String object
    • setFirstName

      public void setFirstName(String firstName)

      Setter for the field firstName.

      Parameters:
      firstName - a String object
    • getLastName

      public String getLastName()

      Getter for the field lastName.

      Returns:
      a String object
    • setLastName

      public void setLastName(String lastName)

      Setter for the field lastName.

      Parameters:
      lastName - a String object
    • getGender

      public String getGender()

      Getter for the field gender.

      Returns:
      a String object
    • setGender

      public void setGender(String gender)

      Setter for the field gender.

      Parameters:
      gender - a String object
    • getRelationship

      public String getRelationship()

      Getter for the field relationship.

      Returns:
      a String object
    • setRelationship

      public void setRelationship(String relationship)

      Setter for the field relationship.

      Parameters:
      relationship - a String object
    • getPhoto

      public String getPhoto()

      Getter for the field photo.

      Returns:
      a String object
    • setPhoto

      public void setPhoto(String photo)

      Setter for the field photo.

      Parameters:
      photo - a String object
    • getBio

      public String getBio()

      Getter for the field bio.

      Returns:
      a String object
    • setBio

      public void setBio(String bio)

      Setter for the field bio.

      Parameters:
      bio - a String object
    • getLocation

      public String getLocation()

      Getter for the field location.

      Returns:
      a String object
    • setLocation

      public void setLocation(String location)

      Setter for the field location.

      Parameters:
      location - a String object
    • getEmail

      public String getEmail()

      Getter for the field email.

      Returns:
      a String object
    • setEmail

      public void setEmail(String email)

      Setter for the field email.

      Parameters:
      email - a String object