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