Uses of Enum
org.gitlab4j.api.Constants.TodoState
Packages that use Constants.TodoState
-
Uses of Constants.TodoState in org.gitlab4j.api
Methods in org.gitlab4j.api that return Constants.TodoStateModifier and TypeMethodDescriptionstatic Constants.TodoStatestatic Constants.TodoStateReturns the enum constant of this type with the specified name.static Constants.TodoState[]Constants.TodoState.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.gitlab4j.api with parameters of type Constants.TodoStateModifier 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.TodoState in org.gitlab4j.api.models
Methods in org.gitlab4j.api.models that return Constants.TodoStateMethods in org.gitlab4j.api.models with parameters of type Constants.TodoState