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