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