Modifier and Type | Method and Description |
---|---|
FilterQuery |
FilterQuery.count(int count)
Sets count
|
FilterQuery |
FilterQuery.filterLevel(java.lang.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(java.lang.String... language)
Sets language
|
FilterQuery |
FilterQuery.locations(double[]... locations)
Sets locations
|
FilterQuery |
FilterQuery.track(java.lang.String... track)
Sets track
|
Modifier and Type | Method and Description |
---|---|
TwitterStream |
TwitterStream.filter(FilterQuery query)
Start consuming public statuses that match one or more filter predicates.
|
Copyright © 2018. All Rights Reserved.