Uses of Class
dev.vality.damsel.fraudbusters_notificator.ChannelType
-
Uses of ChannelType in dev.vality.damsel.fraudbusters_notificator
Fields in dev.vality.damsel.fraudbusters_notificator declared as ChannelType Modifier and Type Field Description ChannelTypeChannel. typeMethods in dev.vality.damsel.fraudbusters_notificator that return ChannelType Modifier and Type Method Description static ChannelTypeChannelType. findByValue(int value)Find a the enum type by its integer value, as defined in the Thrift IDL.ChannelTypeChannel. getType()static ChannelTypeChannelType. valueOf(String name)Returns the enum constant of this type with the specified name.static ChannelType[]ChannelType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in dev.vality.damsel.fraudbusters_notificator with parameters of type ChannelType Modifier and Type Method Description ChannelChannel. setType(ChannelType type)Constructors in dev.vality.damsel.fraudbusters_notificator with parameters of type ChannelType Constructor Description Channel(String name, ChannelType type, String destination)