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