Uses of Class
pro.taskana.monitor.rest.models.ReportRepresentationModel.RowRepresentationModel
-
Packages that use ReportRepresentationModel.RowRepresentationModel Package Description pro.taskana.monitor.rest.models -
-
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.RowRepresentationModel Modifier and Type Method Description List<ReportRepresentationModel.RowRepresentationModel>ReportRepresentationModel. getRows()List<ReportRepresentationModel.RowRepresentationModel>ReportRepresentationModel. getSumRow()Constructor parameters in pro.taskana.monitor.rest.models with type arguments of type ReportRepresentationModel.RowRepresentationModel Constructor Description ReportRepresentationModel(ReportRepresentationModel.MetaInformation meta, List<ReportRepresentationModel.RowRepresentationModel> rows, List<ReportRepresentationModel.RowRepresentationModel> sumRow)
-