Uses of Enum Class
com.mypurecloud.sdk.v2.model.AttemptLimits.ResetPeriodEnum
Packages that use AttemptLimits.ResetPeriodEnum
-
Uses of AttemptLimits.ResetPeriodEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return AttemptLimits.ResetPeriodEnumModifier and TypeMethodDescriptionAttemptLimits.ResetPeriodEnum.fromString(String key) AttemptLimits.getResetPeriod()Returns the enum constant of this class with the specified name.static AttemptLimits.ResetPeriodEnum[]AttemptLimits.ResetPeriodEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.mypurecloud.sdk.v2.model with parameters of type AttemptLimits.ResetPeriodEnumModifier and TypeMethodDescriptionAttemptLimits.resetPeriod(AttemptLimits.ResetPeriodEnum resetPeriod) After how long the number of attempts will be set back to 0.voidAttemptLimits.setResetPeriod(AttemptLimits.ResetPeriodEnum resetPeriod)