Package com.mypurecloud.sdk.v2.model
Class DataTableExportJob
java.lang.Object
com.mypurecloud.sdk.v2.model.DataTableExportJob
- All Implemented Interfaces:
Serializable
State information for an export job of rows from a datatable
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe status of the export job -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncountRecordsProcessed(Integer countRecordsProcessed) The current count of the number of records processeddateCompleted(Date dateCompleted) The timestamp of when the export stopped (either successfully or unsuccessfully).dateCreated(Date dateCreated) The timestamp of when the export began.downloadURI(String downloadURI) The URL of the location at which the caller can download the export file, when availablebooleanerrorInformation(ErrorBody errorInformation) Any error information, or null of the processing is not in an error stategetId()getName()getOwner()inthashCode()owner(AddressableEntityRef owner) The PureCloud user who started the export jobvoidsetCountRecordsProcessed(Integer countRecordsProcessed) voidsetDateCompleted(Date dateCompleted) voidsetDateCreated(Date dateCreated) voidsetDownloadURI(String downloadURI) voidsetErrorInformation(ErrorBody errorInformation) voidvoidsetOwner(AddressableEntityRef owner) voidstatus(DataTableExportJob.StatusEnum status) The status of the export jobtoString()
-
Constructor Details
-
DataTableExportJob
public DataTableExportJob() -
DataTableExportJob
-
-
Method Details
-
getId
-
name
-
getName
-
setName
-
owner
The PureCloud user who started the export job -
getOwner
-
setOwner
-
status
The status of the export job -
getStatus
-
setStatus
-
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
-
dateCompleted
The timestamp of when the export 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
-
downloadURI
The URL of the location at which the caller can download the export file, when available -
getDownloadURI
-
setDownloadURI
-
errorInformation
Any error information, or null of the processing is not in an error state -
getErrorInformation
-
setErrorInformation
-
countRecordsProcessed
The current count of the number of records processed -
getCountRecordsProcessed
-
setCountRecordsProcessed
-
getSelfUri
-
equals
-
hashCode
public int hashCode() -
toString
-