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