Package com.twilio.rest.events.v1.sink
Class SinkValidate
- java.lang.Object
-
- com.twilio.base.Resource
-
- com.twilio.rest.events.v1.sink.SinkValidate
-
- All Implemented Interfaces:
Serializable
public class SinkValidate extends Resource
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SinkValidateCreatorcreator(String pathSid, String testId)booleanequals(Object o)static SinkValidatefromJson(InputStream json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)Converts a JSON InputStream into a SinkValidate object using the provided ObjectMapper.static SinkValidatefromJson(String json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)Converts a JSON String into a SinkValidate object using the provided ObjectMapper.StringgetResult()inthashCode()
-
-
-
Method Detail
-
creator
public static SinkValidateCreator creator(String pathSid, String testId)
-
fromJson
public static SinkValidate fromJson(String json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON String into a SinkValidate object using the provided ObjectMapper.- Parameters:
json- Raw JSON StringobjectMapper- Jackson ObjectMapper- Returns:
- SinkValidate object represented by the provided JSON
-
fromJson
public static SinkValidate fromJson(InputStream json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON InputStream into a SinkValidate object using the provided ObjectMapper.- Parameters:
json- Raw JSON InputStreamobjectMapper- Jackson ObjectMapper- Returns:
- SinkValidate object represented by the provided JSON
-
getResult
public final String getResult()
-
-