public class FoursquareItems
extends java.lang.Object
Constructor and Description |
---|
FoursquareItems() |
Modifier and Type | Method and Description |
---|---|
java.util.List<FoursquareTip> |
getTips()
get the list of tips about the current venue
|
FoursquareVenue |
getVenue()
Get the venue
|
void |
setTips(java.util.List<FoursquareTip> tips)
Set the list of tips about the current venue
|
void |
setVenue(FoursquareVenue venue)
Set the current venue
|
public java.util.List<FoursquareTip> getTips()
public FoursquareVenue getVenue()
public void setTips(java.util.List<FoursquareTip> tips)
tips
- public void setVenue(FoursquareVenue venue)
venue
-