Uses of Class
com.slack.api.methods.request.oauth.OAuthV2ExchangeRequest
| 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.oauth |
-
Uses of OAuthV2ExchangeRequest in com.slack.api.methods
Methods in com.slack.api.methods with parameters of type OAuthV2ExchangeRequest Modifier and Type Method Description CompletableFuture<OAuthV2ExchangeResponse>AsyncMethodsClient. oauthV2Exchange(OAuthV2ExchangeRequest req)OAuthV2ExchangeResponseMethodsClient. oauthV2Exchange(OAuthV2ExchangeRequest req)static okhttp3.FormBody.BuilderRequestFormBuilder. toForm(OAuthV2ExchangeRequest req) -
Uses of OAuthV2ExchangeRequest in com.slack.api.methods.impl
Methods in com.slack.api.methods.impl with parameters of type OAuthV2ExchangeRequest Modifier and Type Method Description CompletableFuture<OAuthV2ExchangeResponse>AsyncMethodsClientImpl. oauthV2Exchange(OAuthV2ExchangeRequest req)OAuthV2ExchangeResponseMethodsClientImpl. oauthV2Exchange(OAuthV2ExchangeRequest req) -
Uses of OAuthV2ExchangeRequest in com.slack.api.methods.request.oauth
Methods in com.slack.api.methods.request.oauth that return OAuthV2ExchangeRequest Modifier and Type Method Description OAuthV2ExchangeRequestOAuthV2ExchangeRequest.OAuthV2ExchangeRequestBuilder. build()