| Package | Description |
|---|---|
| com.slack.api.methods |
Slack API Methods (also called as Web API) client.
|
| com.slack.api.methods.impl | |
| com.slack.api.methods.request.admin.invite_requests |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<AdminInviteRequestsDenyResponse> |
AsyncMethodsClient.adminInviteRequestsDeny(RequestConfigurator<AdminInviteRequestsDenyRequest.AdminInviteRequestsDenyRequestBuilder> req) |
AdminInviteRequestsDenyResponse |
MethodsClient.adminInviteRequestsDeny(RequestConfigurator<AdminInviteRequestsDenyRequest.AdminInviteRequestsDenyRequestBuilder> req) |
| Modifier and Type | Method and Description |
|---|---|
AdminInviteRequestsDenyResponse |
MethodsClientImpl.adminInviteRequestsDeny(RequestConfigurator<AdminInviteRequestsDenyRequest.AdminInviteRequestsDenyRequestBuilder> req) |
CompletableFuture<AdminInviteRequestsDenyResponse> |
AsyncMethodsClientImpl.adminInviteRequestsDeny(RequestConfigurator<AdminInviteRequestsDenyRequest.AdminInviteRequestsDenyRequestBuilder> req) |
| Modifier and Type | Method and Description |
|---|---|
static AdminInviteRequestsDenyRequest.AdminInviteRequestsDenyRequestBuilder |
AdminInviteRequestsDenyRequest.builder() |
AdminInviteRequestsDenyRequest.AdminInviteRequestsDenyRequestBuilder |
AdminInviteRequestsDenyRequest.AdminInviteRequestsDenyRequestBuilder.inviteRequestId(String inviteRequestId)
ID of the request to deny.
|
AdminInviteRequestsDenyRequest.AdminInviteRequestsDenyRequestBuilder |
AdminInviteRequestsDenyRequest.AdminInviteRequestsDenyRequestBuilder.teamId(String teamId)
ID for the workspace where the invite request was made.
|
AdminInviteRequestsDenyRequest.AdminInviteRequestsDenyRequestBuilder |
AdminInviteRequestsDenyRequest.AdminInviteRequestsDenyRequestBuilder.token(String token)
Authentication token bearing required scopes.
|
Copyright © 2020. All rights reserved.