| Modifier and Type | Class and Description |
|---|---|
static class |
TwitterListTimeline.Builder
TwitterListTimeline Builder.
|
| Modifier and Type | Method and Description |
|---|---|
void |
next(Long sinceId,
<any> cb)
Loads Tweets with id greater than (newer than) sinceId.
|
void |
previous(Long maxId,
<any> cb)
Loads Tweets with id less than (older than) maxId.
|