AuditEvent |
AuditEvent.Builder.build() |
|
AuditEvent |
AuditEvent.patch() |
Submits only changed fields for update and returns an
immutable copy of this with changed fields reset.
|
AuditEvent |
AuditEvent.put() |
Submits all fields for update and returns an immutable copy of this
with changed fields reset (they were ignored anyway).
|
AuditEvent |
AuditEvent.withActivity(String activity) |
Returns an immutable copy of this with just the activity field
changed.
|
AuditEvent |
AuditEvent.withActivityDateTime(OffsetDateTime activityDateTime) |
Returns an immutable copy of this with just the activityDateTime
field changed.
|
AuditEvent |
AuditEvent.withActivityOperationType(String activityOperationType) |
Returns an immutable copy of this with just the
activityOperationType field changed.
|
AuditEvent |
AuditEvent.withActivityResult(String activityResult) |
Returns an immutable copy of this with just the activityResult
field changed.
|
AuditEvent |
AuditEvent.withActivityType(String activityType) |
Returns an immutable copy of this with just the activityType
field changed.
|
AuditEvent |
AuditEvent.withActor(AuditActor actor) |
Returns an immutable copy of this with just the actor field
changed.
|
AuditEvent |
AuditEvent.withCategory(String category) |
Returns an immutable copy of this with just the category field
changed.
|
AuditEvent |
AuditEvent.withComponentName(String componentName) |
Returns an immutable copy of this with just the componentName
field changed.
|
AuditEvent |
AuditEvent.withCorrelationId(UUID correlationId) |
Returns an immutable copy of this with just the correlationId
field changed.
|
AuditEvent |
AuditEvent.withDisplayName(String displayName) |
Returns an immutable copy of this with just the displayName
field changed.
|
AuditEvent |
AuditEvent.withResources(List<AuditResource> resources) |
Returns an immutable copy of this with just the resources field
changed.
|
AuditEvent |
AuditEvent.withUnmappedField(String name,
String value) |
|