Uses of Class
sh.ory.model.Project.StateEnum
| Package | Description |
|---|---|
| sh.ory.model |
-
Uses of Project.StateEnum in sh.ory.model
Methods in sh.ory.model that return Project.StateEnum Modifier and Type Method Description static Project.StateEnumProject.StateEnum. fromValue(String value)Project.StateEnumProject. getState()The state of the project.Project.StateEnumProject.StateEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static Project.StateEnumProject.StateEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static Project.StateEnum[]Project.StateEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in sh.ory.model with parameters of type Project.StateEnum Modifier and Type Method Description voidProject.StateEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, Project.StateEnum enumeration)Constructors in sh.ory.model with parameters of type Project.StateEnum Constructor Description Project(String slug, Project.StateEnum state)