Uses of Class
com.slack.api.methods.response.users.UsersGetPresenceResponse
| Package | Description |
|---|---|
| com.slack.api.methods |
Slack API Methods (also called as Web API) client.
|
| com.slack.api.methods.impl |
-
Uses of UsersGetPresenceResponse in com.slack.api.methods
Methods in com.slack.api.methods that return UsersGetPresenceResponse Modifier and Type Method Description UsersGetPresenceResponseMethodsClient. usersGetPresence(UsersGetPresenceRequest req)UsersGetPresenceResponseMethodsClient. usersGetPresence(RequestConfigurator<UsersGetPresenceRequest.UsersGetPresenceRequestBuilder> req)Methods in com.slack.api.methods that return types with arguments of type UsersGetPresenceResponse Modifier and Type Method Description CompletableFuture<UsersGetPresenceResponse>AsyncMethodsClient. usersGetPresence(UsersGetPresenceRequest req)CompletableFuture<UsersGetPresenceResponse>AsyncMethodsClient. usersGetPresence(RequestConfigurator<UsersGetPresenceRequest.UsersGetPresenceRequestBuilder> req) -
Uses of UsersGetPresenceResponse in com.slack.api.methods.impl
Methods in com.slack.api.methods.impl that return UsersGetPresenceResponse Modifier and Type Method Description UsersGetPresenceResponseMethodsClientImpl. usersGetPresence(UsersGetPresenceRequest req)UsersGetPresenceResponseMethodsClientImpl. usersGetPresence(RequestConfigurator<UsersGetPresenceRequest.UsersGetPresenceRequestBuilder> req)Methods in com.slack.api.methods.impl that return types with arguments of type UsersGetPresenceResponse Modifier and Type Method Description CompletableFuture<UsersGetPresenceResponse>AsyncMethodsClientImpl. usersGetPresence(UsersGetPresenceRequest req)CompletableFuture<UsersGetPresenceResponse>AsyncMethodsClientImpl. usersGetPresence(RequestConfigurator<UsersGetPresenceRequest.UsersGetPresenceRequestBuilder> req)