Uses of Enum
com.slack.api.methods.MethodsRateLimitTier
Packages that use MethodsRateLimitTier
Package
Description
Slack API Methods (also called as Web API) client.
-
Uses of MethodsRateLimitTier in com.slack.api.methods
Methods in com.slack.api.methods that return MethodsRateLimitTierModifier and TypeMethodDescriptionstatic MethodsRateLimitTierMethodsRateLimits.lookupRateLimitTier(String methodName) static MethodsRateLimitTierReturns the enum constant of this type with the specified name.static MethodsRateLimitTier[]MethodsRateLimitTier.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.slack.api.methods with parameters of type MethodsRateLimitTierModifier and TypeMethodDescriptionstatic IntegerMethodsRateLimitTier.getAllowedRequestsPerMinute(MethodsRateLimitTier tier) static voidMethodsRateLimits.setRateLimitTier(String methodName, MethodsRateLimitTier tier) -
Uses of MethodsRateLimitTier in com.slack.api.rate_limits
Methods in com.slack.api.rate_limits with parameters of type MethodsRateLimitTierModifier and TypeMethodDescriptionWaitTimeCalculator.getAllowedRequestsPerMinute(MethodsRateLimitTier tier)