public class AuthorizedConnectAppFetcher extends Fetcher<AuthorizedConnectApp>
| Constructor and Description |
|---|
AuthorizedConnectAppFetcher(String pathConnectAppSid)
Construct a new AuthorizedConnectAppFetcher.
|
AuthorizedConnectAppFetcher(String pathAccountSid,
String pathConnectAppSid)
Construct a new AuthorizedConnectAppFetcher.
|
| Modifier and Type | Method and Description |
|---|---|
AuthorizedConnectApp |
fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
fetch, fetchAsync, fetchAsyncpublic AuthorizedConnectAppFetcher(String pathConnectAppSid)
pathConnectAppSid - The connect_app_sidpublic AuthorizedConnectApp fetch(TwilioRestClient client)
fetch in class Fetcher<AuthorizedConnectApp>client - TwilioRestClient with which to make the requestCopyright © 2016 Twilio, Inc. All Rights Reserved.