Class BulkCountryUpdate
- java.lang.Object
-
- com.twilio.base.Resource
-
- com.twilio.rest.voice.v1.dialingpermissions.BulkCountryUpdate
-
- All Implemented Interfaces:
Serializable
public class BulkCountryUpdate extends Resource
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static BulkCountryUpdateCreatorcreator(String updateRequest)booleanequals(Object o)static BulkCountryUpdatefromJson(InputStream json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)Converts a JSON InputStream into a BulkCountryUpdate object using the provided ObjectMapper.static BulkCountryUpdatefromJson(String json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)Converts a JSON String into a BulkCountryUpdate object using the provided ObjectMapper.IntegergetUpdateCount()StringgetUpdateRequest()inthashCode()
-
-
-
Method Detail
-
creator
public static BulkCountryUpdateCreator creator(String updateRequest)
-
fromJson
public static BulkCountryUpdate fromJson(String json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON String into a BulkCountryUpdate object using the provided ObjectMapper.- Parameters:
json- Raw JSON StringobjectMapper- Jackson ObjectMapper- Returns:
- BulkCountryUpdate object represented by the provided JSON
-
fromJson
public static BulkCountryUpdate fromJson(InputStream json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON InputStream into a BulkCountryUpdate object using the provided ObjectMapper.- Parameters:
json- Raw JSON InputStreamobjectMapper- Jackson ObjectMapper- Returns:
- BulkCountryUpdate object represented by the provided JSON
-
getUpdateCount
public final Integer getUpdateCount()
-
getUpdateRequest
public final String getUpdateRequest()
-
-