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