Uses of Class
com.mypurecloud.sdk.v2.model.TimeZoneMappingPreview
Packages that use TimeZoneMappingPreview
-
Uses of TimeZoneMappingPreview in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return TimeZoneMappingPreviewModifier and TypeMethodDescriptionOutboundApi.getOutboundContactlistTimezonemappingpreview(GetOutboundContactlistTimezonemappingpreviewRequest request) Preview the result of applying Automatic Time Zone Mapping to a contact listOutboundApi.getOutboundContactlistTimezonemappingpreview(String contactListId) Preview the result of applying Automatic Time Zone Mapping to a contact listMethods in com.mypurecloud.sdk.v2.api that return types with arguments of type TimeZoneMappingPreviewModifier and TypeMethodDescriptionOutboundApi.getOutboundContactlistTimezonemappingpreview(ApiRequest<Void> request) Preview the result of applying Automatic Time Zone Mapping to a contact listOutboundApiAsync.getOutboundContactlistTimezonemappingpreviewAsync(GetOutboundContactlistTimezonemappingpreviewRequest request, AsyncApiCallback<TimeZoneMappingPreview> callback) Preview the result of applying Automatic Time Zone Mapping to a contact listOutboundApiAsync.getOutboundContactlistTimezonemappingpreviewAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<TimeZoneMappingPreview>> callback) Preview the result of applying Automatic Time Zone Mapping to a contact listOutboundApi.getOutboundContactlistTimezonemappingpreviewWithHttpInfo(String contactListId) Preview the result of applying Automatic Time Zone Mapping to a contact listMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type TimeZoneMappingPreviewModifier and TypeMethodDescriptionOutboundApiAsync.getOutboundContactlistTimezonemappingpreviewAsync(GetOutboundContactlistTimezonemappingpreviewRequest request, AsyncApiCallback<TimeZoneMappingPreview> callback) Preview the result of applying Automatic Time Zone Mapping to a contact listOutboundApiAsync.getOutboundContactlistTimezonemappingpreviewAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<TimeZoneMappingPreview>> callback) Preview the result of applying Automatic Time Zone Mapping to a contact list -
Uses of TimeZoneMappingPreview in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return TimeZoneMappingPreviewModifier and TypeMethodDescriptionTimeZoneMappingPreview.contactList(DomainEntityRef contactList) The associated ContactListTimeZoneMappingPreview.contactListSize(Long contactListSize) The total number of contacts in the contact listTimeZoneMappingPreview.contactsInDefaultWindow(Long contactsInDefaultWindow) The total number of contacts that will be dialed during the default windowTimeZoneMappingPreview.contactsMappedToASingleZone(Long contactsMappedToASingleZone) The total number of contacts that mapped to a single time zoneTimeZoneMappingPreview.contactsMappedToASingleZoneUsingZipCode(Long contactsMappedToASingleZoneUsingZipCode) The total number of contacts that mapped to a single time zone and were mapped using the zip code columnTimeZoneMappingPreview.contactsMappedToMultipleZones(Long contactsMappedToMultipleZones) The total number of contacts that mapped to multiple time zonesTimeZoneMappingPreview.contactsMappedToMultipleZonesUsingZipCode(Long contactsMappedToMultipleZonesUsingZipCode) The total number of contacts that mapped to multiple time zones and were mapped using the zip code columnTimeZoneMappingPreview.contactsMappedUsingZipCode(Map<String, Long> contactsMappedUsingZipCode) The number of contacts per time zone that mapped to only that time zone and were mapped using the zip code columnTimeZoneMappingPreview.contactsPerTimeZone(Map<String, Long> contactsPerTimeZone) The number of contacts per time zone that mapped to only that time zone