Package com.mypurecloud.sdk.v2.model
Class ContactColumnTimeZone
java.lang.Object
com.mypurecloud.sdk.v2.model.ContactColumnTimeZone
- All Implemented Interfaces:
Serializable
ContactColumnTimeZone
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumColumn Type will be either PHONE or ZIP -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()voidsetTimeZone(String timeZone) Time zone that the column matched to.toString()
-
Constructor Details
-
ContactColumnTimeZone
public ContactColumnTimeZone() -
ContactColumnTimeZone
-
-
Method Details
-
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
-
setTimeZone
-
getColumnType
-
equals
-
hashCode
public int hashCode() -
toString
-