Class ServerDate

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

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

    • ServerDate

      public ServerDate()
    • ServerDate

      public ServerDate(Boolean initWithEmptyList)
  • Method Details

    • currentDate

      public ServerDate currentDate(Date currentDate)
      Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z
    • getCurrentDate

      public Date getCurrentDate()
    • setCurrentDate

      public void setCurrentDate(Date currentDate)
    • 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