|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||
java.lang.Objectfi.foyt.foursquare.api.entities.Checkin
public class Checkin
Class representing Checkin entity
| 构造方法摘要 | |
|---|---|
Checkin()
|
|
| 方法摘要 | |
|---|---|
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 |
| 从类 java.lang.Object 继承的方法 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| 构造方法详细信息 |
|---|
public 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()
|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||