Package com.mypurecloud.sdk.v2.model
Class AttemptLimits
java.lang.Object
com.mypurecloud.sdk.v2.model.AttemptLimits
- All Implemented Interfaces:
Serializable
AttemptLimits
- 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 TypeMethodDescriptionbooleangetId()getName()inthashCode()maxAttemptsPerContact(Integer maxAttemptsPerContact) The maximum number of times a contact can be called within the resetPeriod.maxAttemptsPerNumber(Integer maxAttemptsPerNumber) The maximum number of times a phone number can be called within the resetPeriod.recallEntries(Map<String, RecallEntry> recallEntries) Configuration for recall attempts.resetPeriod(AttemptLimits.ResetPeriodEnum resetPeriod) After how long the number of attempts will be set back to 0.voidsetMaxAttemptsPerContact(Integer maxAttemptsPerContact) voidsetMaxAttemptsPerNumber(Integer maxAttemptsPerNumber) voidvoidsetRecallEntries(Map<String, RecallEntry> recallEntries) voidsetResetPeriod(AttemptLimits.ResetPeriodEnum resetPeriod) voidsetTimeZoneId(String timeZoneId) voidsetVersion(Integer version) timeZoneId(String timeZoneId) If the resetPeriod is TODAY, this specifies the timezone in which TODAY occurs.toString()Required for updates, must match the version number of the most recent update
-
Constructor Details
-
AttemptLimits
public AttemptLimits() -
AttemptLimits
-
-
Method Details
-
getId
-
name
-
getName
-
setName
-
getDateCreated
-
getDateModified
-
version
Required for updates, must match the version number of the most recent update -
getVersion
-
setVersion
-
maxAttemptsPerContact
The maximum number of times a contact can be called within the resetPeriod. Required if maxAttemptsPerNumber is not defined. -
getMaxAttemptsPerContact
-
setMaxAttemptsPerContact
-
maxAttemptsPerNumber
The maximum number of times a phone number can be called within the resetPeriod. Required if maxAttemptsPerContact is not defined. -
getMaxAttemptsPerNumber
-
setMaxAttemptsPerNumber
-
timeZoneId
If the resetPeriod is TODAY, this specifies the timezone in which TODAY occurs. Required if the resetPeriod is TODAY. Time zones are represented as a string of the zone name as found in the IANA time zone database. For example: UTC, Etc/UTC, or Europe/London -
getTimeZoneId
-
setTimeZoneId
-
resetPeriod
After how long the number of attempts will be set back to 0. Defaults to NEVER. -
getResetPeriod
-
setResetPeriod
-
recallEntries
Configuration for recall attempts. -
getRecallEntries
-
setRecallEntries
-
getSelfUri
-
equals
-
hashCode
public int hashCode() -
toString
-