Uses of Class
pro.taskana.monitor.rest.models.ReportRepresentationModel.RowRepresentationModel
Packages that use ReportRepresentationModel.RowRepresentationModel
-
Uses of ReportRepresentationModel.RowRepresentationModel in pro.taskana.monitor.rest.models
Methods in pro.taskana.monitor.rest.models that return types with arguments of type ReportRepresentationModel.RowRepresentationModelModifier and TypeMethodDescriptionReportRepresentationModel.getRows()ReportRepresentationModel.getSumRow()Constructor parameters in pro.taskana.monitor.rest.models with type arguments of type ReportRepresentationModel.RowRepresentationModelModifierConstructorDescriptionReportRepresentationModel(ReportRepresentationModel.MetaInformation meta, List<ReportRepresentationModel.RowRepresentationModel> rows, List<ReportRepresentationModel.RowRepresentationModel> sumRow)