public class CompactTip extends Object implements FoursquareEntity
| Constructor and Description |
|---|
CompactTip() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getCreatedAt()
Returns when this tip was created (epoch)
|
String |
getId()
Returns the id of the tip
|
Photo |
getPhoto()
Returns photo of the tip
|
String |
getPhotoURL()
Returns URL to the photo
|
String |
getStatus()
Returns status of the tip (either todo or done)
|
String |
getText()
Returns the text of the tip
|
String |
getUrl()
Returns URL for more information.
|
CompactUser |
getUser()
Returns user that left the tip
|
CompactVenue |
getVenue()
Returns venue (if any) for the tip
|
public String getId()
public String getText()
public Long getCreatedAt()
public String getStatus()
public Photo getPhoto()
public String getPhotoURL()
public CompactUser getUser()
public CompactVenue getVenue()
public String getUrl()
Copyright © 2014 Foyt. All Rights Reserved.