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