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 Accountfetch(TwilioRestClient client)Execute a request using specified client.TwilioResponse<Account>fetchWithResponse(TwilioRestClient client)-
Methods inherited from class com.twilio.base.Fetcher
fetch, fetchAsync, fetchAsync, fetchWithResponse
-
-
-
-
Constructor Detail
-
AccountFetcher
public AccountFetcher()
-
AccountFetcher
public AccountFetcher(String pathSid)
-
-
Method Detail
-
fetch
public Account fetch(TwilioRestClient client)
Description copied from class:FetcherExecute a request using specified client.
-
fetchWithResponse
public TwilioResponse<Account> fetchWithResponse(TwilioRestClient client)
- Overrides:
fetchWithResponsein classFetcher<Account>
-
-