| Package | Description |
|---|---|
| com.jcabi.github |
Object Oriented Github API.
|
| Modifier and Type | Method and Description |
|---|---|
static Status.State |
Status.State.forValue(String ident)
Get enum value from identifier string.
|
Status.State |
Status.Smart.state()
Get state.
|
static Status.State |
Status.State.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Status.State[] |
Status.State.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Statuses.StatusCreate |
Statuses.StatusCreate.withState(Status.State stat)
Returns a StatusCreate with the given state.
|
| Constructor and Description |
|---|
StatusCreate(Status.State stat)
Public ctor.
|
Copyright © 2012–2018 jcabi.com. All rights reserved.