Package com.mypurecloud.sdk.v2.model
Class WorkitemsAttributeChangeInstant
java.lang.Object
com.mypurecloud.sdk.v2.model.WorkitemsAttributeChangeInstant
- All Implemented Interfaces:
Serializable
WorkitemsAttributeChangeInstant
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()New property value.Old property value.voidsetNewValue(Date newValue) voidsetOldValue(Date oldValue) toString()
-
Constructor Details
-
WorkitemsAttributeChangeInstant
public WorkitemsAttributeChangeInstant() -
WorkitemsAttributeChangeInstant
-
-
Method Details
-
newValue
New property value. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z -
getNewValue
-
setNewValue
-
oldValue
Old property value. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z -
getOldValue
-
setOldValue
-
equals
-
hashCode
public int hashCode() -
toString
-