public class ChangeLogItem extends Resource
ChangeLogEntry.apirev, DEFAULT_API_REV, id, restclient, self| Modifier | Constructor and Description |
|---|---|
protected |
ChangeLogItem(RestClient restclient,
net.sf.json.JSONObject json)
Creates a change log item from a JSON payload.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getField()
Obtains the field changed.
|
String |
getFieldType()
Obtains the type of field changed.
|
String |
getFrom()
Obtains the value the field was changed from.
|
String |
getFromString()
Obtains the value the field was changed from.
|
String |
getTo()
Obtains the value the field was changed to.
|
String |
getToString()
Obtains the value the field was changed to.
|
getApiRev, getAuthUri, getBaseUri, getId, getSelf, getUrl, setApiRevprotected ChangeLogItem(RestClient restclient, net.sf.json.JSONObject json)
restclient - REST client instancejson - JSON payloadpublic String getField()
public String getFieldType()
public String getFrom()
public String getFromString()
public String getTo()
public String getToString()
Copyright © 2022. All rights reserved.