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