Class KnowledgeImportJobSettings

java.lang.Object
com.mypurecloud.sdk.v2.model.KnowledgeImportJobSettings
All Implemented Interfaces:
Serializable

public class KnowledgeImportJobSettings extends Object implements Serializable
KnowledgeImportJobSettings
See Also:
  • Constructor Details

    • KnowledgeImportJobSettings

      public KnowledgeImportJobSettings()
    • KnowledgeImportJobSettings

      public KnowledgeImportJobSettings(Boolean initWithEmptyList)
  • Method Details

    • importAsNew

      public KnowledgeImportJobSettings importAsNew(Boolean importAsNew)
      If enabled import creates a new document even if update is available.
    • getImportAsNew

      public Boolean getImportAsNew()
    • setImportAsNew

      public void setImportAsNew(Boolean importAsNew)
    • visible

      public KnowledgeImportJobSettings visible(Boolean visible)
      If specified, import will override the visibility of the imported documents.
    • getVisible

      public Boolean getVisible()
    • setVisible

      public void setVisible(Boolean visible)
    • categoryId

      public KnowledgeImportJobSettings categoryId(String categoryId)
      If specified, import will override the category of the imported documents.
    • getCategoryId

      public String getCategoryId()
    • setCategoryId

      public void setCategoryId(String categoryId)
    • labelIds

      public KnowledgeImportJobSettings labelIds(List<String> labelIds)
      If specified, import will add this labels to the imported documents.
    • getLabelIds

      public List<String> getLabelIds()
    • setLabelIds

      public void setLabelIds(List<String> labelIds)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object