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