Package com.mypurecloud.sdk.v2.model
Class PropertyChange
java.lang.Object
com.mypurecloud.sdk.v2.model.PropertyChange
- All Implemented Interfaces:
Serializable
PropertyChange
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()New values for the property.Previous values for the property.The property that was changedvoidsetNewValues(List<String> newValues) voidsetOldValues(List<String> oldValues) voidsetProperty(String property) toString()
-
Constructor Details
-
PropertyChange
public PropertyChange() -
PropertyChange
-
-
Method Details
-
property
The property that was changed -
getProperty
-
setProperty
-
oldValues
Previous values for the property. -
getOldValues
-
setOldValues
-
newValues
New values for the property. -
getNewValues
-
setNewValues
-
equals
-
hashCode
public int hashCode() -
toString
-