Uses of Class
com.mypurecloud.sdk.v2.model.DataTableExportJob
Packages that use DataTableExportJob
-
Uses of DataTableExportJob in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return DataTableExportJobModifier and TypeMethodDescriptionArchitectApi.getFlowsDatatableExportJob(GetFlowsDatatableExportJobRequest request) Returns the state information about an export job Returns the state information about an export job.ArchitectApi.getFlowsDatatableExportJob(String datatableId, String exportJobId) Returns the state information about an export job Returns the state information about an export job.ArchitectApi.postFlowsDatatableExportJobs(PostFlowsDatatableExportJobsRequest request) Begin an export process for exporting all rows from a datatable Create an export job for exporting rows.ArchitectApi.postFlowsDatatableExportJobs(String datatableId) Begin an export process for exporting all rows from a datatable Create an export job for exporting rows.Methods in com.mypurecloud.sdk.v2.api that return types with arguments of type DataTableExportJobModifier and TypeMethodDescriptionArchitectApi.getFlowsDatatableExportJob(ApiRequest<Void> request) Returns the state information about an export job Returns the state information about an export job.ArchitectApiAsync.getFlowsDatatableExportJobAsync(GetFlowsDatatableExportJobRequest request, AsyncApiCallback<DataTableExportJob> callback) Returns the state information about an export job Returns the state information about an export job.ArchitectApiAsync.getFlowsDatatableExportJobAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<DataTableExportJob>> callback) Returns the state information about an export job Returns the state information about an export job.ArchitectApi.getFlowsDatatableExportJobWithHttpInfo(String datatableId, String exportJobId) Returns the state information about an export job Returns the state information about an export job.ArchitectApi.postFlowsDatatableExportJobs(ApiRequest<Void> request) Begin an export process for exporting all rows from a datatable Create an export job for exporting rows.ArchitectApiAsync.postFlowsDatatableExportJobsAsync(PostFlowsDatatableExportJobsRequest request, AsyncApiCallback<DataTableExportJob> callback) Begin an export process for exporting all rows from a datatable Create an export job for exporting rows.ArchitectApiAsync.postFlowsDatatableExportJobsAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<DataTableExportJob>> callback) Begin an export process for exporting all rows from a datatable Create an export job for exporting rows.ArchitectApi.postFlowsDatatableExportJobsWithHttpInfo(String datatableId) Begin an export process for exporting all rows from a datatable Create an export job for exporting rows.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type DataTableExportJobModifier and TypeMethodDescriptionArchitectApiAsync.getFlowsDatatableExportJobAsync(GetFlowsDatatableExportJobRequest request, AsyncApiCallback<DataTableExportJob> callback) Returns the state information about an export job Returns the state information about an export job.ArchitectApiAsync.getFlowsDatatableExportJobAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<DataTableExportJob>> callback) Returns the state information about an export job Returns the state information about an export job.ArchitectApiAsync.postFlowsDatatableExportJobsAsync(PostFlowsDatatableExportJobsRequest request, AsyncApiCallback<DataTableExportJob> callback) Begin an export process for exporting all rows from a datatable Create an export job for exporting rows.ArchitectApiAsync.postFlowsDatatableExportJobsAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<DataTableExportJob>> callback) Begin an export process for exporting all rows from a datatable Create an export job for exporting rows. -
Uses of DataTableExportJob in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return DataTableExportJobModifier and TypeMethodDescriptionDataTableExportJob.countRecordsProcessed(Integer countRecordsProcessed) The current count of the number of records processedDataTableExportJob.dateCompleted(Date dateCompleted) The timestamp of when the export stopped (either successfully or unsuccessfully).DataTableExportJob.dateCreated(Date dateCreated) The timestamp of when the export began.DataTableExportJob.downloadURI(String downloadURI) The URL of the location at which the caller can download the export file, when availableDataTableExportJob.errorInformation(ErrorBody errorInformation) Any error information, or null of the processing is not in an error stateDataTableExportJob.owner(AddressableEntityRef owner) The PureCloud user who started the export jobDataTableExportJob.status(DataTableExportJob.StatusEnum status) The status of the export job