@PublicApi public class ChangeHistoryGroup extends Object implements Comparable<ChangeHistoryGroup>, WithId
ChangeHistoryGroup
together to try and reduce Document
proliferation.Modifier and Type | Class and Description |
---|---|
static class |
ChangeHistoryGroup.Builder |
ID_COMPARATOR
Constructor and Description |
---|
ChangeHistoryGroup(Long id,
Long projectId,
Long issueId,
String issueKey,
String userKey,
List<ChangeHistoryItem> changeItems,
Timestamp created) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(ChangeHistoryGroup other) |
boolean |
equals(Object o) |
List<ChangeHistoryItem> |
getChangeItems() |
Timestamp |
getCreated() |
Long |
getId() |
Long |
getIssueId() |
String |
getIssueKey() |
Long |
getProjectId() |
String |
getUser()
Deprecated.
Use
getUserKey() instead (for clarity). Since v6.0. |
String |
getUserKey() |
int |
hashCode() |
String |
toString() |
public Long getId()
public String getUser()
getUserKey()
instead (for clarity). Since v6.0.public String getUserKey()
public Long getProjectId()
public Long getIssueId()
public String getIssueKey()
public Timestamp getCreated()
public List<ChangeHistoryItem> getChangeItems()
public int compareTo(ChangeHistoryGroup other)
compareTo
in interface Comparable<ChangeHistoryGroup>
Copyright © 2002-2022 Atlassian. All Rights Reserved.