Uses of Class
com.mypurecloud.sdk.v2.model.ReportingExportJobResponse
Packages that use ReportingExportJobResponse
-
Uses of ReportingExportJobResponse in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return ReportingExportJobResponseModifier and TypeMethodDescriptionAnalyticsApi.postAnalyticsReportingExports(PostAnalyticsReportingExportsRequest request) Generate a view export request This API creates a reporting export but the desired way to export analytics data is to use the analytics query APIs insteadAnalyticsApi.postAnalyticsReportingExports(ReportingExportJobRequest body) Generate a view export request This API creates a reporting export but the desired way to export analytics data is to use the analytics query APIs insteadMethods in com.mypurecloud.sdk.v2.api that return types with arguments of type ReportingExportJobResponseModifier and TypeMethodDescriptionAnalyticsApi.postAnalyticsReportingExports(ApiRequest<ReportingExportJobRequest> request) Generate a view export request This API creates a reporting export but the desired way to export analytics data is to use the analytics query APIs insteadAnalyticsApiAsync.postAnalyticsReportingExportsAsync(PostAnalyticsReportingExportsRequest request, AsyncApiCallback<ReportingExportJobResponse> callback) Generate a view export request This API creates a reporting export but the desired way to export analytics data is to use the analytics query APIs insteadAnalyticsApiAsync.postAnalyticsReportingExportsAsync(ApiRequest<ReportingExportJobRequest> request, AsyncApiCallback<ApiResponse<ReportingExportJobResponse>> callback) Generate a view export request This API creates a reporting export but the desired way to export analytics data is to use the analytics query APIs insteadAnalyticsApi.postAnalyticsReportingExportsWithHttpInfo(ReportingExportJobRequest body) Generate a view export request This API creates a reporting export but the desired way to export analytics data is to use the analytics query APIs insteadMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type ReportingExportJobResponseModifier and TypeMethodDescriptionAnalyticsApiAsync.postAnalyticsReportingExportsAsync(PostAnalyticsReportingExportsRequest request, AsyncApiCallback<ReportingExportJobResponse> callback) Generate a view export request This API creates a reporting export but the desired way to export analytics data is to use the analytics query APIs insteadAnalyticsApiAsync.postAnalyticsReportingExportsAsync(ApiRequest<ReportingExportJobRequest> request, AsyncApiCallback<ApiResponse<ReportingExportJobResponse>> callback) Generate a view export request This API creates a reporting export but the desired way to export analytics data is to use the analytics query APIs instead -
Uses of ReportingExportJobResponse in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return ReportingExportJobResponseModifier and TypeMethodDescriptionReportingExportJobResponse.chartColumns(List<ChartColumn> chartColumns) The list of columns for which chart is going to be displayed in exportReportingExportJobResponse.createdDateTime(Date createdDateTime) The created date/time of the request.ReportingExportJobResponse.csvDelimiter(ReportingExportJobResponse.CsvDelimiterEnum csvDelimiter) The user supplied csv delimiter string value either of type 'comma' or 'semicolon' permitted for the export requestReportingExportJobResponse.downloadUrl(String downloadUrl) The url to download the request if it's status is completedReportingExportJobResponse.durationFormat(ReportingExportJobResponse.DurationFormatEnum durationFormat) Indicates the duration format for the exportsReportingExportJobResponse.emailErrorDescription(String emailErrorDescription) The optional error message in case the export fail to emailReportingExportJobResponse.emailStatuses(Map<String, ReportingExportJobResponse.InnerEnum> emailStatuses) The status of individual email addresses as a mapReportingExportJobResponse.excludeEmptyRows(Boolean excludeEmptyRows) Excludes empty rows from the exportsReportingExportJobResponse.exportAllowedToRerun(Boolean exportAllowedToRerun) Indicates whether the export run is allowed to rerunReportingExportJobResponse.exportErrorMessagesType(ReportingExportJobResponse.ExportErrorMessagesTypeEnum exportErrorMessagesType) The error message in case the export request failedReportingExportJobResponse.exportFormat(ReportingExportJobResponse.ExportFormatEnum exportFormat) The requested format of the exported dataReportingExportJobResponse.filter(ViewFilter filter) Filters to apply to create the viewReportingExportJobResponse.hasCustomParticipantAttributes(Boolean hasCustomParticipantAttributes) Indicates if custom participant attributes will be exportedReportingExportJobResponse.hasFormatDurations(Boolean hasFormatDurations) Indicates if durations are formatted in hh:mm:ss format instead of msReportingExportJobResponse.hasSplitByMedia(Boolean hasSplitByMedia) Indicates if media type will be split in aggregate detail exportsReportingExportJobResponse.hasSplitFilters(Boolean hasSplitFilters) Indicates if filters will be split in aggregate detail exportsReportingExportJobResponse.hasSummaryRow(Boolean hasSummaryRow) Indicates if summary row needs to be present in exportsReportingExportJobResponse.includeDurationFormatInHeader(Boolean includeDurationFormatInHeader) Indicates whether to include selected duration format to the column headersThe time period used to limit the the exported data.The locale use for localization of the exported data, i.e. en-us, es-mxReportingExportJobResponse.modifiedDateTime(Date modifiedDateTime) The last modified date/time of the request.ReportingExportJobResponse.percentageComplete(Double percentageComplete) The percentage of the job that has completed processingThe Period of the request in which to break down the intervals.Indicates if the request has been marked as readReportingExportJobResponse.recipientEmails(List<String> recipientEmails) The list of email recipients for the exportsThe unique run id of the export schedule executeReportingExportJobResponse.selectedColumns(List<SelectedColumns> selectedColumns) The list of ordered selected columns from the export view by the userReportingExportJobResponse.status(ReportingExportJobResponse.StatusEnum status) The current status of the export requestThe requested timezone of the exported data.ReportingExportJobResponse.viewType(ReportingExportJobResponse.ViewTypeEnum viewType) The type of view export job to be createdMethods in com.mypurecloud.sdk.v2.model that return types with arguments of type ReportingExportJobResponseMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type ReportingExportJobResponseModifier and TypeMethodDescriptionReportingExportJobListing.entities(List<ReportingExportJobResponse> entities) voidReportingExportJobListing.setEntities(List<ReportingExportJobResponse> entities)