Package | Description |
---|---|
com.oracle.bmc.email.model |
Modifier and Type | Method and Description |
---|---|
static Suppression.Reason |
Suppression.Reason.create(String key) |
Suppression.Reason |
Suppression.getReason()
The reason that the email address was suppressed.
|
static Suppression.Reason |
Suppression.Reason.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Suppression.Reason[] |
Suppression.Reason.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Suppression.Builder |
Suppression.Builder.reason(Suppression.Reason reason) |
Constructor and Description |
---|
Suppression(String compartmentId,
String emailAddress,
String id,
Suppression.Reason reason,
Date timeCreated)
Deprecated.
|
Copyright © 2016–2019. All rights reserved.