public abstract class AuditEvent extends Resource
| Constructor and Description |
|---|
AuditEvent() |
| Modifier and Type | Method and Description |
|---|---|
abstract AuditEventActor |
getAuditEventActor()
The event actor
|
abstract AuditEventTarget |
getAuditEventTarget()
The event target
|
abstract Map<String,Object> |
getData()
Additional information about event
|
abstract Relationship |
getOrganizationRelationship()
The organization where the event occurred
|
abstract Relationship |
getSpaceRelationship()
The space where the event occurred.
|
abstract String |
getType()
The event type
|
getCreatedAt, getId, getLinks, getUpdatedAtpublic abstract AuditEventActor getAuditEventActor()
public abstract AuditEventTarget getAuditEventTarget()
public abstract Relationship getOrganizationRelationship()
public abstract Relationship getSpaceRelationship()
public abstract String getType()
Copyright © 2020. All rights reserved.