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