| Modifier and Type | Class and Description |
|---|---|
static class |
FixedTweetTimeline.Builder
FixedTweetTimeline Builder.
|
| Modifier and Type | Method and Description |
|---|---|
void |
next(Long minPosition,
<any> cb)
Loads items with position greater than (above) minPosition.
|
void |
previous(Long maxPosition,
<any> cb)
Loads items with position less than (below) maxId.
|
public void next(Long minPosition,
<any> cb)
Timeline