Uses of Class
com.twilio.rest.insights.v1.call.Event.Level
-
Packages that use Event.Level Package Description com.twilio.rest.insights.v1.call -
-
Uses of Event.Level in com.twilio.rest.insights.v1.call
Methods in com.twilio.rest.insights.v1.call that return Event.Level Modifier and Type Method Description static Event.LevelEvent.Level. forValue(String value)Event.LevelEvent. getLevel()static Event.LevelEvent.Level. valueOf(String name)Returns the enum constant of this type with the specified name.static Event.Level[]Event.Level. values()Returns an array containing the constants of this enum type, in the order they are declared.
-