| Package | Description |
|---|---|
| com.slack.api.methods |
Slack API Methods (also called as Web API) client.
|
| Modifier and Type | Method and Description |
|---|---|
static MethodsRateLimitTier |
MethodsRateLimits.lookupRateLimitTier(String methodName) |
static MethodsRateLimitTier |
MethodsRateLimitTier.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Integer |
MethodsRateLimitTier.getAllowedRequestsPerMinute(MethodsRateLimitTier tier) |
static void |
MethodsRateLimits.setRateLimitTier(String methodName,
MethodsRateLimitTier tier) |
Copyright © 2020. All rights reserved.