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