Class ApplicationFetcher
- java.lang.Object
-
- com.twilio.base.Fetcher<Application>
-
- com.twilio.rest.api.v2010.account.ApplicationFetcher
-
public class ApplicationFetcher extends Fetcher<Application>
-
-
Constructor Summary
Constructors Constructor Description ApplicationFetcher(String pathSid)
ApplicationFetcher(String pathAccountSid, String pathSid)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Application
fetch(TwilioRestClient client)
Execute a request using specified client.-
Methods inherited from class com.twilio.base.Fetcher
fetch, fetchAsync, fetchAsync
-
-
-
-
Method Detail
-
fetch
public Application fetch(TwilioRestClient client)
Description copied from class:Fetcher
Execute a request using specified client.- Specified by:
fetch
in classFetcher<Application>
- Parameters:
client
- client used to make request- Returns:
- Requested object
-
-