Uses of Class
com.twilio.rest.insights.v1.conference.ConferenceParticipant
-
Packages that use ConferenceParticipant Package Description com.twilio.rest.insights.v1.conference -
-
Uses of ConferenceParticipant in com.twilio.rest.insights.v1.conference
Methods in com.twilio.rest.insights.v1.conference that return ConferenceParticipant Modifier and Type Method Description ConferenceParticipantConferenceParticipantFetcher. fetch(TwilioRestClient client)static ConferenceParticipantConferenceParticipant. fromJson(InputStream json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)Converts a JSON InputStream into a ConferenceParticipant object using the provided ObjectMapper.static ConferenceParticipantConferenceParticipant. fromJson(String json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)Converts a JSON String into a ConferenceParticipant object using the provided ObjectMapper.Methods in com.twilio.rest.insights.v1.conference that return types with arguments of type ConferenceParticipant Modifier and Type Method Description Page<ConferenceParticipant>ConferenceParticipantReader. firstPage(TwilioRestClient client)Page<ConferenceParticipant>ConferenceParticipantReader. getPage(String targetUrl, TwilioRestClient client)Page<ConferenceParticipant>ConferenceParticipantReader. nextPage(Page<ConferenceParticipant> page, TwilioRestClient client)Page<ConferenceParticipant>ConferenceParticipantReader. previousPage(Page<ConferenceParticipant> page, TwilioRestClient client)ResourceSet<ConferenceParticipant>ConferenceParticipantReader. read(TwilioRestClient client)Method parameters in com.twilio.rest.insights.v1.conference with type arguments of type ConferenceParticipant Modifier and Type Method Description Page<ConferenceParticipant>ConferenceParticipantReader. nextPage(Page<ConferenceParticipant> page, TwilioRestClient client)Page<ConferenceParticipant>ConferenceParticipantReader. previousPage(Page<ConferenceParticipant> page, TwilioRestClient client)
-