Java twitter4j QueryResult fields, constructors, methods, implement or subclass

Example usage for Java twitter4j QueryResult fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for twitter4j QueryResult.

The text is from its open source code.

Constructor

Method

intgetCount()
longgetMaxId()
StringgetQuery()
ListgetTweets()
booleanhasNext()
test if there is next page
QuerynextQuery()
Returns a Query instance to fetch next page or null if there is no next page.