パッケージ twitter4j
インタフェース TwitterResponse
- すべてのスーパーインタフェース:
Serializable
- 既知のサブインタフェースのリスト:
AccountSettings,AccountTotals,DirectMessage,DirectMessageList,IDs,OEmbed,PagableResponseList<T>,Place,QueryResult,Relationship,ResponseList<T>,SavedSearch,Status,Trends,User,UserList
- 既知の実装クラスのリスト:
TwitterException
Super interface of Twitter Response data interfaces which indicates that rate limit status is available.
- 関連項目:
-
ネストされたクラスの概要
ネストされたクラス -
メソッドの概要
修飾子とタイプメソッド説明Returns the current rate limit status if available.
-
メソッドの詳細
-
getRateLimitStatus
RateLimitStatus getRateLimitStatus()Returns the current rate limit status if available.- 戻り値:
- current rate limit status
- 導入されたバージョン:
- Twitter4J 2.1.0
-
getAccessLevel
TwitterResponse.AccessLevel getAccessLevel()- 戻り値:
- application permission model
- 導入されたバージョン:
- Twitter4J 2.2.3
- 関連項目:
-