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