Package com.twilio.rest.api.v2010
Class AccountFetcher
- java.lang.Object
-
- com.twilio.base.Fetcher<Account>
-
- com.twilio.rest.api.v2010.AccountFetcher
-
-
Constructor Summary
Constructors Constructor Description AccountFetcher()
AccountFetcher(String pathSid)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Account
fetch(TwilioRestClient client)
Execute a request using specified client.-
Methods inherited from class com.twilio.base.Fetcher
fetch, fetchAsync, fetchAsync
-
-
-
-
Constructor Detail
-
AccountFetcher
public AccountFetcher()
-
AccountFetcher
public AccountFetcher(String pathSid)
-
-