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