Package | Description |
---|---|
com.oracle.bmc.usageapi.model |
Modifier and Type | Method and Description |
---|---|
static EmailRecipient.LifecycleState |
EmailRecipient.LifecycleState.create(String key) |
EmailRecipient.LifecycleState |
EmailRecipient.getLifecycleState()
The email recipient lifecycle state.
|
static EmailRecipient.LifecycleState |
EmailRecipient.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EmailRecipient.LifecycleState[] |
EmailRecipient.LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
EmailRecipient.Builder |
EmailRecipient.Builder.lifecycleState(EmailRecipient.LifecycleState lifecycleState)
The email recipient lifecycle state.
|
Constructor and Description |
---|
EmailRecipient(String firstName,
String lastName,
String emailId,
EmailRecipient.LifecycleState lifecycleState)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.