Uses of Class
com.twilio.rest.flexapi.v1.FlexFlow.ChannelType
-
Packages that use FlexFlow.ChannelType Package Description com.twilio.rest.flexapi.v1 -
-
Uses of FlexFlow.ChannelType in com.twilio.rest.flexapi.v1
Methods in com.twilio.rest.flexapi.v1 that return FlexFlow.ChannelType Modifier and Type Method Description static FlexFlow.ChannelTypeFlexFlow.ChannelType. forValue(String value)FlexFlow.ChannelTypeFlexFlow. getChannelType()static FlexFlow.ChannelTypeFlexFlow.ChannelType. valueOf(String name)Returns the enum constant of this type with the specified name.static FlexFlow.ChannelType[]FlexFlow.ChannelType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.twilio.rest.flexapi.v1 with parameters of type FlexFlow.ChannelType Modifier and Type Method Description static FlexFlowCreatorFlexFlow. creator(String friendlyName, String chatServiceSid, FlexFlow.ChannelType channelType)FlexFlowCreatorFlexFlowCreator. setChannelType(FlexFlow.ChannelType channelType)FlexFlowUpdaterFlexFlowUpdater. setChannelType(FlexFlow.ChannelType channelType)Constructors in com.twilio.rest.flexapi.v1 with parameters of type FlexFlow.ChannelType Constructor Description FlexFlowCreator(String friendlyName, String chatServiceSid, FlexFlow.ChannelType channelType)
-