Uses of Class
com.twilio.rest.video.v1.room.ParticipantReader
-
Packages that use ParticipantReader Package Description com.twilio.rest.video.v1.room -
-
Uses of ParticipantReader in com.twilio.rest.video.v1.room
Methods in com.twilio.rest.video.v1.room that return ParticipantReader Modifier and Type Method Description static ParticipantReaderParticipant. reader(String pathRoomSid)ParticipantReaderParticipantReader. setDateCreatedAfter(ZonedDateTime dateCreatedAfter)ParticipantReaderParticipantReader. setDateCreatedBefore(ZonedDateTime dateCreatedBefore)ParticipantReaderParticipantReader. setIdentity(String identity)ParticipantReaderParticipantReader. setPageSize(Integer pageSize)ParticipantReaderParticipantReader. setStatus(Participant.Status status)
-