| Modifier and Type | Method and Description |
|---|---|
AuditLogEntityType |
ImmutableAuditLogChangeset.getEntityType() |
AuditLogEntityType |
AuditLogChangeset.getEntityType() |
static AuditLogEntityType |
AuditLogEntityType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AuditLogEntityType[] |
AuditLogEntityType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ImmutableAuditLogChangeset.Builder |
ImmutableAuditLogChangeset.Builder.setEntityType(AuditLogEntityType entityType) |
| Constructor and Description |
|---|
ImmutableAuditLogChangeset(Long id,
Instant timestamp,
AuditLogAuthorType authorType,
Long authorId,
String authorName,
AuditLogEventType eventType,
AuditLogEntityType entityType,
Long entityId,
String entityName,
String ipAddress,
String eventMessage,
List<ImmutableAuditLogEntry> entries) |
| Modifier and Type | Method and Description |
|---|---|
AuditLogEntityType |
AuditLogChangesetEntity.getEntityType() |
| Modifier and Type | Method and Description |
|---|---|
void |
AuditLogChangesetEntity.setEntityType(AuditLogEntityType entityType) |
| Modifier and Type | Method and Description |
|---|---|
AuditLogEntityType |
AuditLogChangesetRestEntity.getEntityType() |
| Constructor and Description |
|---|
AuditLogChangesetRestEntity(Long id,
Date timestamp,
AuditLogAuthorType authorType,
Long authorId,
String authorName,
AuditLogEventType eventType,
AuditLogEntityType entityType,
Long entityId,
String entityName,
String ipAddress,
String eventMessage,
List<AuditLogEntryRestEntity> entries) |
| Modifier and Type | Field and Description |
|---|---|
static Property<AuditLogEntityType> |
AuditLogTermKeys.ENTITY_TYPE |
Copyright © 2018 Atlassian. All rights reserved.