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