Uses of Enum Class
com.mypurecloud.sdk.v2.model.BotAggregationQuery.QueryTypeEnum
Packages that use BotAggregationQuery.QueryTypeEnum
-
Uses of BotAggregationQuery.QueryTypeEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return BotAggregationQuery.QueryTypeEnumModifier and TypeMethodDescriptionBotAggregationQuery.QueryTypeEnum.fromString(String key) BotAggregationQuery.getQueryType()Returns the enum constant of this class with the specified name.static BotAggregationQuery.QueryTypeEnum[]BotAggregationQuery.QueryTypeEnum.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 BotAggregationQuery.QueryTypeEnumModifier and TypeMethodDescriptionBotAggregationQuery.queryType(BotAggregationQuery.QueryTypeEnum queryType) Query type to use.voidBotAggregationQuery.setQueryType(BotAggregationQuery.QueryTypeEnum queryType)