Class FoursquareUserPhoto

  • All Implemented Interfaces:
    java.io.Serializable

    public class FoursquareUserPhoto
    extends java.lang.Object
    implements java.io.Serializable
    This class represents a Foursquare user photo.
    Since:
    1.5.0
    Author:
    Alexey Ogarkov
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getPhotoUrl()  
      java.lang.String getPrefix()  
      java.lang.String getSuffix()  
      void setPrefix​(java.lang.String prefix)  
      void setSuffix​(java.lang.String suffix)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • FoursquareUserPhoto

        public FoursquareUserPhoto()
    • Method Detail

      • getPhotoUrl

        public java.lang.String getPhotoUrl()
      • getPrefix

        public java.lang.String getPrefix()
      • setPrefix

        public void setPrefix​(java.lang.String prefix)
      • getSuffix

        public java.lang.String getSuffix()
      • setSuffix

        public void setSuffix​(java.lang.String suffix)