Uses of Class
com.twilio.rest.events.v1.sink.SinkTest
-
Packages that use SinkTest Package Description com.twilio.rest.events.v1.sink -
-
Uses of SinkTest in com.twilio.rest.events.v1.sink
Methods in com.twilio.rest.events.v1.sink that return SinkTest Modifier and Type Method Description SinkTestSinkTestCreator. create(TwilioRestClient client)static SinkTestSinkTest. fromJson(InputStream json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)Converts a JSON InputStream into a SinkTest object using the provided ObjectMapper.static SinkTestSinkTest. fromJson(String json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)Converts a JSON String into a SinkTest object using the provided ObjectMapper.
-