fi.foyt.foursquare.api.entities
类 CompactVenue

java.lang.Object
  继承者 fi.foyt.foursquare.api.entities.CompactVenue
所有已实现的接口:
FoursquareEntity, Serializable
直接已知子类:
CompleteVenue

public class CompactVenue
extends Object
implements FoursquareEntity

Class representing CompactVenue entity

作者:
Antti Leppä
另请参见:
https://developer.foursquare.com/docs/responses/venue.html, 序列化表格

构造方法摘要
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
 

构造方法详细信息

CompactVenue

public CompactVenue()
方法详细信息

getId

public String getId()
Returns id of the venue

返回:
id of the venue

getName

public String getName()
Returns name of the venue

返回:
name of the venue

getVerified

public Boolean getVerified()
Returns true if this venue has been verified

返回:
true if this venue has been verified

getContact

public Contact getContact()
Returns contact information for the venue

返回:
contact information for the venue

getLocation

public Location getLocation()
Returns venue's contact information

返回:
venue's contact information

getCategories

public Category[] getCategories()
Returns array of venue's categories

返回:
array of venue's categories

getSpecials

public CompleteSpecial[] getSpecials()
Returns array of specials at this venue

返回:
array of specials at this venue

getHereNow

public HereNow getHereNow()
Returns information about who is here now

返回:
information about who is here now

getStats

public Stats getStats()
Returns statistical information about this venue

返回:
statistical information about this venue

getUrl

public String getUrl()
Returns url for this venue

返回:
url for this venue

getTips

public Tips getTips()
Returns tips for the venue

返回:
tips for the venue

getTodos

public TodoGroup getTodos()
Returns todos for the venue

返回:
todos for the venue


Copyright © 2013 Foyt. All Rights Reserved.