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