public class MiniVenue extends Object implements FoursquareEntity
| Constructor and Description |
|---|
MiniVenue() |
| Modifier and Type | Method and Description |
|---|---|
Category[] |
getCategories()
categories for the venue
|
String |
getId()
get the id
|
Location |
getLocation()
location of the venue
|
String |
getName()
name of the venue
|
void |
setCategories(Category[] categories) |
void |
setId(String id) |
void |
setLocation(Location location) |
void |
setName(String name) |
public String getId()
public void setId(String id)
public String getName()
public void setName(String name)
public Location getLocation()
public void setLocation(Location location)
public Category[] getCategories()
public void setCategories(Category[] categories)
Copyright © 2014 Foyt. All Rights Reserved.