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