public class Todo extends Object implements FoursquareEntity
| Constructor and Description |
|---|
Todo() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getCreatedAt()
Returns to-do's id
|
String |
getId()
Returns seconds since epoch when this to-do was created.
|
CompleteTip |
getTip()
Returns the tip which is to-do
|
public Long getCreatedAt()
public String getId()
public CompleteTip getTip()
Copyright © 2014 Foyt. All Rights Reserved.