fi.foyt.foursquare.api.entities
类 CompleteVenue

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

public class CompleteVenue
extends CompactVenue

Class representing CompleteVenue entity

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

构造方法摘要
CompleteVenue()
           
 
方法摘要
 Count getBeenHere()
          Returns count of the number of times the acting user has been here.
 String getDescription()
          Returns description of the venue provided by venue owner.
 Mayor getMayor()
          Returns mayor of this venue
 Photos getPhotos()
          Returns photos for this venue
 String getShortUrl()
          Returns a short URL for this venue, e.g. http://4sq.com/Ab123D
 CompleteSpecial[] getSpecialsNearby()
          Returns an array of specials near this venue.
 String[] getTags()
          Returns venue tags
 String getTimeZone()
          Returns time zone
 
从类 fi.foyt.foursquare.api.entities.CompactVenue 继承的方法
getCategories, getContact, getHereNow, getId, getLocation, getName, getSpecials, getStats, getTips, getTodos, getUrl, getVerified
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

CompleteVenue

public CompleteVenue()
方法详细信息

getDescription

public String getDescription()
Returns description of the venue provided by venue owner.

返回:
description of the venue provided by venue owner.

getMayor

public Mayor getMayor()
Returns mayor of this venue

返回:
mayor of this venue

getTags

public String[] getTags()
Returns venue tags

返回:
venue tags

getBeenHere

public Count getBeenHere()
Returns count of the number of times the acting user has been here.

返回:
count of the number of times the acting user has been here.

getShortUrl

public String getShortUrl()
Returns a short URL for this venue, e.g. http://4sq.com/Ab123D

返回:
a short URL for this venue, e.g. http://4sq.com/Ab123D

getSpecialsNearby

public CompleteSpecial[] getSpecialsNearby()
Returns an array of specials near this venue.

返回:
an array of specials near this venue.

getPhotos

public Photos getPhotos()
Returns photos for this venue

返回:
photos for this venue

getTimeZone

public String getTimeZone()
Returns time zone

返回:
time zone


Copyright © 2013 Foyt. All Rights Reserved.