Uses of Class
com.twilio.rest.voice.v1.dialingpermissions.BulkCountryUpdate
-
Packages that use BulkCountryUpdate Package Description com.twilio.rest.voice.v1.dialingpermissions -
-
Uses of BulkCountryUpdate in com.twilio.rest.voice.v1.dialingpermissions
Methods in com.twilio.rest.voice.v1.dialingpermissions that return BulkCountryUpdate Modifier and Type Method Description BulkCountryUpdateBulkCountryUpdateCreator. create(TwilioRestClient client)static BulkCountryUpdateBulkCountryUpdate. fromJson(InputStream json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)Converts a JSON InputStream into a BulkCountryUpdate object using the provided ObjectMapper.static BulkCountryUpdateBulkCountryUpdate. fromJson(String json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)Converts a JSON String into a BulkCountryUpdate object using the provided ObjectMapper.
-