Package com.mypurecloud.sdk.v2.model
Class EntityChange
java.lang.Object
com.mypurecloud.sdk.v2.model.EntityChange
- All Implemented Interfaces:
Serializable
EntityChange
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionId of the entity that was changedentityName(String entityName) Name of the entity that was changedentityType(String entityType) Type of the entity that was changedbooleaninthashCode()New values for the entity.Previous values for the entity.voidsetEntityId(String entityId) voidsetEntityName(String entityName) voidsetEntityType(String entityType) voidsetNewValues(List<String> newValues) voidsetOldValues(List<String> oldValues) toString()
-
Constructor Details
-
EntityChange
public EntityChange() -
EntityChange
-
-
Method Details
-
entityId
Id of the entity that was changed -
getEntityId
-
setEntityId
-
entityName
Name of the entity that was changed -
getEntityName
-
setEntityName
-
entityType
Type of the entity that was changed -
getEntityType
-
setEntityType
-
oldValues
Previous values for the entity. -
getOldValues
-
setOldValues
-
newValues
New values for the entity. -
getNewValues
-
setNewValues
-
equals
-
hashCode
public int hashCode() -
toString
-