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 BulkCountryUpdate
BulkCountryUpdateCreator. create(TwilioRestClient client)
Make the request to the Twilio API to perform the create.static BulkCountryUpdate
BulkCountryUpdate. fromJson(InputStream json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON InputStream into a BulkCountryUpdate object using the provided ObjectMapper.static BulkCountryUpdate
BulkCountryUpdate. fromJson(String json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON String into a BulkCountryUpdate object using the provided ObjectMapper.
-