| Modifier and Type | Method and Description |
|---|---|
AuditActionType |
AuditActionTypeConverter.convertToEntityAttribute(Long value) |
static AuditActionType |
AuditActionType.fromId(Long auditActionTypeId) |
AuditActionType |
AuditRecord.getAuditAction() |
static AuditActionType |
AuditActionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AuditActionType[] |
AuditActionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Long |
AuditActionTypeConverter.convertToDatabaseColumn(AuditActionType value) |
void |
AuditRecord.setAuditAction(AuditActionType auditAction) |
Copyright © 2021 Pivotal Software, Inc.. All rights reserved.