Package com.mypurecloud.sdk.v2.model
Class DialerOutboundSettingsConfigChangeOutboundSettings
java.lang.Object
com.mypurecloud.sdk.v2.model.DialerOutboundSettingsConfigChangeOutboundSettings
- All Implemented Interfaces:
Serializable
public class DialerOutboundSettingsConfigChangeOutboundSettings
extends Object
implements Serializable
DialerOutboundSettingsConfigChangeOutboundSettings
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe denominator to be used in determining the compliance abandon rate -
Constructor Summary
ConstructorsConstructorDescriptionDialerOutboundSettingsConfigChangeOutboundSettings(Boolean initWithEmptyList) -
Method Summary
Modifier and TypeMethodDescriptionabandonSeconds(BigDecimal abandonSeconds) The number of seconds used to determine if a call is abandonedautomaticTimeZoneMapping(DialerOutboundSettingsConfigChangeAutomaticTimeZoneMappingSettings automaticTimeZoneMapping) complianceAbandonRateDenominator(DialerOutboundSettingsConfigChangeOutboundSettings.ComplianceAbandonRateDenominatorEnum complianceAbandonRateDenominator) The denominator to be used in determining the compliance abandon ratedateCreated(Date dateCreated) Creation time of the entitydateModified(Date dateModified) Last modified time of the entitybooleangetId()getName()inthashCode()The globally unique identifier for the object.maxCallsPerAgent(Long maxCallsPerAgent) The maximum number of calls that can be placed per agent on any campaignmaxLineUtilization(BigDecimal maxLineUtilization) The maximum percentage of lines that should be used for Outbound, expressed as a decimal in the range [0.0, 1.0]The UI-visible name of the objectvoidsetAbandonSeconds(BigDecimal abandonSeconds) voidsetAutomaticTimeZoneMapping(DialerOutboundSettingsConfigChangeAutomaticTimeZoneMappingSettings automaticTimeZoneMapping) voidsetComplianceAbandonRateDenominator(DialerOutboundSettingsConfigChangeOutboundSettings.ComplianceAbandonRateDenominatorEnum complianceAbandonRateDenominator) voidsetDateCreated(Date dateCreated) voidsetDateModified(Date dateModified) voidvoidsetMaxCallsPerAgent(Long maxCallsPerAgent) voidsetMaxLineUtilization(BigDecimal maxLineUtilization) voidvoidsetVersion(Long version) toString()Required for updates, must match the version number of the most recent update
-
Constructor Details
-
DialerOutboundSettingsConfigChangeOutboundSettings
public DialerOutboundSettingsConfigChangeOutboundSettings() -
DialerOutboundSettingsConfigChangeOutboundSettings
-
-
Method Details
-
maxCallsPerAgent
The maximum number of calls that can be placed per agent on any campaign -
getMaxCallsPerAgent
-
setMaxCallsPerAgent
-
maxLineUtilization
public DialerOutboundSettingsConfigChangeOutboundSettings maxLineUtilization(BigDecimal maxLineUtilization) The maximum percentage of lines that should be used for Outbound, expressed as a decimal in the range [0.0, 1.0] -
getMaxLineUtilization
-
setMaxLineUtilization
-
abandonSeconds
The number of seconds used to determine if a call is abandoned -
getAbandonSeconds
-
setAbandonSeconds
-
complianceAbandonRateDenominator
public DialerOutboundSettingsConfigChangeOutboundSettings complianceAbandonRateDenominator(DialerOutboundSettingsConfigChangeOutboundSettings.ComplianceAbandonRateDenominatorEnum complianceAbandonRateDenominator) The denominator to be used in determining the compliance abandon rate -
getComplianceAbandonRateDenominator
public DialerOutboundSettingsConfigChangeOutboundSettings.ComplianceAbandonRateDenominatorEnum getComplianceAbandonRateDenominator() -
setComplianceAbandonRateDenominator
public void setComplianceAbandonRateDenominator(DialerOutboundSettingsConfigChangeOutboundSettings.ComplianceAbandonRateDenominatorEnum complianceAbandonRateDenominator) -
automaticTimeZoneMapping
public DialerOutboundSettingsConfigChangeOutboundSettings automaticTimeZoneMapping(DialerOutboundSettingsConfigChangeAutomaticTimeZoneMappingSettings automaticTimeZoneMapping) -
getAutomaticTimeZoneMapping
public DialerOutboundSettingsConfigChangeAutomaticTimeZoneMappingSettings getAutomaticTimeZoneMapping() -
setAutomaticTimeZoneMapping
public void setAutomaticTimeZoneMapping(DialerOutboundSettingsConfigChangeAutomaticTimeZoneMappingSettings automaticTimeZoneMapping) -
id
The globally unique identifier for the object. -
getId
-
setId
-
name
The UI-visible name of the object -
getName
-
setName
-
dateCreated
Creation time of the entity -
getDateCreated
-
setDateCreated
-
dateModified
Last modified time of the entity -
getDateModified
-
setDateModified
-
version
Required for updates, must match the version number of the most recent update -
getVersion
-
setVersion
-
equals
-
hashCode
public int hashCode() -
toString
-