public class ParticipantFetcher extends Fetcher<Participant>
| Constructor and Description |
|---|
ParticipantFetcher(String pathRoomSid,
String pathSid)
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 Participant fetch(TwilioRestClient client)
fetch in class Fetcher<Participant>client - TwilioRestClient with which to make the requestCopyright © 2016 Twilio, Inc. All Rights Reserved.