Package | Description |
---|---|
org.gitlab4j.api | |
org.gitlab4j.api.models |
Modifier and Type | Method and Description |
---|---|
static Constants.TodoState |
Constants.TodoState.forValue(String value) |
static Constants.TodoState |
Constants.TodoState.valueOf(String name)
Returns 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.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
Constants.TodoState |
Todo.getState() |
Modifier and Type | Method and Description |
---|---|
void |
Todo.setState(Constants.TodoState state) |
Copyright © 2019. All rights reserved.