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 SinkValidateCreator
creator(String pathSid, String testId)
boolean
equals(Object o)
static SinkValidate
fromJson(InputStream json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON InputStream into a SinkValidate object using the provided ObjectMapper.static SinkValidate
fromJson(String json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON String into a SinkValidate object using the provided ObjectMapper.String
getResult()
int
hashCode()
-
-
-
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()
-
-