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