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