Uses of Class
com.slack.api.methods.response.users.UsersGetPresenceResponse
-
Packages that use 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 UsersGetPresenceResponse
MethodsClient. usersGetPresence(UsersGetPresenceRequest req)
UsersGetPresenceResponse
MethodsClient. 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 UsersGetPresenceResponse
MethodsClientImpl. usersGetPresence(UsersGetPresenceRequest req)
UsersGetPresenceResponse
MethodsClientImpl. 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)
-