public class ParticipantFetcher extends Fetcher<Participant>
| Constructor and Description |
|---|
ParticipantFetcher(String pathConferenceSid,
String pathCallSid)
Construct a new ParticipantFetcher.
|
ParticipantFetcher(String pathAccountSid,
String pathConferenceSid,
String pathCallSid)
Construct a new ParticipantFetcher.
|
| Modifier and Type | Method and Description |
|---|---|
Participant |
fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
fetch, fetchAsync, fetchAsyncpublic ParticipantFetcher(String pathConferenceSid, String pathCallSid)
pathConferenceSid - The string that uniquely identifies this conferencepathCallSid - The call_sidpublic Participant fetch(TwilioRestClient client)
fetch in class Fetcher<Participant>client - TwilioRestClient with which to make the requestCopyright © 2016 Twilio, Inc. All Rights Reserved.