Uses of Class
com.slack.api.methods.response.auth.AuthTestResponse
| Package | Description |
|---|---|
| com.slack.api.methods |
Slack API Methods (also called as Web API) client.
|
| com.slack.api.methods.impl |
-
Uses of AuthTestResponse in com.slack.api.methods
Methods in com.slack.api.methods that return AuthTestResponse Modifier and Type Method Description AuthTestResponseMethodsClient. authTest(AuthTestRequest req)AuthTestResponseMethodsClient. authTest(RequestConfigurator<AuthTestRequest.AuthTestRequestBuilder> req)Methods in com.slack.api.methods that return types with arguments of type AuthTestResponse Modifier and Type Method Description CompletableFuture<AuthTestResponse>AsyncMethodsClient. authTest(AuthTestRequest req)CompletableFuture<AuthTestResponse>AsyncMethodsClient. authTest(RequestConfigurator<AuthTestRequest.AuthTestRequestBuilder> req) -
Uses of AuthTestResponse in com.slack.api.methods.impl
Methods in com.slack.api.methods.impl that return AuthTestResponse Modifier and Type Method Description AuthTestResponseMethodsClientImpl. authTest(AuthTestRequest req)AuthTestResponseMethodsClientImpl. authTest(RequestConfigurator<AuthTestRequest.AuthTestRequestBuilder> req)Methods in com.slack.api.methods.impl that return types with arguments of type AuthTestResponse Modifier and Type Method Description CompletableFuture<AuthTestResponse>AsyncMethodsClientImpl. authTest(AuthTestRequest req)CompletableFuture<AuthTestResponse>AsyncMethodsClientImpl. authTest(RequestConfigurator<AuthTestRequest.AuthTestRequestBuilder> req)