Uses of Class
com.mypurecloud.sdk.v2.model.ContactPhoneNumberColumn
Packages that use ContactPhoneNumberColumn
-
Uses of ContactPhoneNumberColumn in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return ContactPhoneNumberColumnModifier and TypeMethodDescriptionContactPhoneNumberColumn.callableTimeColumn(String callableTimeColumn) A column that indicates the timezone to use for a given contact when checking callable times.ContactPhoneNumberColumn.columnName(String columnName) The name of the phone column.Indicates the type of the phone column.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type ContactPhoneNumberColumnModifier and TypeMethodDescriptionContactList.getPhoneColumns()ContactListDivisionView.getPhoneColumns()ContactListTemplate.getPhoneColumns()Method parameters in com.mypurecloud.sdk.v2.model with type arguments of type ContactPhoneNumberColumnModifier and TypeMethodDescriptionContactList.phoneColumns(List<ContactPhoneNumberColumn> phoneColumns) Indicates which columns are phone numbers.ContactListDivisionView.phoneColumns(List<ContactPhoneNumberColumn> phoneColumns) Indicates which columns are phone numbers.ContactListTemplate.phoneColumns(List<ContactPhoneNumberColumn> phoneColumns) Indicates which columns are phone numbers.voidContactList.setPhoneColumns(List<ContactPhoneNumberColumn> phoneColumns) voidContactListDivisionView.setPhoneColumns(List<ContactPhoneNumberColumn> phoneColumns) voidContactListTemplate.setPhoneColumns(List<ContactPhoneNumberColumn> phoneColumns)