Class ValueWrapperInstant

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

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

    • ValueWrapperInstant

      public ValueWrapperInstant()
    • ValueWrapperInstant

      public ValueWrapperInstant(Boolean initWithEmptyList)
  • Method Details

    • value

      public ValueWrapperInstant value(Date value)
      The value for the associated field. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z
    • getValue

      public Date getValue()
    • setValue

      public void setValue(Date value)
    • 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