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