Uses of Class
com.twilio.rest.chat.v3.Channel
-
Packages that use Channel Package Description com.twilio.rest.chat.v3 -
-
Uses of Channel in com.twilio.rest.chat.v3
Methods in com.twilio.rest.chat.v3 that return Channel Modifier and Type Method Description 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)
-