twitter4j
Interface AccountTotals

All Superinterfaces:
java.io.Serializable, TwitterResponse
All Known Implementing Classes:
AccountTotalsJSONImpl

public interface AccountTotals
extends TwitterResponse, java.io.Serializable

Since:
Twitter4J 2.1.9
Author:
Yusuke Yamamoto - yusuke at mac.com

Method Summary
 int getFavorites()
          Returns the number of total favorites.
 int getFollowers()
          Returns the number of total followers.
 int getFriends()
          Returns the number of total friends.
 int getUpdates()
          Returns the number of total updates.
 
Methods inherited from interface twitter4j.TwitterResponse
getRateLimitStatus
 

Method Detail

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