public enum AuditLogEnabledState extends Enum<AuditLogEnabledState>
| Enum Constant and Description |
|---|
DISABLED |
ENABLED |
SYNCHRONIZATION_DISABLED |
| Modifier and Type | Method and Description |
|---|---|
String |
getEventSuffix() |
static AuditLogEnabledState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AuditLogEnabledState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AuditLogEnabledState ENABLED
public static final AuditLogEnabledState SYNCHRONIZATION_DISABLED
public static final AuditLogEnabledState DISABLED
public static AuditLogEnabledState[] values()
for (AuditLogEnabledState c : AuditLogEnabledState.values()) System.out.println(c);
public static AuditLogEnabledState 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 String getEventSuffix()
Copyright © 2018 Atlassian. All rights reserved.