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