public class CompactVenue extends Object implements FoursquareEntity
| Constructor and Description |
|---|
CompactVenue() |
| Modifier and Type | Method and Description |
|---|---|
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
|
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()
Copyright © 2014 Foyt. All Rights Reserved.