Uses of Class
com.slack.api.methods.request.chat.ChatGetPermalinkRequest
-
Packages that use ChatGetPermalinkRequest Package Description com.slack.api.methods Slack API Methods (also called as Web API) client.com.slack.api.methods.impl com.slack.api.methods.request.chat -
-
Uses of ChatGetPermalinkRequest in com.slack.api.methods
Methods in com.slack.api.methods with parameters of type ChatGetPermalinkRequest Modifier and Type Method Description CompletableFuture<ChatGetPermalinkResponse>
AsyncMethodsClient. chatGetPermalink(ChatGetPermalinkRequest req)
ChatGetPermalinkResponse
MethodsClient. chatGetPermalink(ChatGetPermalinkRequest req)
static okhttp3.FormBody.Builder
RequestFormBuilder. toForm(ChatGetPermalinkRequest req)
-
Uses of ChatGetPermalinkRequest in com.slack.api.methods.impl
Methods in com.slack.api.methods.impl with parameters of type ChatGetPermalinkRequest Modifier and Type Method Description CompletableFuture<ChatGetPermalinkResponse>
AsyncMethodsClientImpl. chatGetPermalink(ChatGetPermalinkRequest req)
ChatGetPermalinkResponse
MethodsClientImpl. chatGetPermalink(ChatGetPermalinkRequest req)
-
Uses of ChatGetPermalinkRequest in com.slack.api.methods.request.chat
Methods in com.slack.api.methods.request.chat that return ChatGetPermalinkRequest Modifier and Type Method Description ChatGetPermalinkRequest
ChatGetPermalinkRequest.ChatGetPermalinkRequestBuilder. build()
-