Class ContactColumnTimeZone

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

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

    • ContactColumnTimeZone

      public ContactColumnTimeZone()
    • ContactColumnTimeZone

      public ContactColumnTimeZone(Boolean initWithEmptyList)
  • Method Details

    • timeZone

      public ContactColumnTimeZone timeZone(String timeZone)
      Time zone that the column matched to. Time zones are represented as a string of the zone name as found in the IANA time zone database. For example: UTC, Etc/UTC, or Europe/London
    • getTimeZone

      public String getTimeZone()
    • setTimeZone

      public void setTimeZone(String timeZone)
    • getColumnType

      public ContactColumnTimeZone.ColumnTypeEnum getColumnType()
    • 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