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