パッケージ twitter4j.v1

インタフェース AccountTotals

すべてのスーパーインタフェース:
Serializable, TwitterResponse

public interface AccountTotals extends TwitterResponse, Serializable
導入されたバージョン:
Twitter4J 2.1.9
  • ネストされたクラスの概要

    インタフェースから継承されたネストされたクラス/インタフェース twitter4j.TwitterResponse

    TwitterResponse.AccessLevel
  • メソッドの概要

    修飾子とタイプ
    メソッド
    説明
    int
    Returns the number of total favorites.
    int
    Returns the number of total followers.
    int
    Returns the number of total friends.
    int
    Returns the number of total updates.

    インタフェースから継承されたメソッド twitter4j.TwitterResponse

    getAccessLevel, getRateLimitStatus
  • メソッドの詳細

    • getUpdates

      int getUpdates()
      Returns the number of total updates.
      戻り値:
      the number of total updates
    • getFollowers

      int getFollowers()
      Returns the number of total followers.
      戻り値:
      the number of total followers
    • getFavorites

      int getFavorites()
      Returns the number of total favorites.
      戻り値:
      the number of total favorites
    • getFriends

      int getFriends()
      Returns the number of total friends.
      戻り値:
      the number of total friends