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