Uses of Enum Class
com.mypurecloud.sdk.v2.model.BotEntityValue.TypeEnum
Packages that use BotEntityValue.TypeEnum
-
Uses of BotEntityValue.TypeEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return BotEntityValue.TypeEnumModifier and TypeMethodDescriptionstatic BotEntityValue.TypeEnumBotEntityValue.TypeEnum.fromString(String key) BotEntityValue.getType()static BotEntityValue.TypeEnumReturns the enum constant of this class with the specified name.static BotEntityValue.TypeEnum[]BotEntityValue.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 BotEntityValue.TypeEnumModifier and TypeMethodDescriptionvoidBotEntityValue.setType(BotEntityValue.TypeEnum type) BotEntityValue.type(BotEntityValue.TypeEnum type) The data type of the entity.