public class AuditLogAuthorRestDTO extends Object
Modifier and Type | Class and Description |
---|---|
static class |
AuditLogAuthorRestDTO.Builder |
Constructor and Description |
---|
AuditLogAuthorRestDTO(Long id,
String name,
String displayName,
String originalName,
AuditLogAuthorType type) |
AuditLogAuthorRestDTO(Long id,
String name,
String displayName,
String originalName,
AuditLogAuthorType type,
String subtype) |
Modifier and Type | Method and Description |
---|---|
static AuditLogAuthorRestDTO.Builder |
builder() |
static AuditLogAuthorRestDTO.Builder |
builder(AuditLogAuthorRestDTO data) |
boolean |
equals(Object o) |
String |
getDisplayName() |
Long |
getId() |
String |
getName() |
String |
getOriginalName() |
String |
getSubtype() |
AuditLogAuthorType |
getType() |
int |
hashCode() |
AuditLogAuthor |
toAuthor() |
String |
toString() |
public AuditLogAuthorRestDTO(Long id, String name, String displayName, String originalName, AuditLogAuthorType type)
public AuditLogAuthor toAuthor()
public Long getId()
public String getName()
public String getDisplayName()
public String getOriginalName()
public AuditLogAuthorType getType()
public String getSubtype()
public static AuditLogAuthorRestDTO.Builder builder()
public static AuditLogAuthorRestDTO.Builder builder(AuditLogAuthorRestDTO data)
Copyright © 2020 Atlassian. All rights reserved.