Uses of Class
com.mypurecloud.sdk.v2.model.ReportingExportJobRequest
Packages that use ReportingExportJobRequest
Package
Description
-
Uses of ReportingExportJobRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type ReportingExportJobRequestModifier and TypeMethodDescriptionAnalyticsApi.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 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 ReportingExportJobRequestModifier 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(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 ReportingExportJobRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return ReportingExportJobRequestMethods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type ReportingExportJobRequestMethods in com.mypurecloud.sdk.v2.api.request with parameters of type ReportingExportJobRequestModifier and TypeMethodDescriptionPostAnalyticsReportingExportsRequest.builder(ReportingExportJobRequest body) voidPostAnalyticsReportingExportsRequest.setBody(ReportingExportJobRequest body) PostAnalyticsReportingExportsRequest.Builder.withBody(ReportingExportJobRequest body) PostAnalyticsReportingExportsRequest.withBody(ReportingExportJobRequest body) PostAnalyticsReportingExportsRequest.Builder.withRequiredParams(ReportingExportJobRequest body) -
Uses of ReportingExportJobRequest in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return ReportingExportJobRequestModifier and TypeMethodDescriptionReportingExportJobRequest.chartColumns(List<ChartColumn> chartColumns) The list of columns for which chart is going to be displayed in exportReportingExportJobRequest.csvDelimiter(ReportingExportJobRequest.CsvDelimiterEnum csvDelimiter) The user supplied csv delimiter string value either of type 'comma' or 'semicolon' permitted for the export requestReportingExportJobRequest.durationFormat(ReportingExportJobRequest.DurationFormatEnum durationFormat) Indicates the duration format for the exportsReportingExportJobRequest.excludeEmptyRows(Boolean excludeEmptyRows) Excludes empty rows from the exportsReportingExportJobRequest.exportFormat(ReportingExportJobRequest.ExportFormatEnum exportFormat) The requested format of the exported dataReportingExportJobRequest.filter(ViewFilter filter) Filters to apply to create the viewReportingExportJobRequest.hasCustomParticipantAttributes(Boolean hasCustomParticipantAttributes) Indicates if custom participant attributes will be exportedReportingExportJobRequest.hasFormatDurations(Boolean hasFormatDurations) Indicates if durations are formatted in hh:mm:ss format instead of msReportingExportJobRequest.hasSplitByMedia(Boolean hasSplitByMedia) Indicates if media type will be split in aggregate detail exportsReportingExportJobRequest.hasSplitFilters(Boolean hasSplitFilters) Indicates if filters will be split in aggregate detail exportsReportingExportJobRequest.hasSummaryRow(Boolean hasSummaryRow) Indicates if summary row needs to be present in exportsReportingExportJobRequest.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 used for localization of the exported data, i.e. en-US, esThe user supplied name of the export requestThe Period of the request in which to break down the intervals.Indicates if the request has been marked as readReportingExportJobRequest.recipientEmails(List<String> recipientEmails) The list of email recipients for the exportsReportingExportJobRequest.selectedColumns(List<SelectedColumns> selectedColumns) The list of ordered selected columns from the export view by the userThe requested timezone of the exported data.ReportingExportJobRequest.viewType(ReportingExportJobRequest.ViewTypeEnum viewType) The type of view export job to be created