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