public class ChangedProperties extends Reference
changed_properties asset type in IGC, displayed as 'Changed Properties' in the IGC UI.
| Modifier and Type | Field and Description |
|---|---|
protected List<String> |
previousValue |
protected List<String> |
propertyName |
protected ItemList<TermHistory> |
termHistory |
| Constructor and Description |
|---|
ChangedProperties() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getPreviousValue()
Retrieve the
previous_value property (displayed as 'Previous Value') of the object. |
List<String> |
getPropertyName()
Retrieve the
property_name property (displayed as 'Property Name') of the object. |
ItemList<TermHistory> |
getTermHistory()
Retrieve the
term_history property (displayed as 'Term History') of the object. |
void |
setPreviousValue(List<String> previousValue)
Set the
previous_value property (displayed as Previous Value) of the object. |
void |
setPropertyName(List<String> propertyName)
Set the
property_name property (displayed as Property Name) of the object. |
void |
setTermHistory(ItemList<TermHistory> termHistory)
Set the
term_history property (displayed as Term History) of the object. |
areModificationDetailsPopulated, getContext, getCreatedBy, getCreatedOn, getId, getIdentity, getModifiedBy, getModifiedOn, getName, getNotes, getType, getUrl, isEmbeddedAsset, isFullyRetrieved, isIdentityPopulated, isSimpleType, isVirtualAsset, setContext, setCreatedBy, setCreatedOn, setFullyRetrieved, setId, setModifiedBy, setModifiedOn, setName, setNotes, setType, setUrltoStringprotected ItemList<TermHistory> termHistory
public List<String> getPreviousValue()
previous_value property (displayed as 'Previous Value') of the object.List<String>public void setPreviousValue(List<String> previousValue)
previous_value property (displayed as Previous Value) of the object.previousValue - the value to setpublic List<String> getPropertyName()
property_name property (displayed as 'Property Name') of the object.List<String>public void setPropertyName(List<String> propertyName)
property_name property (displayed as Property Name) of the object.propertyName - the value to setpublic ItemList<TermHistory> getTermHistory()
term_history property (displayed as 'Term History') of the object.ItemList<TermHistory>public void setTermHistory(ItemList<TermHistory> termHistory)
term_history property (displayed as Term History) of the object.termHistory - the value to setCopyright © 2018–2021 ODPi. All rights reserved.