Class WorkitemsAttributeChangeInstant

java.lang.Object
com.mypurecloud.sdk.v2.model.WorkitemsAttributeChangeInstant
All Implemented Interfaces:
Serializable

public class WorkitemsAttributeChangeInstant extends Object implements Serializable
WorkitemsAttributeChangeInstant
See Also:
  • Constructor Details

    • WorkitemsAttributeChangeInstant

      public WorkitemsAttributeChangeInstant()
    • WorkitemsAttributeChangeInstant

      public WorkitemsAttributeChangeInstant(Boolean initWithEmptyList)
  • Method Details

    • newValue

      public WorkitemsAttributeChangeInstant newValue(Date newValue)
      New property value. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z
    • getNewValue

      public Date getNewValue()
    • setNewValue

      public void setNewValue(Date newValue)
    • oldValue

      public WorkitemsAttributeChangeInstant oldValue(Date oldValue)
      Old property value. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z
    • getOldValue

      public Date getOldValue()
    • setOldValue

      public void setOldValue(Date oldValue)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object