Uses of Interface
com.slack.api.methods.MethodsClient
-
Packages that use MethodsClient Package Description com.slack.api The root package of all the libraries in this SDK.com.slack.api.methods Slack API Methods (also called as Web API) client.com.slack.api.methods.impl com.slack.api.token_rotation -
-
Uses of MethodsClient in com.slack.api
Methods in com.slack.api that return MethodsClient Modifier and Type Method Description MethodsClientSlack. methods()Creates a Methods API client.MethodsClientSlack. methods(String token)MethodsClientSlack. methods(String token, String teamId) -
Uses of MethodsClient in com.slack.api.methods
Methods in com.slack.api.methods that return MethodsClient Modifier and Type Method Description MethodsClientAsyncMethodsClient. underlying() -
Uses of MethodsClient in com.slack.api.methods.impl
Classes in com.slack.api.methods.impl that implement MethodsClient Modifier and Type Class Description classMethodsClientImplMethods in com.slack.api.methods.impl that return MethodsClient Modifier and Type Method Description MethodsClientFilesUploadV2Helper. getClient()MethodsClientAsyncMethodsClientImpl. underlying()Constructors in com.slack.api.methods.impl with parameters of type MethodsClient Constructor Description FilesUploadV2Helper(MethodsClient client) -
Uses of MethodsClient in com.slack.api.token_rotation
Methods in com.slack.api.token_rotation that return MethodsClient Modifier and Type Method Description MethodsClientTokenRotator. getMethodsClient()Methods in com.slack.api.token_rotation with parameters of type MethodsClient Modifier and Type Method Description voidTokenRotator. setMethodsClient(MethodsClient methodsClient)Constructors in com.slack.api.token_rotation with parameters of type MethodsClient Constructor Description TokenRotator(MethodsClient methodsClient, long millisecondsBeforeExpiration, String clientId, String clientSecret)
-