public class IssueHistory extends Resource
apirev, DEFAULT_API_REV, id, restclient, self| Modifier | Constructor and Description |
|---|---|
|
IssueHistory(IssueHistory record,
ArrayList<IssueHistoryItem> changes) |
protected |
IssueHistory(RestClient restclient,
net.sf.json.JSONObject json)
Creates an issue history record from a JSON payload.
|
| Modifier and Type | Method and Description |
|---|---|
ArrayList<IssueHistoryItem> |
getChanges() |
Date |
getCreated() |
User |
getUser() |
getApiRev, getAuthUri, getBaseUri, getId, getSelf, getUrl, setApiRevprotected IssueHistory(RestClient restclient, net.sf.json.JSONObject json)
restclient - REST client instancejson - JSON payloadpublic IssueHistory(IssueHistory record, ArrayList<IssueHistoryItem> changes)
public User getUser()
public ArrayList<IssueHistoryItem> getChanges()
public Date getCreated()
Copyright © 2022. All rights reserved.