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