Uses of Class
com.slack.api.methods.MethodsRateLimitTier
-
Packages that use MethodsRateLimitTier Package Description com.slack.api.methods 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 MethodsRateLimitTier Modifier and Type Method Description static MethodsRateLimitTierMethodsRateLimits. lookupRateLimitTier(String methodName)static MethodsRateLimitTierMethodsRateLimitTier. valueOf(String name)Returns 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 MethodsRateLimitTier Modifier and Type Method Description static IntegerMethodsRateLimitTier. getAllowedRequestsPerMinute(MethodsRateLimitTier tier)static voidMethodsRateLimits. setRateLimitTier(String methodName, MethodsRateLimitTier tier)
-