|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecttwitter4j.FilterQuery
public final class FilterQuery
| Constructor Summary | |
|---|---|
FilterQuery()
Creates a new FilterQuery |
|
FilterQuery(int count,
long[] follow)
Creates a new FilterQuery |
|
FilterQuery(int count,
long[] follow,
String[] track)
Creates a new FilterQuery |
|
FilterQuery(int count,
long[] follow,
String[] track,
double[][] locations)
Creates a new FilterQuery |
|
FilterQuery(long[] follow)
Creates a new FilterQuery |
|
| Method Summary | |
|---|---|
FilterQuery |
count(int count)
Sets count |
boolean |
equals(Object o)
|
FilterQuery |
follow(long[] follow)
Sets follow |
int |
hashCode()
|
FilterQuery |
locations(double[][] locations)
Sets locations |
FilterQuery |
setIncludeEntities(boolean include)
Set whether to include extracted entities in the stream. |
String |
toString()
|
FilterQuery |
track(String[] track)
Sets track |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public FilterQuery()
public FilterQuery(long[] follow)
follow - Specifies the users, by ID, to receive public tweets from.
public FilterQuery(int count,
long[] follow)
count - Indicates the number of previous statuses to stream before transitioning to the live stream.follow - Specifies the users, by ID, to receive public tweets from.
public FilterQuery(int count,
long[] follow,
String[] track)
count - Indicates the number of previous statuses to stream before transitioning to the live stream.follow - Specifies the users, by ID, to receive public tweets from.track - Specifies keywords to track.
public FilterQuery(int count,
long[] follow,
String[] track,
double[][] locations)
count - Indicates the number of previous statuses to stream before transitioning to the live stream.follow - Specifies the users, by ID, to receive public tweets from.track - Specifies keywords to track.locations - Specifies the locations to track. 2D array| Method Detail |
|---|
public FilterQuery count(int count)
count - Indicates the number of previous statuses to stream before transitioning to the live stream.
public FilterQuery follow(long[] follow)
follow - Specifies the users, by ID, to receive public tweets from.
public FilterQuery track(String[] track)
track - Specifies keywords to track.
public FilterQuery locations(double[][] locations)
locations - Specifies the locations to track. 2D array
public FilterQuery setIncludeEntities(boolean include)
include - True if entities should be included, else false.
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||