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