Uses of Class
com.oracle.bmc.identity.model.UIPassword.LifecycleState
-
Packages that use UIPassword.LifecycleState Package Description com.oracle.bmc.identity.model -
-
Uses of UIPassword.LifecycleState in com.oracle.bmc.identity.model
Methods in com.oracle.bmc.identity.model that return UIPassword.LifecycleState Modifier and Type Method Description static UIPassword.LifecycleState
UIPassword.LifecycleState. create(String key)
UIPassword.LifecycleState
UIPassword. getLifecycleState()
The password’s current state.static UIPassword.LifecycleState
UIPassword.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static UIPassword.LifecycleState[]
UIPassword.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 UIPassword.LifecycleState Modifier and Type Method Description UIPassword.Builder
UIPassword.Builder. lifecycleState(UIPassword.LifecycleState lifecycleState)
The password’s current state.Constructors in com.oracle.bmc.identity.model with parameters of type UIPassword.LifecycleState Constructor Description UIPassword(String password, String userId, Date timeCreated, UIPassword.LifecycleState lifecycleState, Long inactiveStatus)
Deprecated.
-