Uses of Class
com.twilio.rest.ipmessaging.v2.service.Channel
-
Packages that use Channel Package Description com.twilio.rest.ipmessaging.v2.service -
-
Uses of Channel in com.twilio.rest.ipmessaging.v2.service
Methods in com.twilio.rest.ipmessaging.v2.service that return Channel Modifier and Type Method Description ChannelChannelCreator. create(TwilioRestClient client)ChannelChannelFetcher. fetch(TwilioRestClient client)static ChannelChannel. fromJson(InputStream json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)Converts a JSON InputStream into a Channel object using the provided ObjectMapper.static ChannelChannel. fromJson(String json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)Converts a JSON String into a Channel object using the provided ObjectMapper.ChannelChannelUpdater. update(TwilioRestClient client)Methods in com.twilio.rest.ipmessaging.v2.service that return types with arguments of type Channel Modifier and Type Method Description Page<Channel>ChannelReader. firstPage(TwilioRestClient client)Page<Channel>ChannelReader. getPage(String targetUrl, TwilioRestClient client)Page<Channel>ChannelReader. nextPage(Page<Channel> page, TwilioRestClient client)Page<Channel>ChannelReader. previousPage(Page<Channel> page, TwilioRestClient client)ResourceSet<Channel>ChannelReader. read(TwilioRestClient client)Method parameters in com.twilio.rest.ipmessaging.v2.service with type arguments of type Channel Modifier and Type Method Description Page<Channel>ChannelReader. nextPage(Page<Channel> page, TwilioRestClient client)Page<Channel>ChannelReader. previousPage(Page<Channel> page, TwilioRestClient client)
-