public class AuditAuthor extends Object
AuditEntity.getAuthor()
Modifier and Type | Class and Description |
---|---|
static class |
AuditAuthor.Builder |
Modifier and Type | Field and Description |
---|---|
static AuditAuthor |
ANONYMOUS_AUTHOR |
static AuditAuthor |
SYSTEM_AUTHOR |
static AuditAuthor |
UNKNOWN_AUTHOR |
Modifier and Type | Method and Description |
---|---|
static AuditAuthor.Builder |
builder() |
boolean |
equals(Object o) |
String |
getId() |
String |
getName() |
String |
getType() |
String |
getUri() |
int |
hashCode() |
String |
toString() |
public static final AuditAuthor SYSTEM_AUTHOR
public static final AuditAuthor ANONYMOUS_AUTHOR
public static final AuditAuthor UNKNOWN_AUTHOR
public static AuditAuthor.Builder builder()
@Nonnull public String getId()
Copyright © 2020 Atlassian. All rights reserved.