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