Uses of Class
com.oracle.bmc.identity.model.MfaTotpDevice.LifecycleState
-
Packages that use MfaTotpDevice.LifecycleState Package Description com.oracle.bmc.identity.model -
-
Uses of MfaTotpDevice.LifecycleState in com.oracle.bmc.identity.model
Methods in com.oracle.bmc.identity.model that return MfaTotpDevice.LifecycleState Modifier and Type Method Description static MfaTotpDevice.LifecycleState
MfaTotpDevice.LifecycleState. create(String key)
MfaTotpDevice.LifecycleState
MfaTotpDevice. getLifecycleState()
The MFA TOTP device’s current state.static MfaTotpDevice.LifecycleState
MfaTotpDevice.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static MfaTotpDevice.LifecycleState[]
MfaTotpDevice.LifecycleState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.identity.model with parameters of type MfaTotpDevice.LifecycleState Modifier and Type Method Description MfaTotpDevice.Builder
MfaTotpDevice.Builder. lifecycleState(MfaTotpDevice.LifecycleState lifecycleState)
The MFA TOTP device’s current state.Constructors in com.oracle.bmc.identity.model with parameters of type MfaTotpDevice.LifecycleState Constructor Description MfaTotpDevice(String id, String seed, String userId, Date timeCreated, Date timeExpires, MfaTotpDevice.LifecycleState lifecycleState, Long inactiveStatus, Boolean isActivated)
Deprecated.
-