Uses of Class
com.slack.api.methods.response.oauth.OAuthV2ExchangeResponse
| Package | Description |
|---|---|
| com.slack.api.methods |
Slack API Methods (also called as Web API) client.
|
| com.slack.api.methods.impl |
-
Uses of OAuthV2ExchangeResponse in com.slack.api.methods
Methods in com.slack.api.methods that return OAuthV2ExchangeResponse Modifier and Type Method Description OAuthV2ExchangeResponseMethodsClient. oauthV2Exchange(OAuthV2ExchangeRequest req)OAuthV2ExchangeResponseMethodsClient. oauthV2Exchange(RequestConfigurator<OAuthV2ExchangeRequest.OAuthV2ExchangeRequestBuilder> req)Methods in com.slack.api.methods that return types with arguments of type OAuthV2ExchangeResponse Modifier and Type Method Description CompletableFuture<OAuthV2ExchangeResponse>AsyncMethodsClient. oauthV2Exchange(OAuthV2ExchangeRequest req)CompletableFuture<OAuthV2ExchangeResponse>AsyncMethodsClient. oauthV2Exchange(RequestConfigurator<OAuthV2ExchangeRequest.OAuthV2ExchangeRequestBuilder> req) -
Uses of OAuthV2ExchangeResponse in com.slack.api.methods.impl
Methods in com.slack.api.methods.impl that return OAuthV2ExchangeResponse Modifier and Type Method Description OAuthV2ExchangeResponseMethodsClientImpl. oauthV2Exchange(OAuthV2ExchangeRequest req)OAuthV2ExchangeResponseMethodsClientImpl. oauthV2Exchange(RequestConfigurator<OAuthV2ExchangeRequest.OAuthV2ExchangeRequestBuilder> req)Methods in com.slack.api.methods.impl that return types with arguments of type OAuthV2ExchangeResponse Modifier and Type Method Description CompletableFuture<OAuthV2ExchangeResponse>AsyncMethodsClientImpl. oauthV2Exchange(OAuthV2ExchangeRequest req)CompletableFuture<OAuthV2ExchangeResponse>AsyncMethodsClientImpl. oauthV2Exchange(RequestConfigurator<OAuthV2ExchangeRequest.OAuthV2ExchangeRequestBuilder> req)