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