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