Uses of Class
com.twilio.rest.api.v2010.account.incomingphonenumber.TollFree
-
Packages that use TollFree Package Description com.twilio.rest.api.v2010.account.incomingphonenumber -
-
Uses of TollFree in com.twilio.rest.api.v2010.account.incomingphonenumber
Methods in com.twilio.rest.api.v2010.account.incomingphonenumber that return TollFree Modifier and Type Method Description TollFreeTollFreeCreator. create(TwilioRestClient client)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.incomingphonenumber 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.incomingphonenumber 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)
-