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