Package com.mypurecloud.sdk.v2.model
Class KnowledgeDocumentReq
java.lang.Object
com.mypurecloud.sdk.v2.model.KnowledgeDocumentReq
- All Implemented Interfaces:
Serializable
KnowledgeDocumentReq
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionalternatives(List<KnowledgeDocumentAlternative> alternatives) List of alternate phrases related to the title which improves search results.categoryId(String categoryId) The category associated with the document.booleanexternalId(String externalId) The external id associated with the document.externalUrl(String externalUrl) The URL to external document.getId()getTitle()inthashCode()The ids of labels associated with the document.voidsetAlternatives(List<KnowledgeDocumentAlternative> alternatives) voidsetCategoryId(String categoryId) voidsetExternalId(String externalId) voidsetExternalUrl(String externalUrl) voidsetLabelIds(List<String> labelIds) voidvoidsetVisible(Boolean visible) Document title.toString()Indicates if the knowledge document should be included in search results.
-
Constructor Details
-
KnowledgeDocumentReq
public KnowledgeDocumentReq() -
KnowledgeDocumentReq
-
-
Method Details
-
getId
-
title
Document title. -
getTitle
-
setTitle
-
visible
Indicates if the knowledge document should be included in search results. -
getVisible
-
setVisible
-
alternatives
List of alternate phrases related to the title which improves search results. -
getAlternatives
-
setAlternatives
-
categoryId
The category associated with the document. -
getCategoryId
-
setCategoryId
-
labelIds
The ids of labels associated with the document. -
getLabelIds
-
setLabelIds
-
externalId
The external id associated with the document. -
getExternalId
-
setExternalId
-
externalUrl
The URL to external document. -
getExternalUrl
-
setExternalUrl
-
getSelfUri
-
equals
-
hashCode
public int hashCode() -
toString
-