Package com.mypurecloud.sdk.v2.model
Class KnowledgeDocumentSuggestionResultDocument
java.lang.Object
com.mypurecloud.sdk.v2.model.KnowledgeDocumentSuggestionResultDocument
- All Implemented Interfaces:
Serializable
KnowledgeDocumentSuggestionResultDocument
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetId()getTitle()inthashCode()The globally unique identifier for the document.knowledgeBase(KnowledgeBaseReference knowledgeBase) The knowledge base that the document belongs to.voidvoidsetKnowledgeBase(KnowledgeBaseReference knowledgeBase) voidThe title of the document.toString()
-
Constructor Details
-
KnowledgeDocumentSuggestionResultDocument
public KnowledgeDocumentSuggestionResultDocument() -
KnowledgeDocumentSuggestionResultDocument
-
-
Method Details
-
id
The globally unique identifier for the document. -
getId
-
setId
-
knowledgeBase
public KnowledgeDocumentSuggestionResultDocument knowledgeBase(KnowledgeBaseReference knowledgeBase) The knowledge base that the document belongs to. -
getKnowledgeBase
-
setKnowledgeBase
-
title
The title of the document. -
getTitle
-
setTitle
-
getSelfUri
-
equals
-
hashCode
public int hashCode() -
toString
-