|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||
java.lang.Objectfi.foyt.foursquare.api.entities.CompactVenue
public class CompactVenue
Class representing CompactVenue entity
| 构造方法摘要 | |
|---|---|
CompactVenue()
|
|
| 方法摘要 | |
|---|---|
Category[] |
getCategories()
Returns array of venue's categories |
Contact |
getContact()
Returns contact information for the venue |
HereNow |
getHereNow()
Returns information about who is here now |
String |
getId()
Returns id of the venue |
Location |
getLocation()
Returns venue's contact information |
String |
getName()
Returns name of the venue |
CompleteSpecial[] |
getSpecials()
Returns array of specials at this venue |
Stats |
getStats()
Returns statistical information about this venue |
Tips |
getTips()
Returns tips for the venue |
TodoGroup |
getTodos()
Returns todos for the venue |
String |
getUrl()
Returns url for this venue |
Boolean |
getVerified()
Returns true if this venue has been verified |
| 从类 java.lang.Object 继承的方法 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| 构造方法详细信息 |
|---|
public CompactVenue()
| 方法详细信息 |
|---|
public String getId()
public String getName()
public Boolean getVerified()
public Contact getContact()
public Location getLocation()
public Category[] getCategories()
public CompleteSpecial[] getSpecials()
public HereNow getHereNow()
public Stats getStats()
public String getUrl()
public Tips getTips()
public TodoGroup getTodos()
|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||