Uses of Class
com.twilio.rest.events.v1.Sink
-
Packages that use Sink Package Description com.twilio.rest.events.v1 -
-
Uses of Sink in com.twilio.rest.events.v1
Methods in com.twilio.rest.events.v1 that return Sink Modifier and Type Method Description SinkSinkCreator. create(TwilioRestClient client)SinkSinkFetcher. fetch(TwilioRestClient client)static SinkSink. fromJson(InputStream json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)Converts a JSON InputStream into a Sink object using the provided ObjectMapper.static SinkSink. fromJson(String json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)Converts a JSON String into a Sink object using the provided ObjectMapper.SinkSinkUpdater. update(TwilioRestClient client)Methods in com.twilio.rest.events.v1 that return types with arguments of type Sink Modifier and Type Method Description Page<Sink>SinkReader. firstPage(TwilioRestClient client)Page<Sink>SinkReader. getPage(String targetUrl, TwilioRestClient client)Page<Sink>SinkReader. nextPage(Page<Sink> page, TwilioRestClient client)Page<Sink>SinkReader. previousPage(Page<Sink> page, TwilioRestClient client)ResourceSet<Sink>SinkReader. read(TwilioRestClient client)Method parameters in com.twilio.rest.events.v1 with type arguments of type Sink Modifier and Type Method Description Page<Sink>SinkReader. nextPage(Page<Sink> page, TwilioRestClient client)Page<Sink>SinkReader. previousPage(Page<Sink> page, TwilioRestClient client)
-