Modifier and Type | Method and Description |
---|---|
FilterQuery |
FilterQuery.count(int count)
Sets count
|
FilterQuery |
FilterQuery.follow(long[] follow)
Sets follow
|
FilterQuery |
FilterQuery.language(String[] language)
Sets language
|
FilterQuery |
FilterQuery.locations(double[][] locations)
Sets locations
|
FilterQuery |
FilterQuery.track(String[] track)
Sets track
|
Modifier and Type | Method and Description |
---|---|
void |
TwitterStream.filter(FilterQuery query)
Start consuming public statuses that match one or more filter predicates.
|
StatusStream |
TwitterStream.getFilterStream(FilterQuery query)
Deprecated.
use
TwitterStream.filter(FilterQuery) instead |
Copyright © 2013. All Rights Reserved.