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