Uses of Class
com.mypurecloud.sdk.v2.model.PhoneNumber
Packages that use PhoneNumber
-
Uses of PhoneNumber in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return PhoneNumberModifier and TypeMethodDescriptionPhoneNumber.acceptsSMS(Boolean acceptsSMS) Whether this phone number can accept SMS messages.PhoneNumber.countryCode(String countryCode) The detected country code from the provided phone number.The displayed form of the phone number string.The E164-formatted form of the provided phone number.An optional extension for the provided phone number.ExternalContact.getCellPhone()ExternalOrganization.getFaxNumber()ExternalContact.getHomePhone()ExternalContact.getOtherPhone()ExternalOrganization.getPhoneNumber()WhatsAppId.getPhoneNumber()ExternalContact.getWorkPhone()PhoneNumber.normalizationCountryCode(String normalizationCountryCode) The country code that will be used for E164 conversion of a provided phone number.The user-inputted phone number string that was provided to the display field on write.Methods in com.mypurecloud.sdk.v2.model with parameters of type PhoneNumberModifier and TypeMethodDescriptionExternalContact.cellPhone(PhoneNumber cellPhone) ExternalOrganization.faxNumber(PhoneNumber faxNumber) ExternalContact.homePhone(PhoneNumber homePhone) ExternalContact.otherPhone(PhoneNumber otherPhone) ExternalOrganization.phoneNumber(PhoneNumber phoneNumber) WhatsAppId.phoneNumber(PhoneNumber phoneNumber) The phone number associated with this WhatsApp account.voidExternalContact.setCellPhone(PhoneNumber cellPhone) voidExternalOrganization.setFaxNumber(PhoneNumber faxNumber) voidExternalContact.setHomePhone(PhoneNumber homePhone) voidExternalContact.setOtherPhone(PhoneNumber otherPhone) voidExternalOrganization.setPhoneNumber(PhoneNumber phoneNumber) voidWhatsAppId.setPhoneNumber(PhoneNumber phoneNumber) voidExternalContact.setWorkPhone(PhoneNumber workPhone) ExternalContact.workPhone(PhoneNumber workPhone)