Uses of Class
com.slack.api.methods.request.chat.ChatGetPermalinkRequest.ChatGetPermalinkRequestBuilder
| 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.ChatGetPermalinkRequestBuilder in com.slack.api.methods
Method parameters in com.slack.api.methods with type arguments of type ChatGetPermalinkRequest.ChatGetPermalinkRequestBuilder Modifier and Type Method Description java.util.concurrent.CompletableFuture<ChatGetPermalinkResponse>AsyncMethodsClient. chatGetPermalink(RequestConfigurator<ChatGetPermalinkRequest.ChatGetPermalinkRequestBuilder> req)ChatGetPermalinkResponseMethodsClient. chatGetPermalink(RequestConfigurator<ChatGetPermalinkRequest.ChatGetPermalinkRequestBuilder> req) -
Uses of ChatGetPermalinkRequest.ChatGetPermalinkRequestBuilder in com.slack.api.methods.impl
Method parameters in com.slack.api.methods.impl with type arguments of type ChatGetPermalinkRequest.ChatGetPermalinkRequestBuilder Modifier and Type Method Description java.util.concurrent.CompletableFuture<ChatGetPermalinkResponse>AsyncMethodsClientImpl. chatGetPermalink(RequestConfigurator<ChatGetPermalinkRequest.ChatGetPermalinkRequestBuilder> req)ChatGetPermalinkResponseMethodsClientImpl. chatGetPermalink(RequestConfigurator<ChatGetPermalinkRequest.ChatGetPermalinkRequestBuilder> req) -
Uses of ChatGetPermalinkRequest.ChatGetPermalinkRequestBuilder in com.slack.api.methods.request.chat
Methods in com.slack.api.methods.request.chat that return ChatGetPermalinkRequest.ChatGetPermalinkRequestBuilder Modifier and Type Method Description static ChatGetPermalinkRequest.ChatGetPermalinkRequestBuilderChatGetPermalinkRequest. builder()ChatGetPermalinkRequest.ChatGetPermalinkRequestBuilderChatGetPermalinkRequest.ChatGetPermalinkRequestBuilder. channel(java.lang.String channel)The ID of the conversation or channel containing the messageChatGetPermalinkRequest.ChatGetPermalinkRequestBuilderChatGetPermalinkRequest.ChatGetPermalinkRequestBuilder. messageTs(java.lang.String messageTs)A message's `ts` value, uniquely identifying it within a channelChatGetPermalinkRequest.ChatGetPermalinkRequestBuilderChatGetPermalinkRequest.ChatGetPermalinkRequestBuilder. token(java.lang.String token)Authentication token.