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.StreamDirection
Metric.StreamDirection. forValue(String value)
Metric.StreamDirection
Metric. getDirection()
static Metric.StreamDirection
Metric.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 MetricReader
MetricReader. setDirection(Metric.StreamDirection direction)
-