@Generated(value="OracleSDKGenerator", comments="API Version: 20170907") public enum SuppressionReason extends Enum<SuppressionReason> implements BmcEnum
The reason that the email address was suppressed. For more information on the types of bounces, see Suppression List.
Enum Constant and Description |
---|
Complaint |
Hardbounce |
Manual |
Softbounce |
Unknown |
UnknownEnumValue
This value is used if a service returns a value for this enum that is not recognized by this
version of the SDK.
|
Unsubscribe |
Modifier and Type | Method and Description |
---|---|
static SuppressionReason |
create(String key) |
String |
getValue() |
static SuppressionReason |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SuppressionReason[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SuppressionReason Unknown
public static final SuppressionReason Hardbounce
public static final SuppressionReason Complaint
public static final SuppressionReason Manual
public static final SuppressionReason Softbounce
public static final SuppressionReason Unsubscribe
public static final SuppressionReason UnknownEnumValue
public static SuppressionReason[] values()
for (SuppressionReason c : SuppressionReason.values()) System.out.println(c);
public static SuppressionReason valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic static SuppressionReason create(String key)
Copyright © 2016–2024. All rights reserved.