Uses of Class
com.twilio.rest.video.v1.room.Participant
-
Packages that use Participant Package Description com.twilio.rest.video.v1.room -
-
Uses of Participant in com.twilio.rest.video.v1.room
Methods in com.twilio.rest.video.v1.room that return Participant Modifier and Type Method Description Participant
ParticipantFetcher. fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.static Participant
Participant. fromJson(InputStream json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON InputStream into a Participant object using the provided ObjectMapper.static Participant
Participant. fromJson(String json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON String into a Participant object using the provided ObjectMapper.Participant
ParticipantUpdater. update(TwilioRestClient client)
Make the request to the Twilio API to perform the update.Methods in com.twilio.rest.video.v1.room that return types with arguments of type Participant Modifier and Type Method Description Page<Participant>
ParticipantReader. firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.Page<Participant>
ParticipantReader. getPage(String targetUrl, TwilioRestClient client)
Retrieve the target page from the Twilio API.Page<Participant>
ParticipantReader. nextPage(Page<Participant> page, TwilioRestClient client)
Retrieve the next page from the Twilio API.Page<Participant>
ParticipantReader. previousPage(Page<Participant> page, TwilioRestClient client)
Retrieve the previous page from the Twilio API.ResourceSet<Participant>
ParticipantReader. read(TwilioRestClient client)
Make the request to the Twilio API to perform the read.Method parameters in com.twilio.rest.video.v1.room with type arguments of type Participant Modifier and Type Method Description Page<Participant>
ParticipantReader. nextPage(Page<Participant> page, TwilioRestClient client)
Retrieve the next page from the Twilio API.Page<Participant>
ParticipantReader. previousPage(Page<Participant> page, TwilioRestClient client)
Retrieve the previous page from the Twilio API.
-