Package com.mypurecloud.sdk.v2.model
Class EmailColumn
java.lang.Object
com.mypurecloud.sdk.v2.model.EmailColumn
- All Implemented Interfaces:
Serializable
EmailColumn
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncolumnName(String columnName) The name of the email column.contactableTimeColumn(String contactableTimeColumn) A column that indicates the timezone to use for a given contact when checking contactable times.booleangetType()inthashCode()voidsetColumnName(String columnName) voidsetContactableTimeColumn(String contactableTimeColumn) voidtoString()Indicates the type of the email column.
-
Constructor Details
-
EmailColumn
public EmailColumn() -
EmailColumn
-
-
Method Details
-
columnName
The name of the email column. -
getColumnName
-
setColumnName
-
type
Indicates the type of the email column. For example, 'work' or 'personal'. -
getType
-
setType
-
contactableTimeColumn
A column that indicates the timezone to use for a given contact when checking contactable times. -
getContactableTimeColumn
-
setContactableTimeColumn
-
equals
-
hashCode
public int hashCode() -
toString
-