Uses of Class
pro.taskana.task.rest.models.IsReadRepresentationModel
Packages that use IsReadRepresentationModel
-
Uses of IsReadRepresentationModel in pro.taskana.task.rest
Methods in pro.taskana.task.rest with parameters of type IsReadRepresentationModelModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<TaskRepresentationModel>TaskController.setTaskRead(String taskId, IsReadRepresentationModel isRead) This endpoint sets the 'isRead' property of a Task.