Uses of Class
com.jcabi.github.Status.State
-
Packages that use Status.State Package Description com.jcabi.github Object Oriented Github API. -
-
Uses of Status.State in com.jcabi.github
Methods in com.jcabi.github that return Status.State Modifier and Type Method 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.Methods in com.jcabi.github with parameters of type Status.State Modifier and Type Method Description Statuses.StatusCreate
Statuses.StatusCreate. withState(Status.State stat)
Returns a StatusCreate with the given state.Constructors in com.jcabi.github with parameters of type Status.State Constructor Description StatusCreate(Status.State stat)
Public ctor.
-