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