public class ApplicationFetcher extends Fetcher<Application>
| Constructor and Description |
|---|
ApplicationFetcher(String pathSid)
Construct a new ApplicationFetcher.
|
ApplicationFetcher(String pathAccountSid,
String pathSid)
Construct a new ApplicationFetcher.
|
| Modifier and Type | Method and Description |
|---|---|
Application |
fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
fetch, fetchAsync, fetchAsyncpublic ApplicationFetcher(String pathSid)
pathSid - Fetch by unique Application Sidpublic Application fetch(TwilioRestClient client)
fetch in class Fetcher<Application>client - TwilioRestClient with which to make the requestCopyright © 2016 Twilio, Inc. All Rights Reserved.