public class Photo extends Object implements FoursquareEntity
| Constructor and Description |
|---|
Photo() |
| Modifier and Type | Method and Description |
|---|---|
Checkin |
getCheckin()
Returns checkin in which photo is related to
|
Long |
getCreatedAt()
Returns seconds since epoch when this photo was created.
|
String |
getId()
Returns photo's id
|
SizeGroup |
getSizes()
Returns image sizes
|
Source |
getSource()
Returns source of the image (Application)
|
CompleteTip |
getTip()
Returns tip in which photo is related to
|
String |
getUrl()
Returns the url for the original uploaded file.
|
CompactUser |
getUser()
Returns user that uploaded the image
|
CompactVenue |
getVenue()
Returns venue where photo was taken
|
public String getId()
public Long getCreatedAt()
public String getUrl()
public SizeGroup getSizes()
public Source getSource()
public CompactUser getUser()
public CompactVenue getVenue()
public CompleteTip getTip()
public Checkin getCheckin()
Copyright © 2014 Foyt. All Rights Reserved.