public class Checkin extends Object implements FoursquareEntity
| Constructor and Description |
|---|
Checkin() |
| Modifier and Type | Method and Description |
|---|---|
CommentGroup |
getComments()
Returns comments for checkin
|
Long |
getCreatedAt()
Returns when this checkin was created (epoch)
|
String |
getId()
Returns checkin id
|
Boolean |
getIsMayor()
Returns is the checked user mayor
|
Location |
getLocation()
Returns Location of the checkin.
|
CheckinGroup |
getOverlaps()
Returns checkins from friends checked into the same venue around the same time.
|
PhotoGroup |
getPhotos()
Returns photos of the checkin
|
String |
getShout()
Returns shout text
|
Source |
getSource()
Returns Source object containing application name and url that created this checkin
|
String |
getTimeZone()
Returns timezone of the checkin
|
String |
getType()
Returns checkin type (checkin, shout, or venueless)
|
CompactUser |
getUser()
Returns user who checked in
|
CompactVenue |
getVenue()
Returns venue if any
|
Boolean |
isPrivate()
Returns is this a private checkin
|
public String getId()
public String getType()
public Boolean isPrivate()
public CompactUser getUser()
public Boolean getIsMayor()
public String getTimeZone()
public CompactVenue getVenue()
public Location getLocation()
public String getShout()
public Long getCreatedAt()
public PhotoGroup getPhotos()
public CommentGroup getComments()
public Source getSource()
public CheckinGroup getOverlaps()
Copyright © 2014 Foyt. All Rights Reserved.