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