@ExperimentalApi public final class HistoryMetadataParticipant extends Object
Modifier and Type | Class and Description |
---|---|
static class |
HistoryMetadataParticipant.HistoryMetadataParticipantBuilder |
Modifier and Type | Method and Description |
---|---|
static HistoryMetadataParticipant.HistoryMetadataParticipantBuilder |
builder(String id,
String type) |
boolean |
equals(Object obj)
This method is implemented for usage in Unit Tests.
|
String |
getAvatarUrl()
The avatar image url of the participant
|
String |
getDisplayName()
The user readable name of the participant
|
String |
getDisplayNameKey()
i18n key for the user readable name of the participant, will be used before displayName if present
|
String |
getId()
The identifier of this participant
|
String |
getType()
The type of the participant
|
String |
getUrl()
The url to this participant's details page
|
int |
hashCode()
This method is implemented for usage in Unit Tests.
|
public String getId()
public String getDisplayName()
public String getDisplayNameKey()
public String getType()
public String getAvatarUrl()
public String getUrl()
public int hashCode()
public boolean equals(Object obj)
public static HistoryMetadataParticipant.HistoryMetadataParticipantBuilder builder(String id, String type)
id
- the id of the participant being createdtype
- the type of the participant being createdCopyright © 2002-2018 Atlassian. All Rights Reserved.