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