Uses of Class
com.twilio.sdk.resource.instance.Account

Packages that use Account
com.twilio.sdk   
com.twilio.sdk.resource.factory   
com.twilio.sdk.resource.list   
 

Uses of Account in com.twilio.sdk
 

Methods in com.twilio.sdk that return Account
 Account TwilioRestClient.getAccount()
          A shortcut for the most common case, returning the Account object for this authenticated client.
 Account TwilioRestClient.getAccount(String sid)
          Get an account by account sid.
 

Uses of Account in com.twilio.sdk.resource.factory
 

Methods in com.twilio.sdk.resource.factory that return Account
 Account AccountFactory.create(List<org.apache.http.NameValuePair> params)
           
 Account AccountFactory.create(Map<String,String> params)
          Creates a subaccount.
 

Uses of Account in com.twilio.sdk.resource.list
 

Methods in com.twilio.sdk.resource.list that return Account
 Account AccountList.create(List<org.apache.http.NameValuePair> params)
           
 Account AccountList.create(Map<String,String> params)
           
 



Copyright © 2011 Twilio, Inc. All Rights Reserved.