Package com.mypurecloud.sdk.v2.model
Class DataTableImportJob
java.lang.Object
com.mypurecloud.sdk.v2.model.DataTableImportJob
- All Implemented Interfaces:
Serializable
State information for an import job of rows to a datatable
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe indication of whether the processing should remove rows that don't appear in the import filestatic enumThe status of the import job -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncountRecordsDeleted(Integer countRecordsDeleted) The current count of the number of records deletedcountRecordsFailed(Integer countRecordsFailed) The current count of the number of records that failed to importcountRecordsUpdated(Integer countRecordsUpdated) The current count of the number of records processeddateCompleted(Date dateCompleted) The timestamp of when the import stopped (either successfully or unsuccessfully).dateCreated(Date dateCreated) The timestamp of when the import began.booleanerrorInformation(ErrorBody errorInformation) Any error information, or null of the processing is not in an error stategetId()getName()getOwner()inthashCode()importMode(DataTableImportJob.ImportModeEnum importMode) The indication of whether the processing should remove rows that don't appear in the import fileowner(AddressableEntityRef owner) The PureCloud user who started the import jobvoidsetCountRecordsDeleted(Integer countRecordsDeleted) voidsetCountRecordsFailed(Integer countRecordsFailed) voidsetCountRecordsUpdated(Integer countRecordsUpdated) voidsetDateCompleted(Date dateCompleted) voidsetDateCreated(Date dateCreated) voidsetErrorInformation(ErrorBody errorInformation) voidsetImportMode(DataTableImportJob.ImportModeEnum importMode) voidvoidsetOwner(AddressableEntityRef owner) voidvoidsetUploadURI(String uploadURI) status(DataTableImportJob.StatusEnum status) The status of the import jobtoString()The URL of the location at which the caller can upload the file to be imported
-
Constructor Details
-
DataTableImportJob
public DataTableImportJob() -
DataTableImportJob
-
-
Method Details
-
getId
-
name
-
getName
-
setName
-
owner
The PureCloud user who started the import job -
getOwner
-
setOwner
-
status
The status of the import job -
getStatus
-
setStatus
-
dateCreated
The timestamp of when the import began. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z -
getDateCreated
-
setDateCreated
-
dateCompleted
The timestamp of when the import stopped (either successfully or unsuccessfully). Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z -
getDateCompleted
-
setDateCompleted
-
uploadURI
The URL of the location at which the caller can upload the file to be imported -
getUploadURI
-
setUploadURI
-
importMode
The indication of whether the processing should remove rows that don't appear in the import file -
getImportMode
-
setImportMode
-
errorInformation
Any error information, or null of the processing is not in an error state -
getErrorInformation
-
setErrorInformation
-
countRecordsUpdated
The current count of the number of records processed -
getCountRecordsUpdated
-
setCountRecordsUpdated
-
countRecordsDeleted
The current count of the number of records deleted -
getCountRecordsDeleted
-
setCountRecordsDeleted
-
countRecordsFailed
The current count of the number of records that failed to import -
getCountRecordsFailed
-
setCountRecordsFailed
-
getUploadHeaders
-
getSelfUri
-
equals
-
hashCode
public int hashCode() -
toString
-