Package | Description |
---|---|
com.oracle.bmc.identity.model |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
SmtpCredential.Builder |
SmtpCredential.Builder.lifecycleState(SmtpCredential.LifecycleState lifecycleState)
The credential’s current state.
|
Constructor and Description |
---|
SmtpCredential(String username,
String password,
String id,
String userId,
String description,
Date timeCreated,
Date timeExpires,
SmtpCredential.LifecycleState lifecycleState,
Long inactiveStatus)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.