Uses of Enum Class
com.mypurecloud.sdk.v2.model.KnowledgeDocumentChunkResponse.QueryTypeEnum
Packages that use KnowledgeDocumentChunkResponse.QueryTypeEnum
-
Uses of KnowledgeDocumentChunkResponse.QueryTypeEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return KnowledgeDocumentChunkResponse.QueryTypeEnumModifier and TypeMethodDescriptionKnowledgeDocumentChunkResponse.QueryTypeEnum.fromString(String key) KnowledgeDocumentChunkResponse.getQueryType()Returns the enum constant of this class with the specified name.KnowledgeDocumentChunkResponse.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 KnowledgeDocumentChunkResponse.QueryTypeEnumModifier and TypeMethodDescriptionKnowledgeDocumentChunkResponse.queryType(KnowledgeDocumentChunkResponse.QueryTypeEnum queryType) The type of the query that initiates the chunks search.voidKnowledgeDocumentChunkResponse.setQueryType(KnowledgeDocumentChunkResponse.QueryTypeEnum queryType)