Uses of Class
sh.ory.model.NormalizedProject.StateEnum
| Package | Description |
|---|---|
| sh.ory.model |
-
Uses of NormalizedProject.StateEnum in sh.ory.model
Methods in sh.ory.model that return NormalizedProject.StateEnum Modifier and Type Method Description static NormalizedProject.StateEnumNormalizedProject.StateEnum. fromValue(String value)NormalizedProject.StateEnumNormalizedProject. getState()The state of the project.NormalizedProject.StateEnumNormalizedProject.StateEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static NormalizedProject.StateEnumNormalizedProject.StateEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static NormalizedProject.StateEnum[]NormalizedProject.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 NormalizedProject.StateEnum Modifier and Type Method Description voidNormalizedProject.StateEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, NormalizedProject.StateEnum enumeration)Constructors in sh.ory.model with parameters of type NormalizedProject.StateEnum Constructor Description NormalizedProject(OffsetDateTime createdAt, String slug, NormalizedProject.StateEnum state, OffsetDateTime updatedAt)