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