Example usage for Java twitter4j Paging fields, constructors, methods, implement or subclass
The text is from its open source code.
Paging(int page, int count) | |
Paging(int page, long sinceId) | |
Paging() | |
Paging(int page) | |
Paging(long sinceId) | |
Paging(int page, int count, long sinceId, long maxId) | |
Paging(int page, int count, long sinceId) |
int | getCount() |
long | getMaxId() |
int | getPage() |
long | getSinceId() |
void | setCount(int count) |
void | setMaxId(long maxId) |
void | setPage(int page) |
void | setSinceId(long sinceId) |