Modifier and Type | Method and Description |
---|---|
FilterQuery |
FilterQuery.count(int count)
Sets count
|
FilterQuery |
FilterQuery.filterLevel(String filterLevel)
The filter level limits what tweets appear in the stream to those with
a minimum filter_level attribute value.
|
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.
|
Copyright © 2016. All Rights Reserved.