Uses of Enum Class
com.mypurecloud.sdk.v2.model.BotEntity.TypeEnum
Packages that use BotEntity.TypeEnum
-
Uses of BotEntity.TypeEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return BotEntity.TypeEnumModifier and TypeMethodDescriptionstatic BotEntity.TypeEnumBotEntity.TypeEnum.fromString(String key) BotEntity.getType()static BotEntity.TypeEnumReturns the enum constant of this class with the specified name.static BotEntity.TypeEnum[]BotEntity.TypeEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.mypurecloud.sdk.v2.model with parameters of type BotEntity.TypeEnumModifier and TypeMethodDescriptionvoidBotEntity.setType(BotEntity.TypeEnum type) BotEntity.type(BotEntity.TypeEnum type) The data type of the entity.