public enum ServiceConfigurationType extends java.lang.Enum<ServiceConfigurationType>
| Enum Constant and Description |
|---|
MAIL_TIPS
Represents the mail tips service configuration.
|
PROTECTION_RULES
Represents the protection rules service configuration.
|
UNIFIED_MESSAGING_CONFIGURATION
Represents the unified messaging service configuration.
|
| Modifier and Type | Method and Description |
|---|---|
static ServiceConfigurationType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ServiceConfigurationType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ServiceConfigurationType MAIL_TIPS
public static final ServiceConfigurationType UNIFIED_MESSAGING_CONFIGURATION
public static final ServiceConfigurationType PROTECTION_RULES
public static ServiceConfigurationType[] values()
for (ServiceConfigurationType c : ServiceConfigurationType.values()) System.out.println(c);
public static ServiceConfigurationType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null