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