Uses of Class
com.twilio.type.SubscribeRule
-
Packages that use SubscribeRule Package Description com.twilio.rest.video.v1.room.participant com.twilio.type -
-
Uses of SubscribeRule in com.twilio.rest.video.v1.room.participant
Methods in com.twilio.rest.video.v1.room.participant that return types with arguments of type SubscribeRule Modifier and Type Method Description List<SubscribeRule>SubscribeRules. getRules() -
Uses of SubscribeRule in com.twilio.type
Methods in com.twilio.type that return SubscribeRule Modifier and Type Method Description static SubscribeRuleSubscribeRule. all()SubscribeRuleSubscribeRule.Builder. build()SubscribeRuleSubscribeRule.BuilderBuild. build()SubscribeRuleSubscribeRule.BuilderMiddleBuild. build()static SubscribeRuleSubscribeRule. none()Methods in com.twilio.type that return types with arguments of type SubscribeRule Modifier and Type Method Description List<SubscribeRule>SubscribeRulesUpdate. getRules()Constructor parameters in com.twilio.type with type arguments of type SubscribeRule Constructor Description SubscribeRulesUpdate(List<SubscribeRule> rules)
-