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