Uses of Class
com.twilio.rest.video.v1.room.participant.Anonymize
-
Packages that use Anonymize Package Description com.twilio.rest.video.v1.room.participant -
-
Uses of Anonymize in com.twilio.rest.video.v1.room.participant
Methods in com.twilio.rest.video.v1.room.participant that return Anonymize Modifier and Type Method Description static AnonymizeAnonymize. fromJson(InputStream json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)Converts a JSON InputStream into a Anonymize object using the provided ObjectMapper.static AnonymizeAnonymize. fromJson(String json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)Converts a JSON String into a Anonymize object using the provided ObjectMapper.AnonymizeAnonymizeUpdater. update(TwilioRestClient client)
-