Uses of Class
org.gitlab4j.api.Constants.TodoAction
Package | Description |
---|---|
org.gitlab4j.api | |
org.gitlab4j.api.models |
-
Uses of Constants.TodoAction in org.gitlab4j.api
Methods in org.gitlab4j.api that return Constants.TodoAction Modifier and Type Method Description static Constants.TodoAction
Constants.TodoAction. forValue(String value)
static Constants.TodoAction
Constants.TodoAction. valueOf(String name)
Returns the enum constant of this type with the specified name.static Constants.TodoAction[]
Constants.TodoAction. 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.TodoAction Modifier and Type Method Description List<Todo>
TodosApi. getTodos(Constants.TodoAction action, Integer authorId, Integer projectId, Integer groupId, Constants.TodoState state, Constants.TodoType type)
Get a List of all todos that match the provided filter params.Pager<Todo>
TodosApi. getTodos(Constants.TodoAction action, Integer authorId, Integer projectId, Integer groupId, Constants.TodoState state, Constants.TodoType type, int itemsPerPage)
Returns a Pager of todos that match the provided filter params.Stream<Todo>
TodosApi. getTodosStream(Constants.TodoAction action, Integer authorId, Integer projectId, Integer 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.gitlab4j.api.models
Methods in org.gitlab4j.api.models that return Constants.TodoAction Modifier and Type Method Description Constants.TodoAction
Todo. getActionName()
Methods in org.gitlab4j.api.models with parameters of type Constants.TodoAction Modifier and Type Method Description void
Todo. setActionName(Constants.TodoAction actionName)