パッケージ twitter4j.v1
クラス FilterQuery
java.lang.Object
twitter4j.v1.FilterQuery
- すべての実装されたインタフェース:
Serializable
- 導入されたバージョン:
- Twitter4J 2.1.2
- 関連項目:
-
ネストされたクラスの概要
ネストされたクラス -
フィールドの概要
フィールド修飾子とタイプフィールド説明final int
countfinal FilterQuery.FilterLevel
filter levelfinal long[]
followfinal String[]
languagefinal double[][]
locationsfinal String[]
track -
メソッドの概要
修飾子とタイプメソッド説明count
(int count) Creates a new FilterQuery with specified valuesboolean
filterLevel
(@NotNull FilterQuery.FilterLevel filterLevel) The filter level limits what tweets appear in the stream to those with a minimum filter_level attribute value.follow
(long... follow) Creates a new FilterQuery with specified valuesint
hashCode()
Sets languagelocations
(double @NotNull [][] locations) Creates a new FilterQuery with specified valuesstatic FilterQuery
ofFollow
(long... follow) Creates a new FilterQuery with specified valuesstatic FilterQuery
ofLocations
(double @NotNull [][] locations) Creates a new FilterQuery with specified valuesstatic FilterQuery
Creates a new FilterQuerytoString()
Creates a new FilterQuery
-
フィールド詳細
-
count
public final int countcount -
follow
public final long[] followfollow -
track
track -
locations
public final double[][] locationslocations -
language
language -
filterLevel
filter level
-
-
メソッドの詳細
-
count
Creates a new FilterQuery with specified values- パラメータ:
count
- Indicates the number of previous statuses to stream before transitioning to the live stream.- 戻り値:
- new FilterQuery instance
-
ofFollow
Creates a new FilterQuery with specified values- パラメータ:
follow
- Specifies the users, by ID, to receive public tweets from.- 戻り値:
- FilterQuery
-
follow
Creates a new FilterQuery with specified values- パラメータ:
follow
- Specifies the users, by ID, to receive public tweets from.- 戻り値:
- FilterQuery
-
ofTrack
Creates a new FilterQuery- パラメータ:
track
- Specifies keywords to track.- 戻り値:
- new FilterQuery instance
- 導入されたバージョン:
- Twitter4J 4.0.4
-
track
Creates a new FilterQuery- パラメータ:
track
- Specifies keywords to track.- 戻り値:
- new FilterQuery instance
- 導入されたバージョン:
- Twitter4J 4.0.4
-
ofLocations
Creates a new FilterQuery with specified values- パラメータ:
locations
- Specifies the locations to track. 2D array- 戻り値:
- new FilterQuery instance
-
locations
Creates a new FilterQuery with specified values- パラメータ:
locations
- Specifies the locations to track. 2D array- 戻り値:
- new FilterQuery instance
-
language
Sets language- パラメータ:
language
- Specifies languages to track.- 戻り値:
- new FilterQuery instance
-
filterLevel
The filter level limits what tweets appear in the stream to those with a minimum filter_level attribute value.- パラメータ:
filterLevel
- one of either none, low, or medium.- 戻り値:
- new FilterQuery instance
-
equals
-
hashCode
public int hashCode() -
toString
-