Uses of Class
com.twilio.rest.api.v2010.account.Conference
-
Packages that use Conference Package Description com.twilio.rest.api.v2010.account -
-
Uses of Conference in com.twilio.rest.api.v2010.account
Methods in com.twilio.rest.api.v2010.account that return Conference Modifier and Type Method Description ConferenceConferenceFetcher. fetch(TwilioRestClient client)static ConferenceConference. fromJson(InputStream json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)Converts a JSON InputStream into a Conference object using the provided ObjectMapper.static ConferenceConference. fromJson(String json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)Converts a JSON String into a Conference object using the provided ObjectMapper.ConferenceConferenceUpdater. update(TwilioRestClient client)Methods in com.twilio.rest.api.v2010.account that return types with arguments of type Conference Modifier and Type Method Description Page<Conference>ConferenceReader. firstPage(TwilioRestClient client)Page<Conference>ConferenceReader. getPage(String targetUrl, TwilioRestClient client)Page<Conference>ConferenceReader. nextPage(Page<Conference> page, TwilioRestClient client)Page<Conference>ConferenceReader. previousPage(Page<Conference> page, TwilioRestClient client)ResourceSet<Conference>ConferenceReader. read(TwilioRestClient client)Method parameters in com.twilio.rest.api.v2010.account with type arguments of type Conference Modifier and Type Method Description Page<Conference>ConferenceReader. nextPage(Page<Conference> page, TwilioRestClient client)Page<Conference>ConferenceReader. previousPage(Page<Conference> page, TwilioRestClient client)
-