| Package | Description |
|---|---|
| org.gitlab4j.api | |
| org.gitlab4j.api.models |
| Modifier and Type | Method and Description |
|---|---|
static Constants.IssueState |
Constants.IssueState.forValue(String value) |
static Constants.IssueState |
Constants.IssueState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Constants.IssueState[] |
Constants.IssueState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Constants.IssueState |
IssueFilter.getState() |
Constants.IssueState |
Issue.getState() |
| Modifier and Type | Method and Description |
|---|---|
void |
IssueFilter.setState(Constants.IssueState state) |
void |
Issue.setState(Constants.IssueState state) |
IssueFilter |
IssueFilter.withState(Constants.IssueState state) |
Copyright © 2019. All rights reserved.