public class ApplicationFetcher extends Fetcher<Application>
| Constructor and Description |
|---|
ApplicationFetcher(String accountSid,
String sid)
Construct a new ApplicationFetcher.
|
| Modifier and Type | Method and Description |
|---|---|
Application |
execute(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
public Application execute(TwilioRestClient client)
execute in class Fetcher<Application>client - TwilioRestClient with which to make the requestCopyright © 2011 Twilio, Inc. All Rights Reserved.