Uses of Class
com.twilio.rest.chat.v2.service.Channel.ChannelType
-
Packages that use Channel.ChannelType Package Description com.twilio.rest.chat.v2.service -
-
Uses of Channel.ChannelType in com.twilio.rest.chat.v2.service
Methods in com.twilio.rest.chat.v2.service that return Channel.ChannelType Modifier and Type Method Description static Channel.ChannelTypeChannel.ChannelType. forValue(String value)Channel.ChannelTypeChannel. getType()static Channel.ChannelTypeChannel.ChannelType. valueOf(String name)Returns the enum constant of this type with the specified name.static Channel.ChannelType[]Channel.ChannelType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.twilio.rest.chat.v2.service with parameters of type Channel.ChannelType Modifier and Type Method Description ChannelCreatorChannelCreator. setType(Channel.ChannelType type)ChannelReaderChannelReader. setType(Channel.ChannelType type)Method parameters in com.twilio.rest.chat.v2.service with type arguments of type Channel.ChannelType Modifier and Type Method Description ChannelReaderChannelReader. setType(List<Channel.ChannelType> type)
-