Uses of Class
com.twilio.rest.events.v1.Sink.SinkType
-
Packages that use Sink.SinkType Package Description com.twilio.rest.events.v1 -
-
Uses of Sink.SinkType in com.twilio.rest.events.v1
Methods in com.twilio.rest.events.v1 that return Sink.SinkType Modifier and Type Method Description static Sink.SinkTypeSink.SinkType. forValue(String value)Sink.SinkTypeSink. getSinkType()static Sink.SinkTypeSink.SinkType. valueOf(String name)Returns the enum constant of this type with the specified name.static Sink.SinkType[]Sink.SinkType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.twilio.rest.events.v1 with parameters of type Sink.SinkType Modifier and Type Method Description static SinkCreatorSink. creator(String description, Map<String,Object> sinkConfiguration, Sink.SinkType sinkType)SinkCreatorSinkCreator. setSinkType(Sink.SinkType sinkType)Constructors in com.twilio.rest.events.v1 with parameters of type Sink.SinkType Constructor Description SinkCreator(String description, Map<String,Object> sinkConfiguration, Sink.SinkType sinkType)
-