public static enum AuditEntryRequest.ChangeType extends java.lang.Enum<AuditEntryRequest.ChangeType>
| Enum Constant and Description |
|---|
MONGOCK_BEFORE |
MONGOCK_EXECUTION |
STANDARD_CODE |
STANDARD_TEMPLATE |
| Modifier and Type | Method and Description |
|---|---|
static AuditEntryRequest.ChangeType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AuditEntryRequest.ChangeType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AuditEntryRequest.ChangeType STANDARD_CODE
public static final AuditEntryRequest.ChangeType STANDARD_TEMPLATE
public static final AuditEntryRequest.ChangeType MONGOCK_EXECUTION
public static final AuditEntryRequest.ChangeType MONGOCK_BEFORE
public static AuditEntryRequest.ChangeType[] values()
for (AuditEntryRequest.ChangeType c : AuditEntryRequest.ChangeType.values()) System.out.println(c);
public static AuditEntryRequest.ChangeType 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