Uses of Class
com.slack.api.methods.request.chat.ChatStopStreamRequest.ChatStopStreamRequestBuilder
Packages that use ChatStopStreamRequest.ChatStopStreamRequestBuilder
Package
Description
Slack API Methods (also called as Web API) client.
-
Uses of ChatStopStreamRequest.ChatStopStreamRequestBuilder in com.slack.api.methods
Method parameters in com.slack.api.methods with type arguments of type ChatStopStreamRequest.ChatStopStreamRequestBuilderModifier and TypeMethodDescriptionAsyncMethodsClient.chatStopStream(RequestConfigurator<ChatStopStreamRequest.ChatStopStreamRequestBuilder> req) MethodsClient.chatStopStream(RequestConfigurator<ChatStopStreamRequest.ChatStopStreamRequestBuilder> req) -
Uses of ChatStopStreamRequest.ChatStopStreamRequestBuilder in com.slack.api.methods.impl
Method parameters in com.slack.api.methods.impl with type arguments of type ChatStopStreamRequest.ChatStopStreamRequestBuilderModifier and TypeMethodDescriptionAsyncMethodsClientImpl.chatStopStream(RequestConfigurator<ChatStopStreamRequest.ChatStopStreamRequestBuilder> req) MethodsClientImpl.chatStopStream(RequestConfigurator<ChatStopStreamRequest.ChatStopStreamRequestBuilder> req) -
Uses of ChatStopStreamRequest.ChatStopStreamRequestBuilder in com.slack.api.methods.request.chat
Methods in com.slack.api.methods.request.chat that return ChatStopStreamRequest.ChatStopStreamRequestBuilderModifier and TypeMethodDescriptionChatStopStreamRequest.ChatStopStreamRequestBuilder.blocks(List<LayoutBlock> blocks) A JSON-based array of structured blocks that will be rendered at the bottom of the finalized message, presented as a URL-encoded string.ChatStopStreamRequest.ChatStopStreamRequestBuilder.blocksAsString(String blocksAsString) A JSON-based array of structured blocks as a String that will be rendered at the bottom of the finalized message, presented as a URL-encoded string.ChatStopStreamRequest.builder()An encoded ID that represents a channel, private group, or DM.ChatStopStreamRequest.ChatStopStreamRequestBuilder.markdownText(String markdownText) Accepts message text formatted in markdown.ChatStopStreamRequest.ChatStopStreamRequestBuilder.metadata(Message.Metadata metadata) JSON object with event_type and event_payload fields, presented as a URL-encoded string.ChatStopStreamRequest.ChatStopStreamRequestBuilder.metadataAsString(String metadataAsString) JSON object with event_type and event_payload fields, presented as a URL-encoded string.Authentication token.The timestamp of the streaming message.