Uses of Class
com.mypurecloud.sdk.v2.model.ContactableStatus
Packages that use ContactableStatus
-
Uses of ContactableStatus in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return ContactableStatusModifier and TypeMethodDescriptionContactableStatus.columnStatus(Map<String, ColumnStatus> columnStatus) A map of individual contact method columns to whether the individual column is contactable for the associated media type.ContactableStatus.contactable(Boolean contactable) Indicates whether or not the entire contact is contactable for the associated media type.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type ContactableStatusModifier and TypeMethodDescriptionDialerContact.getContactableStatus()WritableDialerContact.getContactableStatus()Method parameters in com.mypurecloud.sdk.v2.model with type arguments of type ContactableStatusModifier and TypeMethodDescriptionDialerContact.contactableStatus(Map<String, ContactableStatus> contactableStatus) A map of media types (Voice, SMS and Email) to ContactableStatus, which indicates if the contact can be contacted using the specified media type.WritableDialerContact.contactableStatus(Map<String, ContactableStatus> contactableStatus) A map of media types (Voice, SMS and Email) to ContactableStatus, which indicates if the contact can be contacted using the specified media type.voidDialerContact.setContactableStatus(Map<String, ContactableStatus> contactableStatus) voidWritableDialerContact.setContactableStatus(Map<String, ContactableStatus> contactableStatus)