Package twitter4j.v1
Interface AccountTotals
- All Superinterfaces:
Serializable,TwitterResponse
- Since:
- Twitter4J 2.1.9
-
Nested Class Summary
Nested classes/interfaces inherited from interface twitter4j.TwitterResponse
TwitterResponse.AccessLevel -
Method Summary
Modifier and TypeMethodDescriptionintReturns the number of total favorites.intReturns the number of total followers.intReturns the number of total friends.intReturns the number of total updates.Methods inherited from interface twitter4j.TwitterResponse
getAccessLevel, getRateLimitStatus
-
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
-