Class FoursquareUserPhoto

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

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

    • FoursquareUserPhoto

      public FoursquareUserPhoto()
  • Method Details

    • getPhotoUrl

      public String getPhotoUrl()

      getPhotoUrl.

      Returns:
      a String object
    • getPrefix

      public String getPrefix()

      Getter for the field prefix.

      Returns:
      a String object
    • setPrefix

      public void setPrefix(String prefix)

      Setter for the field prefix.

      Parameters:
      prefix - a String object
    • getSuffix

      public String getSuffix()

      Getter for the field suffix.

      Returns:
      a String object
    • setSuffix

      public void setSuffix(String suffix)

      Setter for the field suffix.

      Parameters:
      suffix - a String object