Java twitter4j FilterQuery fields, constructors, methods, implement or subclass

Example usage for Java twitter4j FilterQuery fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for twitter4j FilterQuery.

The text is from its open source code.

Field

intcount
nullfollow
String[]track
nulllocations
String[]language
StringfilterLevel

Constructor

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

Method