Uses of Class
pro.taskana.task.rest.TaskCommentController.TaskCommentQuerySortBy
-
Packages that use TaskCommentController.TaskCommentQuerySortBy Package Description pro.taskana.task.rest -
-
Uses of TaskCommentController.TaskCommentQuerySortBy in pro.taskana.task.rest
Methods in pro.taskana.task.rest that return TaskCommentController.TaskCommentQuerySortBy Modifier and Type Method Description static TaskCommentController.TaskCommentQuerySortByTaskCommentController.TaskCommentQuerySortBy. valueOf(String name)Returns the enum constant of this type with the specified name.static TaskCommentController.TaskCommentQuerySortBy[]TaskCommentController.TaskCommentQuerySortBy. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in pro.taskana.task.rest that return types with arguments of type TaskCommentController.TaskCommentQuerySortBy Modifier and Type Method Description List<TaskCommentController.TaskCommentQuerySortBy>TaskCommentController.TaskCommentQuerySortParameter. getSortBy()Constructor parameters in pro.taskana.task.rest with type arguments of type TaskCommentController.TaskCommentQuerySortBy Constructor Description TaskCommentQuerySortParameter(List<TaskCommentController.TaskCommentQuerySortBy> sortBy, List<pro.taskana.common.api.BaseQuery.SortDirection> order)
-