Class FieldChange
- java.lang.Object
-
- com.atlassian.confluence.setup.settings.FieldChange
-
public class FieldChange extends Object
Represents a field change in the settings.
-
-
Constructor Summary
Constructors Constructor Description FieldChange(String field, Object oldValue, Object newValue)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getField()
Object
getNewValue()
Object
getOldValue()
-