Uses of Class
com.slack.api.methods.request.chat.ChatGetPermalinkRequest.ChatGetPermalinkRequestBuilder
-
Packages that use 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 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 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(String channel)The ID of the conversation or channel containing the messageChatGetPermalinkRequest.ChatGetPermalinkRequestBuilderChatGetPermalinkRequest.ChatGetPermalinkRequestBuilder. messageTs(String messageTs)A message's `ts` value, uniquely identifying it within a channelChatGetPermalinkRequest.ChatGetPermalinkRequestBuilderChatGetPermalinkRequest.ChatGetPermalinkRequestBuilder. token(String token)Authentication token.
-