public class Comment extends Object implements FoursquareEntity
| Constructor and Description |
|---|
Comment() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getCreatedAt()
Returns when this comment was created (epoch)
|
String |
getId()
Returns comment's id
|
String |
getText()
Returns comment's text
|
CompactUser |
getUser()
Returns user that left the comment
|
public String getId()
public Long getCreatedAt()
public CompactUser getUser()
public String getText()
Copyright © 2014 Foyt. All Rights Reserved.