public class ParticipantReader extends Reader<Participant>
| Constructor and Description |
|---|
ParticipantReader(String conversationSid)
Construct a new ParticipantReader.
|
| Modifier and Type | Method and Description |
|---|---|
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(String conversationSid)
conversationSid - The conversation_sidpublic 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.