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