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