Package com.mypurecloud.sdk.v2.model
Class KnowledgeExportJobResponse
java.lang.Object
com.mypurecloud.sdk.v2.model.KnowledgeExportJobResponse
- All Implemented Interfaces:
Serializable
KnowledgeExportJobResponse
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumFile type of the documentstatic enumThe status of the export job. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncountDocumentProcessed(Integer countDocumentProcessed) The current count of the number of records processed.createdBy(UserReference createdBy) The user who created the operationdateCreated(Date dateCreated) The timestamp of when the export began.dateModified(Date dateModified) The timestamp of when the export stopped.downloadURL(String downloadURL) The URL of the location at which the caller can download the export file, when available.booleanerrorInformation(ErrorBody errorInformation) Any error information, or null of the processing is not in failed state.exportFilter(KnowledgeExportJobFilter exportFilter) Filters to narrow down what to export.File type of the documentgetId()inthashCode()Id of the export job.jsonFileVersion(Integer jsonFileVersion) Requested version of the exported json file.knowledgeBase(KnowledgeBase knowledgeBase) Knowledge base which document export belongs to.voidsetCountDocumentProcessed(Integer countDocumentProcessed) voidsetCreatedBy(UserReference createdBy) voidsetDateCreated(Date dateCreated) voidsetDateModified(Date dateModified) voidsetDownloadURL(String downloadURL) voidsetErrorInformation(ErrorBody errorInformation) voidsetExportFilter(KnowledgeExportJobFilter exportFilter) voidvoidvoidsetJsonFileVersion(Integer jsonFileVersion) voidsetKnowledgeBase(KnowledgeBase knowledgeBase) voidsetSource(KnowledgeOperationSource source) voidsource(KnowledgeOperationSource source) Source of the export job.The status of the export job.toString()
-
Constructor Details
-
KnowledgeExportJobResponse
public KnowledgeExportJobResponse() -
KnowledgeExportJobResponse
-
-
Method Details
-
id
Id of the export job. -
getId
-
setId
-
downloadURL
The URL of the location at which the caller can download the export file, when available. -
getDownloadURL
-
setDownloadURL
-
fileType
File type of the document -
getFileType
-
setFileType
-
jsonFileVersion
Requested version of the exported json file. -
getJsonFileVersion
-
setJsonFileVersion
-
countDocumentProcessed
The current count of the number of records processed. -
getCountDocumentProcessed
-
setCountDocumentProcessed
-
exportFilter
Filters to narrow down what to export. -
getExportFilter
-
setExportFilter
-
status
The status of the export job. -
getStatus
-
setStatus
-
knowledgeBase
Knowledge base which document export belongs to. -
getKnowledgeBase
-
setKnowledgeBase
-
createdBy
The user who created the operation -
getCreatedBy
-
setCreatedBy
-
dateCreated
The timestamp of when the export began. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z -
getDateCreated
-
setDateCreated
-
dateModified
The timestamp of when the export stopped. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z -
getDateModified
-
setDateModified
-
errorInformation
Any error information, or null of the processing is not in failed state. -
getErrorInformation
-
setErrorInformation
-
source
Source of the export job. -
getSource
-
setSource
-
getSelfUri
-
equals
-
hashCode
public int hashCode() -
toString
-