@Immutable public class AuthorContextImpl extends Object implements AuthorContext
| Constructor and Description |
|---|
AuthorContextImpl(@NotNull AuthorContext author) |
AuthorContextImpl(String author) |
AuthorContextImpl(String author,
String linkedUserName,
String email) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(AuthorContext otherAuthor) |
boolean |
equals(Object o) |
@Nullable String |
getEmail() |
@Nullable String |
getLinkedUserName() |
String |
getName()
Unique name identifying an author.
|
int |
hashCode() |
public AuthorContextImpl(@NotNull
@NotNull AuthorContext author)
public AuthorContextImpl(String author)
public String getName()
AuthorContextgetName in interface AuthorContextgetName in interface NameProvider@Nullable public @Nullable String getEmail()
getEmail in interface AuthorContext@Nullable public @Nullable String getLinkedUserName()
getLinkedUserName in interface AuthorContextpublic int compareTo(AuthorContext otherAuthor)
compareTo in interface Comparable<AuthorContext>Copyright © 2024 Atlassian Software Systems Pty Ltd. All rights reserved.