Uses of Interface
twitter4j.AccountTotals

Packages that use AccountTotals
twitter4j   
twitter4j.api   
twitter4j.json   
 

Uses of AccountTotals in twitter4j
 

Methods in twitter4j that return AccountTotals
 AccountTotals Twitter.getAccountTotals()
          Returns the current count of friends, followers, updates (statuses) and favorites of the authenticating user.
 

Methods in twitter4j with parameters of type AccountTotals
 void TwitterListener.gotAccountTotals(AccountTotals totals)
           
 void TwitterAdapter.gotAccountTotals(AccountTotals totals)
           
 

Uses of AccountTotals in twitter4j.api
 

Methods in twitter4j.api that return AccountTotals
 AccountTotals AccountMethods.getAccountTotals()
          Returns the current count of friends, followers, updates (statuses) and favorites of the authenticating user.
 

Uses of AccountTotals in twitter4j.json
 

Methods in twitter4j.json that return AccountTotals
static AccountTotals DataObjectFactory.createAccountTotals(java.lang.String rawJSON)
          Constructs an AccountTotals object from rawJSON string.
 



Copyright © 2011. All Rights Reserved.