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