Package | Description |
---|---|
twitter4j |
general package for Twitter4J
|
Modifier and Type | Field and Description |
---|---|
static Query.ResultType |
Query.MIXED
mixed: Include both popular and real time results in the response.
|
static Query.ResultType |
Query.POPULAR
popular: return only the most popular results in the response.
|
static Query.ResultType |
Query.RECENT
recent: return only the most recent results in the response
|
Modifier and Type | Method and Description |
---|---|
Query.ResultType |
Query.getResultType()
Returns resultType
|
static Query.ResultType |
Query.ResultType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Query.ResultType[] |
Query.ResultType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Query |
Query.resultType(Query.ResultType resultType)
If specified, returns tweets included popular or real time or both in the response
|
void |
Query.setResultType(Query.ResultType resultType)
Default value is Query.MIXED if parameter not specified
|
Copyright © 2018. All rights reserved.