public class RoomParticipantFetcher extends Fetcher<RoomParticipant>
Constructor and Description |
---|
RoomParticipantFetcher(String pathRoomSid,
String pathSid)
Construct a new RoomParticipantFetcher.
|
Modifier and Type | Method and Description |
---|---|
RoomParticipant |
fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
fetch, fetchAsync, fetchAsync
public RoomParticipant fetch(TwilioRestClient client)
fetch
in class Fetcher<RoomParticipant>
client
- TwilioRestClient with which to make the requestCopyright © 2016 Twilio, Inc. All Rights Reserved.