Uses of Enum Class
pro.taskana.task.rest.TaskCommentController.TaskCommentQuerySortBy
Packages that use TaskCommentController.TaskCommentQuerySortBy
-
Uses of TaskCommentController.TaskCommentQuerySortBy in pro.taskana.task.rest
Methods in pro.taskana.task.rest that return TaskCommentController.TaskCommentQuerySortByModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.TaskCommentController.TaskCommentQuerySortBy.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in pro.taskana.task.rest that return types with arguments of type TaskCommentController.TaskCommentQuerySortByModifier and TypeMethodDescriptionTaskCommentController.TaskCommentQuerySortParameter.getSortBy()Constructor parameters in pro.taskana.task.rest with type arguments of type TaskCommentController.TaskCommentQuerySortByModifierConstructorDescriptionTaskCommentQuerySortParameter(List<TaskCommentController.TaskCommentQuerySortBy> sortBy, List<pro.taskana.common.api.BaseQuery.SortDirection> order)