Class HighriskSpecialPrefix
- java.lang.Object
-
- com.twilio.base.Resource
-
- com.twilio.rest.voice.v1.dialingpermissions.country.HighriskSpecialPrefix
-
- All Implemented Interfaces:
Serializable
public class HighriskSpecialPrefix extends Resource
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)static HighriskSpecialPrefixfromJson(InputStream json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)Converts a JSON InputStream into a HighriskSpecialPrefix object using the provided ObjectMapper.static HighriskSpecialPrefixfromJson(String json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)Converts a JSON String into a HighriskSpecialPrefix object using the provided ObjectMapper.StringgetPrefix()inthashCode()static HighriskSpecialPrefixReaderreader(String pathIsoCode)
-
-
-
Method Detail
-
reader
public static HighriskSpecialPrefixReader reader(String pathIsoCode)
-
fromJson
public static HighriskSpecialPrefix fromJson(String json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON String into a HighriskSpecialPrefix object using the provided ObjectMapper.- Parameters:
json- Raw JSON StringobjectMapper- Jackson ObjectMapper- Returns:
- HighriskSpecialPrefix object represented by the provided JSON
-
fromJson
public static HighriskSpecialPrefix fromJson(InputStream json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON InputStream into a HighriskSpecialPrefix object using the provided ObjectMapper.- Parameters:
json- Raw JSON InputStreamobjectMapper- Jackson ObjectMapper- Returns:
- HighriskSpecialPrefix object represented by the provided JSON
-
getPrefix
public final String getPrefix()
-
-