Example usage for Java twitter4j FilterQuery fields, constructors, methods, implement or subclass
The text is from its open source code.
FilterQuery() 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(int count, long... follow) Creates a new FilterQuery | |
FilterQuery(long... follow) Creates a new FilterQuery | |
FilterQuery(String... track) Creates a new FilterQuery |
String | toString() |