Uses of Class
com.slack.api.methods.request.admin.invite_requests.AdminInviteRequestsDenyRequest.AdminInviteRequestsDenyRequestBuilder
-
Packages that use AdminInviteRequestsDenyRequest.AdminInviteRequestsDenyRequestBuilder 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.AdminInviteRequestsDenyRequestBuilder in com.slack.api.methods
Method parameters in com.slack.api.methods with type arguments of type AdminInviteRequestsDenyRequest.AdminInviteRequestsDenyRequestBuilder Modifier and Type Method Description CompletableFuture<AdminInviteRequestsDenyResponse>AsyncMethodsClient. adminInviteRequestsDeny(RequestConfigurator<AdminInviteRequestsDenyRequest.AdminInviteRequestsDenyRequestBuilder> req)AdminInviteRequestsDenyResponseMethodsClient. adminInviteRequestsDeny(RequestConfigurator<AdminInviteRequestsDenyRequest.AdminInviteRequestsDenyRequestBuilder> req) -
Uses of AdminInviteRequestsDenyRequest.AdminInviteRequestsDenyRequestBuilder in com.slack.api.methods.impl
Method parameters in com.slack.api.methods.impl with type arguments of type AdminInviteRequestsDenyRequest.AdminInviteRequestsDenyRequestBuilder Modifier and Type Method Description CompletableFuture<AdminInviteRequestsDenyResponse>AsyncMethodsClientImpl. adminInviteRequestsDeny(RequestConfigurator<AdminInviteRequestsDenyRequest.AdminInviteRequestsDenyRequestBuilder> req)AdminInviteRequestsDenyResponseMethodsClientImpl. adminInviteRequestsDeny(RequestConfigurator<AdminInviteRequestsDenyRequest.AdminInviteRequestsDenyRequestBuilder> req) -
Uses of AdminInviteRequestsDenyRequest.AdminInviteRequestsDenyRequestBuilder in com.slack.api.methods.request.admin.invite_requests
Methods in com.slack.api.methods.request.admin.invite_requests that return AdminInviteRequestsDenyRequest.AdminInviteRequestsDenyRequestBuilder Modifier and Type Method Description static AdminInviteRequestsDenyRequest.AdminInviteRequestsDenyRequestBuilderAdminInviteRequestsDenyRequest. builder()AdminInviteRequestsDenyRequest.AdminInviteRequestsDenyRequestBuilderAdminInviteRequestsDenyRequest.AdminInviteRequestsDenyRequestBuilder. inviteRequestId(String inviteRequestId)ID of the request to deny.AdminInviteRequestsDenyRequest.AdminInviteRequestsDenyRequestBuilderAdminInviteRequestsDenyRequest.AdminInviteRequestsDenyRequestBuilder. teamId(String teamId)ID for the workspace where the invite request was made.AdminInviteRequestsDenyRequest.AdminInviteRequestsDenyRequestBuilderAdminInviteRequestsDenyRequest.AdminInviteRequestsDenyRequestBuilder. token(String token)Authentication token bearing required scopes.
-