Uses of Class
sh.ory.model.SelfServiceSettingsFlowState
| Package | Description |
|---|---|
| sh.ory.model |
-
Uses of SelfServiceSettingsFlowState in sh.ory.model
Methods in sh.ory.model that return SelfServiceSettingsFlowState Modifier and Type Method Description static SelfServiceSettingsFlowStateSelfServiceSettingsFlowState. fromValue(String value)SelfServiceSettingsFlowStateSelfServiceSettingsFlow. getState()Get stateSelfServiceSettingsFlowStateSelfServiceSettingsFlowState.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static SelfServiceSettingsFlowStateSelfServiceSettingsFlowState. valueOf(String name)Returns the enum constant of this type with the specified name.static SelfServiceSettingsFlowState[]SelfServiceSettingsFlowState. 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 SelfServiceSettingsFlowState Modifier and Type Method Description voidSelfServiceSettingsFlow. setState(SelfServiceSettingsFlowState state)SelfServiceSettingsFlowSelfServiceSettingsFlow. state(SelfServiceSettingsFlowState state)voidSelfServiceSettingsFlowState.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, SelfServiceSettingsFlowState enumeration)