public enum GenericHandlersAuditCode extends Enum<GenericHandlersAuditCode> implements AuditLogMessageSet
| Enum Constant and Description |
|---|
EXTERNAL_RELATIONSHIP_REMOVED |
NEW_EXTERNAL_RELATIONSHIP |
PERMITTED_SYNC_CHANGING |
SETTING_UP_EXTERNAL_ID |
UNABLE_TO_SET_ANCHORS |
| Modifier and Type | Method and Description |
|---|---|
AuditLogMessageDefinition |
getMessageDefinition()
Retrieve a message definition object for logging.
|
AuditLogMessageDefinition |
getMessageDefinition(String... params)
Retrieve a message definition object for logging.
|
String |
toString()
JSON-style toString
|
static GenericHandlersAuditCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GenericHandlersAuditCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GenericHandlersAuditCode UNABLE_TO_SET_ANCHORS
public static final GenericHandlersAuditCode SETTING_UP_EXTERNAL_ID
public static final GenericHandlersAuditCode PERMITTED_SYNC_CHANGING
public static final GenericHandlersAuditCode NEW_EXTERNAL_RELATIONSHIP
public static final GenericHandlersAuditCode EXTERNAL_RELATIONSHIP_REMOVED
public static GenericHandlersAuditCode[] values()
for (GenericHandlersAuditCode c : GenericHandlersAuditCode.values()) System.out.println(c);
public static GenericHandlersAuditCode 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 AuditLogMessageDefinition getMessageDefinition()
getMessageDefinition in interface AuditLogMessageSetpublic AuditLogMessageDefinition getMessageDefinition(String... params)
getMessageDefinition in interface AuditLogMessageSetparams - array of parameters (all strings). They are inserted into the message according to the numbering in the message text.public String toString()
toString in class Enum<GenericHandlersAuditCode>Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.