Uses of Enum Class
org.aoju.bus.gitlab.Constants.TodoAction
Packages that use Constants.TodoAction
-
Uses of Constants.TodoAction in org.aoju.bus.gitlab
Methods in org.aoju.bus.gitlab that return Constants.TodoActionModifier and TypeMethodDescriptionstatic Constants.TodoActionstatic Constants.TodoActionReturns the enum constant of this class with the specified name.static Constants.TodoAction[]Constants.TodoAction.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.aoju.bus.gitlab with parameters of type Constants.TodoActionModifier and TypeMethodDescriptionTodosApi.getTodos(Constants.TodoAction action, Long authorId, Long projectId, Long groupId, Constants.TodoState state, Constants.TodoType type) Get a List of all todos that match the provided filter params.TodosApi.getTodos(Constants.TodoAction action, Long authorId, Long projectId, Long groupId, Constants.TodoState state, Constants.TodoType type, int itemsPerPage) Returns a Pager of todos that match the provided filter params.TodosApi.getTodosStream(Constants.TodoAction action, Long authorId, Long projectId, Long groupId, Constants.TodoState state, Constants.TodoType type) Get a List of all todos that match the provided filter params. -
Uses of Constants.TodoAction in org.aoju.bus.gitlab.models
Methods in org.aoju.bus.gitlab.models that return Constants.TodoActionMethods in org.aoju.bus.gitlab.models with parameters of type Constants.TodoAction