Uses of Class
com.slack.api.methods.response.users.UsersSetPresenceResponse
-
Packages that use UsersSetPresenceResponse Package Description com.slack.api.methods Slack API Methods (also called as Web API) client.com.slack.api.methods.impl -
-
Uses of UsersSetPresenceResponse in com.slack.api.methods
Methods in com.slack.api.methods that return UsersSetPresenceResponse Modifier and Type Method Description UsersSetPresenceResponseMethodsClient. usersSetPresence(UsersSetPresenceRequest req)UsersSetPresenceResponseMethodsClient. usersSetPresence(RequestConfigurator<UsersSetPresenceRequest.UsersSetPresenceRequestBuilder> req)Methods in com.slack.api.methods that return types with arguments of type UsersSetPresenceResponse Modifier and Type Method Description CompletableFuture<UsersSetPresenceResponse>AsyncMethodsClient. usersSetPresence(UsersSetPresenceRequest req)CompletableFuture<UsersSetPresenceResponse>AsyncMethodsClient. usersSetPresence(RequestConfigurator<UsersSetPresenceRequest.UsersSetPresenceRequestBuilder> req) -
Uses of UsersSetPresenceResponse in com.slack.api.methods.impl
Methods in com.slack.api.methods.impl that return UsersSetPresenceResponse Modifier and Type Method Description UsersSetPresenceResponseMethodsClientImpl. usersSetPresence(UsersSetPresenceRequest req)UsersSetPresenceResponseMethodsClientImpl. usersSetPresence(RequestConfigurator<UsersSetPresenceRequest.UsersSetPresenceRequestBuilder> req)Methods in com.slack.api.methods.impl that return types with arguments of type UsersSetPresenceResponse Modifier and Type Method Description CompletableFuture<UsersSetPresenceResponse>AsyncMethodsClientImpl. usersSetPresence(UsersSetPresenceRequest req)CompletableFuture<UsersSetPresenceResponse>AsyncMethodsClientImpl. usersSetPresence(RequestConfigurator<UsersSetPresenceRequest.UsersSetPresenceRequestBuilder> req)
-