Package com.mypurecloud.sdk.v2.model
Class TimeZoneMappingPreview
java.lang.Object
com.mypurecloud.sdk.v2.model.TimeZoneMappingPreview
- All Implemented Interfaces:
Serializable
TimeZoneMappingPreview
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncontactList(DomainEntityRef contactList) The associated ContactListcontactListSize(Long contactListSize) The total number of contacts in the contact listcontactsInDefaultWindow(Long contactsInDefaultWindow) The total number of contacts that will be dialed during the default windowcontactsMappedToASingleZone(Long contactsMappedToASingleZone) The total number of contacts that mapped to a single time zonecontactsMappedToASingleZoneUsingZipCode(Long contactsMappedToASingleZoneUsingZipCode) The total number of contacts that mapped to a single time zone and were mapped using the zip code columncontactsMappedToMultipleZones(Long contactsMappedToMultipleZones) The total number of contacts that mapped to multiple time zonescontactsMappedToMultipleZonesUsingZipCode(Long contactsMappedToMultipleZonesUsingZipCode) The total number of contacts that mapped to multiple time zones and were mapped using the zip code columncontactsMappedUsingZipCode(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 columncontactsPerTimeZone(Map<String, Long> contactsPerTimeZone) The number of contacts per time zone that mapped to only that time zonebooleaninthashCode()voidsetContactList(DomainEntityRef contactList) voidsetContactListSize(Long contactListSize) voidsetContactsInDefaultWindow(Long contactsInDefaultWindow) voidsetContactsMappedToASingleZone(Long contactsMappedToASingleZone) voidsetContactsMappedToASingleZoneUsingZipCode(Long contactsMappedToASingleZoneUsingZipCode) voidsetContactsMappedToMultipleZones(Long contactsMappedToMultipleZones) voidsetContactsMappedToMultipleZonesUsingZipCode(Long contactsMappedToMultipleZonesUsingZipCode) voidsetContactsMappedUsingZipCode(Map<String, Long> contactsMappedUsingZipCode) voidsetContactsPerTimeZone(Map<String, Long> contactsPerTimeZone) toString()
-
Constructor Details
-
TimeZoneMappingPreview
public TimeZoneMappingPreview() -
TimeZoneMappingPreview
-
-
Method Details
-
contactList
The associated ContactList -
getContactList
-
setContactList
-
contactsPerTimeZone
The number of contacts per time zone that mapped to only that time zone -
getContactsPerTimeZone
-
setContactsPerTimeZone
-
contactsMappedUsingZipCode
public TimeZoneMappingPreview 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 column -
getContactsMappedUsingZipCode
-
setContactsMappedUsingZipCode
-
contactsMappedToASingleZone
The total number of contacts that mapped to a single time zone -
getContactsMappedToASingleZone
-
setContactsMappedToASingleZone
-
contactsMappedToASingleZoneUsingZipCode
public TimeZoneMappingPreview contactsMappedToASingleZoneUsingZipCode(Long contactsMappedToASingleZoneUsingZipCode) The total number of contacts that mapped to a single time zone and were mapped using the zip code column -
getContactsMappedToASingleZoneUsingZipCode
-
setContactsMappedToASingleZoneUsingZipCode
public void setContactsMappedToASingleZoneUsingZipCode(Long contactsMappedToASingleZoneUsingZipCode) -
contactsMappedToMultipleZones
The total number of contacts that mapped to multiple time zones -
getContactsMappedToMultipleZones
-
setContactsMappedToMultipleZones
-
contactsMappedToMultipleZonesUsingZipCode
public TimeZoneMappingPreview contactsMappedToMultipleZonesUsingZipCode(Long contactsMappedToMultipleZonesUsingZipCode) The total number of contacts that mapped to multiple time zones and were mapped using the zip code column -
getContactsMappedToMultipleZonesUsingZipCode
-
setContactsMappedToMultipleZonesUsingZipCode
public void setContactsMappedToMultipleZonesUsingZipCode(Long contactsMappedToMultipleZonesUsingZipCode) -
contactsInDefaultWindow
The total number of contacts that will be dialed during the default window -
getContactsInDefaultWindow
-
setContactsInDefaultWindow
-
contactListSize
The total number of contacts in the contact list -
getContactListSize
-
setContactListSize
-
equals
-
hashCode
public int hashCode() -
toString
-