Package com.mypurecloud.sdk.v2.model
Class KnowledgeImportJobSettings
java.lang.Object
com.mypurecloud.sdk.v2.model.KnowledgeImportJobSettings
- All Implemented Interfaces:
Serializable
KnowledgeImportJobSettings
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncategoryId(String categoryId) If specified, import will override the category of the imported documents.booleaninthashCode()importAsNew(Boolean importAsNew) If enabled import creates a new document even if update is available.If specified, import will add this labels to the imported documents.voidsetCategoryId(String categoryId) voidsetImportAsNew(Boolean importAsNew) voidsetLabelIds(List<String> labelIds) voidsetVisible(Boolean visible) toString()If specified, import will override the visibility of the imported documents.
-
Constructor Details
-
KnowledgeImportJobSettings
public KnowledgeImportJobSettings() -
KnowledgeImportJobSettings
-
-
Method Details
-
importAsNew
If enabled import creates a new document even if update is available. -
getImportAsNew
-
setImportAsNew
-
visible
If specified, import will override the visibility of the imported documents. -
getVisible
-
setVisible
-
categoryId
If specified, import will override the category of the imported documents. -
getCategoryId
-
setCategoryId
-
labelIds
If specified, import will add this labels to the imported documents. -
getLabelIds
-
setLabelIds
-
equals
-
hashCode
public int hashCode() -
toString
-