Uses of Class
com.slack.api.methods.request.admin.invite_requests.AdminInviteRequestsDenyRequest
| 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 |
-
Uses of AdminInviteRequestsDenyRequest in com.slack.api.methods
Methods in com.slack.api.methods with parameters of type AdminInviteRequestsDenyRequest Modifier and Type Method Description CompletableFuture<AdminInviteRequestsDenyResponse>AsyncMethodsClient. adminInviteRequestsDeny(AdminInviteRequestsDenyRequest req)AdminInviteRequestsDenyResponseMethodsClient. adminInviteRequestsDeny(AdminInviteRequestsDenyRequest req)static okhttp3.FormBody.BuilderRequestFormBuilder. toForm(AdminInviteRequestsDenyRequest req) -
Uses of AdminInviteRequestsDenyRequest in com.slack.api.methods.impl
Methods in com.slack.api.methods.impl with parameters of type AdminInviteRequestsDenyRequest Modifier and Type Method Description CompletableFuture<AdminInviteRequestsDenyResponse>AsyncMethodsClientImpl. adminInviteRequestsDeny(AdminInviteRequestsDenyRequest req)AdminInviteRequestsDenyResponseMethodsClientImpl. adminInviteRequestsDeny(AdminInviteRequestsDenyRequest req) -
Uses of AdminInviteRequestsDenyRequest in com.slack.api.methods.request.admin.invite_requests
Methods in com.slack.api.methods.request.admin.invite_requests that return AdminInviteRequestsDenyRequest Modifier and Type Method Description AdminInviteRequestsDenyRequestAdminInviteRequestsDenyRequest.AdminInviteRequestsDenyRequestBuilder. build()