Uses of Class
com.mypurecloud.sdk.v2.model.SelectedColumns
Packages that use SelectedColumns
-
Uses of SelectedColumns in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return SelectedColumnsModifier and TypeMethodDescriptionSelectedColumns.columnName(String columnName) Indicates enum name of the column from the export viewSelectedColumns.columnOrder(Integer columnOrder) Indicates the order/position of the selected columnMethods in com.mypurecloud.sdk.v2.model that return types with arguments of type SelectedColumnsModifier and TypeMethodDescriptionReportingExportJobRequest.getSelectedColumns()ReportingExportJobResponse.getSelectedColumns()Method parameters in com.mypurecloud.sdk.v2.model with type arguments of type SelectedColumnsModifier and TypeMethodDescriptionReportingExportJobRequest.selectedColumns(List<SelectedColumns> selectedColumns) The list of ordered selected columns from the export view by the userReportingExportJobResponse.selectedColumns(List<SelectedColumns> selectedColumns) The list of ordered selected columns from the export view by the uservoidReportingExportJobRequest.setSelectedColumns(List<SelectedColumns> selectedColumns) voidReportingExportJobResponse.setSelectedColumns(List<SelectedColumns> selectedColumns)