Package com.mypurecloud.sdk.v2.model
Class DialerAttemptLimitsConfigChangeAttemptLimits
java.lang.Object
com.mypurecloud.sdk.v2.model.DialerAttemptLimitsConfigChangeAttemptLimits
- All Implemented Interfaces:
Serializable
DialerAttemptLimitsConfigChangeAttemptLimits
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumAfter how long the number of attempts will be set back to 0 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionadditionalProperties(Map<String, Object> additionalProperties) breadthFirstRecalls(Boolean breadthFirstRecalls) Whether recalls are performed before considering other numbers (true) or after (false)dateCreated(Date dateCreated) Creation time of the entitydateModified(Date dateModified) Last modified time of the entitybooleangetId()getName()inthashCode()The globally unique identifier for the object.maxAttemptsPerContact(Long maxAttemptsPerContact) maxAttemptsPerNumber(Long maxAttemptsPerNumber) The UI-visible name of the objectrecallEntries(Map<String, DialerAttemptLimitsConfigChangeRecallEntry> recallEntries) Configuration for recall attemptsAfter how long the number of attempts will be set back to 0voidsetAdditionalProperties(Map<String, Object> additionalProperties) voidsetBreadthFirstRecalls(Boolean breadthFirstRecalls) voidsetDateCreated(Date dateCreated) voidsetDateModified(Date dateModified) voidvoidsetMaxAttemptsPerContact(Long maxAttemptsPerContact) voidsetMaxAttemptsPerNumber(Long maxAttemptsPerNumber) voidvoidsetRecallEntries(Map<String, DialerAttemptLimitsConfigChangeRecallEntry> recallEntries) voidvoidsetTimeZoneId(String timeZoneId) voidsetVersion(Long version) timeZoneId(String timeZoneId) The timezone is necessary to define when \"today\" starts and endstoString()Required for updates, must match the version number of the most recent update
-
Constructor Details
-
DialerAttemptLimitsConfigChangeAttemptLimits
public DialerAttemptLimitsConfigChangeAttemptLimits() -
DialerAttemptLimitsConfigChangeAttemptLimits
-
-
Method Details
-
maxAttemptsPerContact
public DialerAttemptLimitsConfigChangeAttemptLimits maxAttemptsPerContact(Long maxAttemptsPerContact) -
getMaxAttemptsPerContact
-
setMaxAttemptsPerContact
-
maxAttemptsPerNumber
-
getMaxAttemptsPerNumber
-
setMaxAttemptsPerNumber
-
timeZoneId
The timezone is necessary to define when \"today\" starts and ends -
getTimeZoneId
-
setTimeZoneId
-
resetPeriod
public DialerAttemptLimitsConfigChangeAttemptLimits resetPeriod(DialerAttemptLimitsConfigChangeAttemptLimits.ResetPeriodEnum resetPeriod) After how long the number of attempts will be set back to 0 -
getResetPeriod
-
setResetPeriod
public void setResetPeriod(DialerAttemptLimitsConfigChangeAttemptLimits.ResetPeriodEnum resetPeriod) -
recallEntries
public DialerAttemptLimitsConfigChangeAttemptLimits recallEntries(Map<String, DialerAttemptLimitsConfigChangeRecallEntry> recallEntries) Configuration for recall attempts -
getRecallEntries
-
setRecallEntries
-
breadthFirstRecalls
public DialerAttemptLimitsConfigChangeAttemptLimits breadthFirstRecalls(Boolean breadthFirstRecalls) Whether recalls are performed before considering other numbers (true) or after (false) -
getBreadthFirstRecalls
-
setBreadthFirstRecalls
-
additionalProperties
public DialerAttemptLimitsConfigChangeAttemptLimits additionalProperties(Map<String, Object> additionalProperties) -
getAdditionalProperties
-
setAdditionalProperties
-
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
-