public class ChangeLog extends Resource
apirev, DEFAULT_API_REV, id, restclient, self| Modifier | Constructor and Description |
|---|---|
protected |
ChangeLog(RestClient restclient,
net.sf.json.JSONObject json)
Creates a change log from a JSON payload.
|
| Modifier and Type | Method and Description |
|---|---|
List<ChangeLogEntry> |
getEntries()
Returns the list of change log entries in the change log.
|
getApiRev, getAuthUri, getBaseUri, getId, getSelf, getUrl, setApiRevprotected ChangeLog(RestClient restclient, net.sf.json.JSONObject json)
restclient - REST client instancejson - JSON payloadpublic List<ChangeLogEntry> getEntries()
Copyright © 2022. All rights reserved.