Package com.mypurecloud.sdk.v2.model
Class KnowledgeSyncJobResponse
java.lang.Object
com.mypurecloud.sdk.v2.model.KnowledgeSyncJobResponse
- All Implemented Interfaces:
Serializable
KnowledgeSyncJobResponse
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe status of the export job. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreatedBy(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 sync file, when available.booleanfailedEntitiesURL(String failedEntitiesURL) The URL of the location at which the caller can download the entities in json format that failed during the sync.getId()inthashCode()Id of the sync job.knowledgeBase(KnowledgeBaseReference knowledgeBase) Knowledge base which document export belongs to.report(KnowledgeSyncJobReport report) Report of the sync jobvoidsetCreatedBy(UserReference createdBy) voidsetDateCreated(Date dateCreated) voidsetDateModified(Date dateModified) voidsetDownloadURL(String downloadURL) voidsetFailedEntitiesURL(String failedEntitiesURL) voidvoidsetKnowledgeBase(KnowledgeBaseReference knowledgeBase) voidsetReport(KnowledgeSyncJobReport report) voidsetSource(KnowledgeOperationSource source) voidvoidsetUploadKey(String uploadKey) source(KnowledgeOperationSource source) Source of the sync job.The status of the export job.toString()
-
Constructor Details
-
KnowledgeSyncJobResponse
public KnowledgeSyncJobResponse() -
KnowledgeSyncJobResponse
-
-
Method Details
-
id
Id of the sync job. -
getId
-
setId
-
uploadKey
-
getUploadKey
-
setUploadKey
-
status
The status of the export job. -
getStatus
-
setStatus
-
report
Report of the sync job -
getReport
-
setReport
-
knowledgeBase
Knowledge base which document export belongs to. -
getKnowledgeBase
-
setKnowledgeBase
-
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
-
createdBy
The user who created the operation -
getCreatedBy
-
setCreatedBy
-
downloadURL
The URL of the location at which the caller can download the sync file, when available. -
getDownloadURL
-
setDownloadURL
-
failedEntitiesURL
The URL of the location at which the caller can download the entities in json format that failed during the sync. -
getFailedEntitiesURL
-
setFailedEntitiesURL
-
source
Source of the sync job. -
getSource
-
setSource
-
getSelfUri
-
equals
-
hashCode
public int hashCode() -
toString
-