Uses of Class
twitter4j.FilterQuery

Packages that use FilterQuery
twitter4j   
 

Uses of FilterQuery in twitter4j
 

Methods in twitter4j that return FilterQuery
 FilterQuery FilterQuery.count(int count)
          Sets count
 FilterQuery FilterQuery.follow(int[] follow)
          Sets follow
 FilterQuery FilterQuery.locations(double[][] locations)
          Sets locations
 FilterQuery FilterQuery.setIncludeEntities(boolean include)
          Set whether to include extracted entities in the stream.
 FilterQuery FilterQuery.track(java.lang.String[] track)
          Sets track
 

Methods in twitter4j with parameters of type FilterQuery
 void TwitterStream.filter(FilterQuery query)
          Start consuming public statuses that match one or more filter predicates.
 StatusStream TwitterStream.getFilterStream(FilterQuery query)
          Returns public statuses that match one or more filter predicates.
 



Copyright © 2011. All Rights Reserved.