@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()
AuthorContext
getName
in interface AuthorContext
getName
in interface NameProvider
@Nullable public @Nullable String getEmail()
getEmail
in interface AuthorContext
@Nullable public @Nullable String getLinkedUserName()
getLinkedUserName
in interface AuthorContext
public int compareTo(AuthorContext otherAuthor)
compareTo
in interface Comparable<AuthorContext>
Copyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.