Package com.mypurecloud.sdk.v2.model
Class ContactPhoneNumberColumn
java.lang.Object
com.mypurecloud.sdk.v2.model.ContactPhoneNumberColumn
- All Implemented Interfaces:
Serializable
ContactPhoneNumberColumn
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncallableTimeColumn(String callableTimeColumn) A column that indicates the timezone to use for a given contact when checking callable times.columnName(String columnName) The name of the phone column.booleangetType()inthashCode()voidsetCallableTimeColumn(String callableTimeColumn) voidsetColumnName(String columnName) voidtoString()Indicates the type of the phone column.
-
Constructor Details
-
ContactPhoneNumberColumn
public ContactPhoneNumberColumn() -
ContactPhoneNumberColumn
-
-
Method Details
-
columnName
The name of the phone column. -
getColumnName
-
setColumnName
-
type
Indicates the type of the phone column. For example, 'cell' or 'home'. -
getType
-
setType
-
callableTimeColumn
A column that indicates the timezone to use for a given contact when checking callable times. Not allowed if 'automaticTimeZoneMapping' is set to true. -
getCallableTimeColumn
-
setCallableTimeColumn
-
equals
-
hashCode
public int hashCode() -
toString
-