Package twitter4j.v1

Interface AccountTotals

All Superinterfaces:
Serializable, TwitterResponse

public interface AccountTotals extends TwitterResponse, Serializable
Since:
Twitter4J 2.1.9
  • Method Details

    • getUpdates

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

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

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

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