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