public class ParticipantReader extends Reader<Participant>
Constructor and Description |
---|
ParticipantReader(String accountSid,
String conferenceSid)
Construct a new ParticipantReader.
|
Modifier and Type | Method and Description |
---|---|
ParticipantReader |
byMuted(Boolean muted)
Only show participants that are muted or unmuted.
|
ResourceSet<Participant> |
execute(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<Participant> |
firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<Participant> |
nextPage(Page<Participant> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
public ParticipantReader byMuted(Boolean muted)
muted
- Filter by muted participantspublic ResourceSet<Participant> execute(TwilioRestClient client)
execute
in class Reader<Participant>
client
- TwilioRestClient with which to make the requestpublic Page<Participant> firstPage(TwilioRestClient client)
firstPage
in class Reader<Participant>
client
- TwilioRestClient with which to make the requestpublic Page<Participant> nextPage(Page<Participant> page, TwilioRestClient client)
nextPage
in class Reader<Participant>
page
- current pageclient
- TwilioRestClient with which to make the requestCopyright © 2011 Twilio, Inc. All Rights Reserved.