Uses of Class
com.mypurecloud.sdk.v2.model.KnowledgeDocumentQueryResult
Packages that use KnowledgeDocumentQueryResult
-
Uses of KnowledgeDocumentQueryResult in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return KnowledgeDocumentQueryResultModifier and TypeMethodDescriptionKnowledgeDocumentQueryResult.alternatives(List<KnowledgeDocumentAlternative> alternatives) List of alternate phrases related to the title which improves search results.KnowledgeDocumentQueryResult.category(CategoryResponse category) The reference to category associated with the document.KnowledgeDocumentQueryResult.dateCreated(Date dateCreated) Document creation date-time.KnowledgeDocumentQueryResult.dateImported(Date dateImported) Document import date-time, or null if was not imported.KnowledgeDocumentQueryResult.dateModified(Date dateModified) Document last modification date-time.KnowledgeDocumentQueryResult.datePublished(Date datePublished) The date on which the document was last published.KnowledgeDocumentQueryResult.documentVersion(AddressableEntityRef documentVersion) The version of the document.KnowledgeDocumentQueryResult.externalId(String externalId) The reference to external id associated with the document.KnowledgeDocumentQueryResult.externalUrl(String externalUrl) The URL to external document.KnowledgeDocumentQueryResult.knowledgeBase(KnowledgeBaseReference knowledgeBase) Knowledge base to which the document belongs to.KnowledgeDocumentQueryResult.labels(List<LabelResponse> labels) The references to labels associated with the document.KnowledgeDocumentQueryResult.lastPublishedVersionNumber(Integer lastPublishedVersionNumber) The last published version number of the document.Whether the document is read-only.KnowledgeDocumentQueryResult.source(AddressableEntityRef source) The reference to source associated with the document.KnowledgeDocumentQueryResult.state(KnowledgeDocumentQueryResult.StateEnum state) State of the document.Document title, having a limit of 500 words.KnowledgeDocumentQueryResult.variations(List<KnowledgeDocumentQueryVariation> variations) Variations of the document.Indicates if the knowledge document should be included in search results.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type KnowledgeDocumentQueryResultMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type KnowledgeDocumentQueryResultModifier and TypeMethodDescriptionKnowledgeDocumentQueryResponse.results(List<KnowledgeDocumentQueryResult> results) Documents matching the query.voidKnowledgeDocumentQueryResponse.setResults(List<KnowledgeDocumentQueryResult> results)