Uses of Class
com.mypurecloud.sdk.v2.model.Contact
Packages that use Contact
-
Uses of Contact in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return ContactModifier and TypeMethodDescriptionEmail address or phone number for this contact typeContact.countryCode(String countryCode) Use internal extension instead of address.Contact.integration(String integration) Integration tag value if this number is associated with an external integration.Contact.mediaType(Contact.MediaTypeEnum mediaType) Contact.type(Contact.TypeEnum type) Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type ContactModifier and TypeMethodDescriptionCreateUser.getAddresses()OrgUser.getAddresses()PolicyUser.getAddresses()Site.getAddresses()TrustUser.getAddresses()UpdateUser.getAddresses()User.getAddresses()UserMe.getAddresses()ChatUserRef.getIntegrations()OrgUser.getPrimaryContactInfo()PolicyUser.getPrimaryContactInfo()TrustUser.getPrimaryContactInfo()UpdateUser.getPrimaryContactInfo()User.getPrimaryContactInfo()UserMe.getPrimaryContactInfo()Method parameters in com.mypurecloud.sdk.v2.model with type arguments of type ContactModifier and TypeMethodDescriptionEmail addresses and phone numbers for this userEmail addresses and phone numbers for this userEmail addresses and phone numbers for this userEmail addresses and phone numbers for this userEmail address, phone number, and/or extension for this user.Email addresses and phone numbers for this userEmail addresses and phone numbers for this userChatUserRef.integrations(List<Contact> integrations) voidCreateUser.setAddresses(List<Contact> addresses) voidOrgUser.setAddresses(List<Contact> addresses) voidPolicyUser.setAddresses(List<Contact> addresses) voidSite.setAddresses(List<Contact> addresses) voidTrustUser.setAddresses(List<Contact> addresses) voidUpdateUser.setAddresses(List<Contact> addresses) voidUser.setAddresses(List<Contact> addresses) voidUserMe.setAddresses(List<Contact> addresses) voidChatUserRef.setIntegrations(List<Contact> integrations)