Uses of Class
com.twilio.type.Rule.Type
-
Packages that use Rule.Type Package Description com.twilio.type -
-
Uses of Rule.Type in com.twilio.type
Methods in com.twilio.type that return Rule.Type Modifier and Type Method Description static Rule.TypeRule.Type. forValue(String value)Rule.TypeRecordingRule. getType()Rule.TypeRule. getType()Rule.TypeSubscribeRule. getType()static Rule.TypeRule.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static Rule.Type[]Rule.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.twilio.type with parameters of type Rule.Type Modifier and Type Method Description RecordingRule.BuilderMiddleRecordingRule.Builder. withType(Rule.Type type)RecordingRule.BuilderMiddleRecordingRule.BuilderStart. withType(Rule.Type type)SubscribeRule.BuilderMiddleSubscribeRule.Builder. withType(Rule.Type type)SubscribeRule.BuilderMiddleSubscribeRule.BuilderStart. withType(Rule.Type type)Constructors in com.twilio.type with parameters of type Rule.Type Constructor Description RecordingRule(Rule.Type type, Boolean all, String publisher, String track, Rule.Kind kind)SubscribeRule(Rule.Type type, Boolean all, String publisher, String track, Rule.Kind kind, Rule.Priority priority)
-