Package com.mypurecloud.sdk.v2.model
Class KnowledgeImportJobResponse
java.lang.Object
com.mypurecloud.sdk.v2.model.KnowledgeImportJobResponse
- All Implemented Interfaces:
Serializable
KnowledgeImportJobResponse
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumFile type of the documentstatic enumStatus of the import job -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondownloadURL(String downloadURL) The URL of the location at which the caller can download the imported file.booleanfailedEntitiesURL(String failedEntitiesURL) The URL of the location at which the caller can download the entities in json format that failed during the import.File type of the documentgetId()inthashCode()voidsetDownloadURL(String downloadURL) voidsetFailedEntitiesURL(String failedEntitiesURL) voidvoidsetSettings(KnowledgeImportJobSettings settings) voidsetSkipConfirmationStep(Boolean skipConfirmationStep) settings(KnowledgeImportJobSettings settings) Additional optional settingsvoidsetUploadKey(String uploadKey) skipConfirmationStep(Boolean skipConfirmationStep) If enabled pre-validation step will be skipped.toString()Upload key
-
Constructor Details
-
KnowledgeImportJobResponse
public KnowledgeImportJobResponse() -
KnowledgeImportJobResponse
-
-
Method Details
-
getId
-
downloadURL
The URL of the location at which the caller can download the imported file. -
getDownloadURL
-
setDownloadURL
-
failedEntitiesURL
The URL of the location at which the caller can download the entities in json format that failed during the import. -
getFailedEntitiesURL
-
setFailedEntitiesURL
-
uploadKey
Upload key -
getUploadKey
-
setUploadKey
-
fileType
File type of the document -
getFileType
-
setFileType
-
settings
Additional optional settings -
getSettings
-
setSettings
-
getStatus
-
getReport
-
getKnowledgeBase
-
getCreatedBy
-
getDateCreated
-
getDateModified
-
skipConfirmationStep
If enabled pre-validation step will be skipped. -
getSkipConfirmationStep
-
setSkipConfirmationStep
-
getSelfUri
-
equals
-
hashCode
public int hashCode() -
toString
-