Skip navigation links
A B C D E F G H I L M O P R S T U V W 

A

AccountChangedEvent - Class in com.github.seratch.jslack.api.model.event
The list of accounts a user is signed into has changed
AccountChangedEvent() - Constructor for class com.github.seratch.jslack.api.model.event.AccountChangedEvent
 
Action - Class in com.github.seratch.jslack.api.model
 
Action() - Constructor for class com.github.seratch.jslack.api.model.Action
 
action(ModelConfigurator<com.github.seratch.jslack.api.model.Action.ActionBuilder>) - Static method in class com.github.seratch.jslack.api.model.Attachments
 
Action.Option - Class in com.github.seratch.jslack.api.model
 
Action.OptionGroup - Class in com.github.seratch.jslack.api.model
 
Action.Type - Enum in com.github.seratch.jslack.api.model
Represents the type of action (e.g Message button or message menu)
actions(ModelConfigurator<com.github.seratch.jslack.api.model.block.ActionsBlock.ActionsBlockBuilder>) - Static method in class com.github.seratch.jslack.api.model.block.Blocks
 
actions(List<BlockElement>) - Static method in class com.github.seratch.jslack.api.model.block.Blocks
 
actions(String, List<BlockElement>) - Static method in class com.github.seratch.jslack.api.model.block.Blocks
 
ActionsBlock - Class in com.github.seratch.jslack.api.model.block
https://api.slack.com/reference/messaging/blocks#actions
ActionsBlock() - Constructor for class com.github.seratch.jslack.api.model.block.ActionsBlock
 
Actor() - Constructor for class com.github.seratch.jslack.api.model.admin.ApprovedApp.Actor
 
Actor() - Constructor for class com.github.seratch.jslack.api.model.admin.RestrictedApp.Actor
 
Address() - Constructor for class com.github.seratch.jslack.api.model.File.Address
 
Address() - Constructor for class com.github.seratch.jslack.api.model.MatchedItem.Address
 
App - Class in com.github.seratch.jslack.api.model.admin
 
App() - Constructor for class com.github.seratch.jslack.api.model.admin.App
 
AppHomeOpenedEvent - Class in com.github.seratch.jslack.api.model.event
This app event notifies your app when a user has entered into the App Home space—that's the place where a user exchanges DMs with your app.
AppHomeOpenedEvent() - Constructor for class com.github.seratch.jslack.api.model.event.AppHomeOpenedEvent
 
AppIcons - Class in com.github.seratch.jslack.api.model.admin
 
AppIcons() - Constructor for class com.github.seratch.jslack.api.model.admin.AppIcons
 
AppMentionEvent - Class in com.github.seratch.jslack.api.model.event
This app event allows your app to subscribe to message events that directly mention your bot user.
AppMentionEvent() - Constructor for class com.github.seratch.jslack.api.model.event.AppMentionEvent
 
AppRateLimitedEvent - Class in com.github.seratch.jslack.api.model.event
https://api.slack.com/events/app_rate_limited
AppRateLimitedEvent() - Constructor for class com.github.seratch.jslack.api.model.event.AppRateLimitedEvent
 
AppRequest - Class in com.github.seratch.jslack.api.model.admin
 
AppRequest() - Constructor for class com.github.seratch.jslack.api.model.admin.AppRequest
 
AppRequest.PreviousResolution - Class in com.github.seratch.jslack.api.model.admin
 
AppRequest.Team - Class in com.github.seratch.jslack.api.model.admin
 
AppRequest.User - Class in com.github.seratch.jslack.api.model.admin
 
AppRequestedEvent - Class in com.github.seratch.jslack.api.model.event
https://api.slack.com/events/app_requested
AppRequestedEvent() - Constructor for class com.github.seratch.jslack.api.model.event.AppRequestedEvent
 
ApprovedApp - Class in com.github.seratch.jslack.api.model.admin
 
ApprovedApp() - Constructor for class com.github.seratch.jslack.api.model.admin.ApprovedApp
 
ApprovedApp.Actor - Class in com.github.seratch.jslack.api.model.admin
 
AppScope - Class in com.github.seratch.jslack.api.model.admin
 
AppScope() - Constructor for class com.github.seratch.jslack.api.model.admin.AppScope
 
AppUninstalledEvent - Class in com.github.seratch.jslack.api.model.event
This Events API-only event is sent via subscription whenever a Slack app is completely uninstalled.
AppUninstalledEvent() - Constructor for class com.github.seratch.jslack.api.model.event.AppUninstalledEvent
 
asActions(Action...) - Static method in class com.github.seratch.jslack.api.model.Attachments
 
asAttachments(Attachment...) - Static method in class com.github.seratch.jslack.api.model.Attachments
 
asBlocks(LayoutBlock...) - Static method in class com.github.seratch.jslack.api.model.block.Blocks
 
asContextElements(ContextBlockElement...) - Static method in class com.github.seratch.jslack.api.model.block.element.BlockElements
 
asElements(BlockElement...) - Static method in class com.github.seratch.jslack.api.model.block.element.BlockElements
 
asElements(DialogElement...) - Static method in class com.github.seratch.jslack.api.model.dialog.Dialogs
 
asFields(Field...) - Static method in class com.github.seratch.jslack.api.model.Attachments
 
asList(String...) - Static method in class com.github.seratch.jslack.api.model.Attachments
 
asOptionGroups(Action.OptionGroup...) - Static method in class com.github.seratch.jslack.api.model.Attachments
 
asOptionGroups(OptionGroupObject...) - Static method in class com.github.seratch.jslack.api.model.block.composition.BlockCompositions
 
asOptions(Action.Option...) - Static method in class com.github.seratch.jslack.api.model.Attachments
 
asOptions(OptionObject...) - Static method in class com.github.seratch.jslack.api.model.block.composition.BlockCompositions
 
asOptions(DialogOption...) - Static method in class com.github.seratch.jslack.api.model.dialog.Dialogs
 
asRichTextElements(RichTextElement...) - Static method in class com.github.seratch.jslack.api.model.block.element.BlockElements
 
asSectionFields(TextObject...) - Static method in class com.github.seratch.jslack.api.model.block.composition.BlockCompositions
 
Attachment - Class in com.github.seratch.jslack.api.model
https://api.slack.com/docs/message-attachments
Attachment() - Constructor for class com.github.seratch.jslack.api.model.Attachment
 
attachment(ModelConfigurator<com.github.seratch.jslack.api.model.Attachment.AttachmentBuilder>) - Static method in class com.github.seratch.jslack.api.model.Attachments
 
Attachment.AttachmentMetadata - Class in com.github.seratch.jslack.api.model
 
AttachmentMetadata() - Constructor for class com.github.seratch.jslack.api.model.Attachment.AttachmentMetadata
 
attachmentMetadata(ModelConfigurator<com.github.seratch.jslack.api.model.Attachment.AttachmentMetadata.AttachmentMetadataBuilder>) - Static method in class com.github.seratch.jslack.api.model.Attachments
 
Attachments - Class in com.github.seratch.jslack.api.model
 

B

BillableInfo - Class in com.github.seratch.jslack.api.model
 
BillableInfo() - Constructor for class com.github.seratch.jslack.api.model.BillableInfo
 
BlockCompositions - Class in com.github.seratch.jslack.api.model.block.composition
 
BlockElement - Class in com.github.seratch.jslack.api.model.block.element
Base block element for adding interactive components to Slack messages.
BlockElement() - Constructor for class com.github.seratch.jslack.api.model.block.element.BlockElement
 
BlockElements - Class in com.github.seratch.jslack.api.model.block.element
 
Blocks - Class in com.github.seratch.jslack.api.model.block
 
Bot() - Constructor for class com.github.seratch.jslack.api.model.event.BotAddedEvent.Bot
 
Bot() - Constructor for class com.github.seratch.jslack.api.model.event.BotChangedEvent.Bot
 
BotAddedEvent - Class in com.github.seratch.jslack.api.model.event
The bot_added event is sent to all connections for a workspace when an integration "bot" is added.
BotAddedEvent() - Constructor for class com.github.seratch.jslack.api.model.event.BotAddedEvent
 
BotAddedEvent.Bot - Class in com.github.seratch.jslack.api.model.event
 
BotChangedEvent - Class in com.github.seratch.jslack.api.model.event
The bot_changed event is sent to all connections for a workspace when an integration "bot" is updated.
BotChangedEvent() - Constructor for class com.github.seratch.jslack.api.model.event.BotChangedEvent
 
BotChangedEvent.Bot - Class in com.github.seratch.jslack.api.model.event
 
BotIcons - Class in com.github.seratch.jslack.api.model
 
BotIcons() - Constructor for class com.github.seratch.jslack.api.model.BotIcons
 
BotProfile - Class in com.github.seratch.jslack.api.model
 
BotProfile() - Constructor for class com.github.seratch.jslack.api.model.BotProfile
 
BotProfile.Icons - Class in com.github.seratch.jslack.api.model
 
Broadcast() - Constructor for class com.github.seratch.jslack.api.model.block.element.RichTextSectionElement.Broadcast
 
button(ModelConfigurator<com.github.seratch.jslack.api.model.block.element.ButtonElement.ButtonElementBuilder>) - Static method in class com.github.seratch.jslack.api.model.block.element.BlockElements
 
ButtonElement - Class in com.github.seratch.jslack.api.model.block.element
https://api.slack.com/reference/block-kit/block-elements#button
ButtonElement() - Constructor for class com.github.seratch.jslack.api.model.block.element.ButtonElement
 

C

Channel() - Constructor for class com.github.seratch.jslack.api.model.block.element.RichTextSectionElement.Channel
 
Channel - Class in com.github.seratch.jslack.api.model
 
Channel() - Constructor for class com.github.seratch.jslack.api.model.Channel
 
Channel() - Constructor for class com.github.seratch.jslack.api.model.event.ChannelCreatedEvent.Channel
 
Channel() - Constructor for class com.github.seratch.jslack.api.model.event.ChannelJoinedEvent.Channel
 
Channel() - Constructor for class com.github.seratch.jslack.api.model.event.ChannelRenameEvent.Channel
 
Channel() - Constructor for class com.github.seratch.jslack.api.model.event.GroupJoinedEvent.Channel
 
Channel() - Constructor for class com.github.seratch.jslack.api.model.event.GroupRenameEvent.Channel
 
Channel() - Constructor for class com.github.seratch.jslack.api.model.event.ImCreatedEvent.Channel
 
ChannelArchiveEvent - Class in com.github.seratch.jslack.api.model.event
The channel_archive event is sent to all connections for a workspace when a channel is archived.
ChannelArchiveEvent() - Constructor for class com.github.seratch.jslack.api.model.event.ChannelArchiveEvent
 
ChannelCreatedEvent - Class in com.github.seratch.jslack.api.model.event
The channel_created event is sent to all connections for a workspace when a new channel is created.
ChannelCreatedEvent() - Constructor for class com.github.seratch.jslack.api.model.event.ChannelCreatedEvent
 
ChannelCreatedEvent.Channel - Class in com.github.seratch.jslack.api.model.event
 
ChannelDeletedEvent - Class in com.github.seratch.jslack.api.model.event
The channel_deleted event is sent to all connections for a workspace when a channel is deleted.
ChannelDeletedEvent() - Constructor for class com.github.seratch.jslack.api.model.event.ChannelDeletedEvent
 
ChannelHistoryChangedEvent - Class in com.github.seratch.jslack.api.model.event
A channel_history_changed event is sent to all clients in a channel when bulk changes have occurred to that channel's history.
ChannelHistoryChangedEvent() - Constructor for class com.github.seratch.jslack.api.model.event.ChannelHistoryChangedEvent
 
ChannelJoinedEvent - Class in com.github.seratch.jslack.api.model.event
The channel_joined event is sent to all connections for a user when that user joins a channel.
ChannelJoinedEvent() - Constructor for class com.github.seratch.jslack.api.model.event.ChannelJoinedEvent
 
ChannelJoinedEvent.Channel - Class in com.github.seratch.jslack.api.model.event
 
ChannelLeftEvent - Class in com.github.seratch.jslack.api.model.event
The channel_left event is sometimes sent to all connections for a user when that user leaves a channel.
ChannelLeftEvent() - Constructor for class com.github.seratch.jslack.api.model.event.ChannelLeftEvent
 
ChannelMarkedEvent - Class in com.github.seratch.jslack.api.model.event
The channel_marked event is sent to all open connections for a user when that user moves the read cursor in a channel by calling the channels.mark API method.
ChannelMarkedEvent() - Constructor for class com.github.seratch.jslack.api.model.event.ChannelMarkedEvent
 
ChannelRenameEvent - Class in com.github.seratch.jslack.api.model.event
The channel_rename event is sent to all connections for a workspace when a channel is renamed.
ChannelRenameEvent() - Constructor for class com.github.seratch.jslack.api.model.event.ChannelRenameEvent
 
ChannelRenameEvent.Channel - Class in com.github.seratch.jslack.api.model.event
 
ChannelSharedEvent - Class in com.github.seratch.jslack.api.model.event
The channel_shared event is sent to all event subscriptions when a new shared channel is created or a channel is converted into a shared channel.
ChannelSharedEvent() - Constructor for class com.github.seratch.jslack.api.model.event.ChannelSharedEvent
 
channelsSelect(ModelConfigurator<com.github.seratch.jslack.api.model.block.element.ChannelsSelectElement.ChannelsSelectElementBuilder>) - Static method in class com.github.seratch.jslack.api.model.block.element.BlockElements
 
ChannelsSelectElement - Class in com.github.seratch.jslack.api.model.block.element
https://api.slack.com/reference/block-kit/block-elements#channel_select
ChannelsSelectElement() - Constructor for class com.github.seratch.jslack.api.model.block.element.ChannelsSelectElement
 
ChannelUnarchiveEvent - Class in com.github.seratch.jslack.api.model.event
The channel_unarchive event is sent to all connections for a workspace when a channel is unarchived.
ChannelUnarchiveEvent() - Constructor for class com.github.seratch.jslack.api.model.event.ChannelUnarchiveEvent
 
ChannelUnsharedEvent - Class in com.github.seratch.jslack.api.model.event
The channel_unshared event is sent to all event subscriptions when an external workspace has been removed from an existing shared channel.
ChannelUnsharedEvent() - Constructor for class com.github.seratch.jslack.api.model.event.ChannelUnsharedEvent
 
checkboxes(ModelConfigurator<com.github.seratch.jslack.api.model.block.element.CheckboxesElement.CheckboxesElementBuilder>) - Static method in class com.github.seratch.jslack.api.model.block.element.BlockElements
 
CheckboxesElement - Class in com.github.seratch.jslack.api.model.block.element
https://api.slack.com/reference/block-kit/block-elements#checkboxes
CheckboxesElement() - Constructor for class com.github.seratch.jslack.api.model.block.element.CheckboxesElement
 
Color() - Constructor for class com.github.seratch.jslack.api.model.block.element.RichTextSectionElement.Color
 
com.github.seratch.jslack.api.model - package com.github.seratch.jslack.api.model
 
com.github.seratch.jslack.api.model.admin - package com.github.seratch.jslack.api.model.admin
 
com.github.seratch.jslack.api.model.block - package com.github.seratch.jslack.api.model.block
 
com.github.seratch.jslack.api.model.block.composition - package com.github.seratch.jslack.api.model.block.composition
 
com.github.seratch.jslack.api.model.block.element - package com.github.seratch.jslack.api.model.block.element
 
com.github.seratch.jslack.api.model.dialog - package com.github.seratch.jslack.api.model.dialog
 
com.github.seratch.jslack.api.model.event - package com.github.seratch.jslack.api.model.event
 
com.github.seratch.jslack.api.model.view - package com.github.seratch.jslack.api.model.view
 
com.github.seratch.jslack.api.webhook - package com.github.seratch.jslack.api.webhook
 
com.github.seratch.jslack.common.json - package com.github.seratch.jslack.common.json
 
CommandsChangedEvent - Class in com.github.seratch.jslack.api.model.event
The commands_changed event is sent to all connections for a workspace when a slash command for that workspace is added, removed or changed.
CommandsChangedEvent() - Constructor for class com.github.seratch.jslack.api.model.event.CommandsChangedEvent
 
configure(Builder) - Method in interface com.github.seratch.jslack.api.model.ModelConfigurator
 
confirm(ModelConfigurator<com.github.seratch.jslack.api.model.Confirmation.ConfirmationBuilder>) - Static method in class com.github.seratch.jslack.api.model.Attachments
 
Confirmation - Class in com.github.seratch.jslack.api.model
 
Confirmation() - Constructor for class com.github.seratch.jslack.api.model.Confirmation
 
confirmationDialog(ModelConfigurator<com.github.seratch.jslack.api.model.block.composition.ConfirmationDialogObject.ConfirmationDialogObjectBuilder>) - Static method in class com.github.seratch.jslack.api.model.block.composition.BlockCompositions
 
ConfirmationDialogObject - Class in com.github.seratch.jslack.api.model.block.composition
https://api.slack.com/reference/messaging/composition-objects#confirm
ConfirmationDialogObject() - Constructor for class com.github.seratch.jslack.api.model.block.composition.ConfirmationDialogObject
 
context(ModelConfigurator<com.github.seratch.jslack.api.model.block.ContextBlock.ContextBlockBuilder>) - Static method in class com.github.seratch.jslack.api.model.block.Blocks
 
context(List<ContextBlockElement>) - Static method in class com.github.seratch.jslack.api.model.block.Blocks
 
context(String, List<ContextBlockElement>) - Static method in class com.github.seratch.jslack.api.model.block.Blocks
 
ContextBlock - Class in com.github.seratch.jslack.api.model.block
https://api.slack.com/reference/messaging/blocks#context
ContextBlock() - Constructor for class com.github.seratch.jslack.api.model.block.ContextBlock
 
ContextBlockElement - Interface in com.github.seratch.jslack.api.model.block
Specific interface to make context layout blocks' elements type-safe, because ContextBlock can only contain ImageElement and TextObject elements.
Conversation - Class in com.github.seratch.jslack.api.model
Represents a conversation as used with the conversations API
Conversation() - Constructor for class com.github.seratch.jslack.api.model.Conversation
 
conversationsSelect(ModelConfigurator<com.github.seratch.jslack.api.model.block.element.ConversationsSelectElement.ConversationsSelectElementBuilder>) - Static method in class com.github.seratch.jslack.api.model.block.element.BlockElements
 
ConversationsSelectElement - Class in com.github.seratch.jslack.api.model.block.element
https://api.slack.com/reference/block-kit/block-elements#conversation_select
ConversationsSelectElement() - Constructor for class com.github.seratch.jslack.api.model.block.element.ConversationsSelectElement
 
ConversationType - Enum in com.github.seratch.jslack.api.model
Represents a type of conversation such as a public channel or IM.
create(Gson, TypeToken<T>) - Method in class com.github.seratch.jslack.common.json.UnknownPropertyDetectionAdapterFactory
 

D

Date() - Constructor for class com.github.seratch.jslack.api.model.block.element.RichTextSectionElement.Date
 
datePicker(ModelConfigurator<com.github.seratch.jslack.api.model.block.element.DatePickerElement.DatePickerElementBuilder>) - Static method in class com.github.seratch.jslack.api.model.block.element.BlockElements
 
DatePickerElement - Class in com.github.seratch.jslack.api.model.block.element
https://api.slack.com/reference/block-kit/block-elements#datepicker
DatePickerElement() - Constructor for class com.github.seratch.jslack.api.model.block.element.DatePickerElement
 
deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class com.github.seratch.jslack.common.json.GsonBlockElementFactory
 
deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class com.github.seratch.jslack.common.json.GsonContextBlockElementFactory
 
deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class com.github.seratch.jslack.common.json.GsonLayoutBlockFactory
 
deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class com.github.seratch.jslack.common.json.GsonRichTextElementFactory
 
deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class com.github.seratch.jslack.common.json.GsonTextObjectFactory
 
detectElementClass(String) - Static method in class com.github.seratch.jslack.common.json.GsonRichTextElementFactory
Deprecated.
Dialog - Class in com.github.seratch.jslack.api.model.dialog
Represents a Slack Modal Dialog
Dialog() - Constructor for class com.github.seratch.jslack.api.model.dialog.Dialog
 
dialog(ModelConfigurator<com.github.seratch.jslack.api.model.dialog.Dialog.DialogBuilder>) - Static method in class com.github.seratch.jslack.api.model.dialog.Dialogs
 
DialogElement - Interface in com.github.seratch.jslack.api.model.dialog
A dialog Form DialogElement such as text, textarea, or select or select.
DialogOption - Class in com.github.seratch.jslack.api.model.dialog
A dialog element option used with DialogSelectElements
DialogOption() - Constructor for class com.github.seratch.jslack.api.model.dialog.DialogOption
 
dialogOption(ModelConfigurator<com.github.seratch.jslack.api.model.dialog.DialogOption.DialogOptionBuilder>) - Static method in class com.github.seratch.jslack.api.model.dialog.Dialogs
 
DialogResponseMetadata - Class in com.github.seratch.jslack.api.model.dialog
 
DialogResponseMetadata() - Constructor for class com.github.seratch.jslack.api.model.dialog.DialogResponseMetadata
 
Dialogs - Class in com.github.seratch.jslack.api.model.dialog
 
dialogSelect(ModelConfigurator<com.github.seratch.jslack.api.model.dialog.DialogSelectElement.DialogSelectElementBuilder>) - Static method in class com.github.seratch.jslack.api.model.dialog.Dialogs
 
DialogSelectElement - Class in com.github.seratch.jslack.api.model.dialog
Represents a select dialog element
DialogSelectElement() - Constructor for class com.github.seratch.jslack.api.model.dialog.DialogSelectElement
 
DialogSubType - Enum in com.github.seratch.jslack.api.model.dialog
Represents the subtype for an DialogTextElement or DialogTextAreaElement In some form factors, optimized input is provided for this subtype.
dialogText(ModelConfigurator<com.github.seratch.jslack.api.model.dialog.DialogTextElement.DialogTextElementBuilder>) - Static method in class com.github.seratch.jslack.api.model.dialog.Dialogs
 
dialogTextArea(ModelConfigurator<com.github.seratch.jslack.api.model.dialog.DialogTextAreaElement.DialogTextAreaElementBuilder>) - Static method in class com.github.seratch.jslack.api.model.dialog.Dialogs
 
DialogTextAreaElement - Class in com.github.seratch.jslack.api.model.dialog
Represents a textarea dialog element
DialogTextAreaElement() - Constructor for class com.github.seratch.jslack.api.model.dialog.DialogTextAreaElement
 
DialogTextElement - Class in com.github.seratch.jslack.api.model.dialog
Represents a text dialog element
DialogTextElement() - Constructor for class com.github.seratch.jslack.api.model.dialog.DialogTextElement
 
DISMISS - Static variable in class com.github.seratch.jslack.api.model.Confirmation
 
divider(ModelConfigurator<com.github.seratch.jslack.api.model.block.DividerBlock.DividerBlockBuilder>) - Static method in class com.github.seratch.jslack.api.model.block.Blocks
 
divider(String) - Static method in class com.github.seratch.jslack.api.model.block.Blocks
 
divider() - Static method in class com.github.seratch.jslack.api.model.block.Blocks
 
DividerBlock - Class in com.github.seratch.jslack.api.model.block
https://api.slack.com/reference/messaging/blocks#divider
DividerBlock() - Constructor for class com.github.seratch.jslack.api.model.block.DividerBlock
 
DndStatus() - Constructor for class com.github.seratch.jslack.api.model.event.DndUpdatedEvent.DndStatus
 
DndStatus() - Constructor for class com.github.seratch.jslack.api.model.event.DndUpdatedUserEvent.DndStatus
 
DndUpdatedEvent - Class in com.github.seratch.jslack.api.model.event
The dnd_updated event is sent to the current user when their Do Not Disturb settings have changed.
DndUpdatedEvent() - Constructor for class com.github.seratch.jslack.api.model.event.DndUpdatedEvent
 
DndUpdatedEvent.DndStatus - Class in com.github.seratch.jslack.api.model.event
 
DndUpdatedUserEvent - Class in com.github.seratch.jslack.api.model.event
The dnd_updated_user event is sent to all connections for a workspace when a user's Do Not Disturb settings have changed.
DndUpdatedUserEvent() - Constructor for class com.github.seratch.jslack.api.model.event.DndUpdatedUserEvent
 
DndUpdatedUserEvent.DndStatus - Class in com.github.seratch.jslack.api.model.event
 

E

Edited() - Constructor for class com.github.seratch.jslack.api.model.event.MessageChangedEvent.Edited
 
Edited() - Constructor for class com.github.seratch.jslack.api.model.event.MessageDeletedEvent.Edited
 
Edited() - Constructor for class com.github.seratch.jslack.api.model.event.MessageEvent.Edited
 
Edited() - Constructor for class com.github.seratch.jslack.api.model.Latest.Edited
 
Edited() - Constructor for class com.github.seratch.jslack.api.model.Message.Edited
 
EmailDomainChangedEvent - Class in com.github.seratch.jslack.api.model.event
The email_domain_changed event is sent to all connections for a workspace when the email domain settings for a workspace change.
EmailDomainChangedEvent() - Constructor for class com.github.seratch.jslack.api.model.event.EmailDomainChangedEvent
 
Emoji() - Constructor for class com.github.seratch.jslack.api.model.block.element.RichTextSectionElement.Emoji
 
EmojiChangedEvent - Class in com.github.seratch.jslack.api.model.event
The email_domain_changed event is sent to all connections for a workspace when the email domain settings for a workspace change.
EmojiChangedEvent() - Constructor for class com.github.seratch.jslack.api.model.event.EmojiChangedEvent
 
EnterpriseUser() - Constructor for class com.github.seratch.jslack.api.model.User.EnterpriseUser
 
Error() - Constructor for class com.github.seratch.jslack.api.model.event.ErrorEvent.Error
 
ErrorEvent - Class in com.github.seratch.jslack.api.model.event
If there was a problem connecting an error will be returned, including a descriptive error message:
ErrorEvent() - Constructor for class com.github.seratch.jslack.api.model.event.ErrorEvent
 
ErrorEvent.Error - Class in com.github.seratch.jslack.api.model.event
 
ErrorResponseMetadata - Class in com.github.seratch.jslack.api.model
 
ErrorResponseMetadata() - Constructor for class com.github.seratch.jslack.api.model.ErrorResponseMetadata
 
Event - Interface in com.github.seratch.jslack.api.model.event
 
externalSelect(ModelConfigurator<com.github.seratch.jslack.api.model.block.element.ExternalSelectElement.ExternalSelectElementBuilder>) - Static method in class com.github.seratch.jslack.api.model.block.element.BlockElements
 
ExternalSelectElement - Class in com.github.seratch.jslack.api.model.block.element
https://api.slack.com/reference/block-kit/block-elements#external_select
ExternalSelectElement() - Constructor for class com.github.seratch.jslack.api.model.block.element.ExternalSelectElement
 

F

field(ModelConfigurator<com.github.seratch.jslack.api.model.Field.FieldBuilder>) - Static method in class com.github.seratch.jslack.api.model.Attachments
 
Field() - Constructor for class com.github.seratch.jslack.api.model.event.TeamProfileChangeEvent.Field
 
Field() - Constructor for class com.github.seratch.jslack.api.model.event.TeamProfileDeleteEvent.Field
 
Field() - Constructor for class com.github.seratch.jslack.api.model.event.TeamProfileReorderEvent.Field
 
Field - Class in com.github.seratch.jslack.api.model
https://api.slack.com/docs/message-attachments
Field() - Constructor for class com.github.seratch.jslack.api.model.Field
 
Field() - Constructor for class com.github.seratch.jslack.api.model.User.Profile.Field
 
file(ModelConfigurator<com.github.seratch.jslack.api.model.block.FileBlock.FileBlockBuilder>) - Static method in class com.github.seratch.jslack.api.model.block.Blocks
 
File() - Constructor for class com.github.seratch.jslack.api.model.event.FileChangeEvent.File
 
File() - Constructor for class com.github.seratch.jslack.api.model.event.FileCommentAddedEvent.File
Deprecated.
 
File() - Constructor for class com.github.seratch.jslack.api.model.event.FileCommentDeletedEvent.File
Deprecated.
 
File() - Constructor for class com.github.seratch.jslack.api.model.event.FileCommentEditedEvent.File
Deprecated.
 
File() - Constructor for class com.github.seratch.jslack.api.model.event.FileCreatedEvent.File
 
File() - Constructor for class com.github.seratch.jslack.api.model.event.FilePublicEvent.File
 
File() - Constructor for class com.github.seratch.jslack.api.model.event.FileSharedEvent.File
 
File() - Constructor for class com.github.seratch.jslack.api.model.event.FileUnsharedEvent.File
 
File - Class in com.github.seratch.jslack.api.model
https://api.slack.com/types/file
File() - Constructor for class com.github.seratch.jslack.api.model.File
 
File.Address - Class in com.github.seratch.jslack.api.model
 
File.PinnedInfo - Class in com.github.seratch.jslack.api.model
 
File.ShareDetail - Class in com.github.seratch.jslack.api.model
 
File.Shares - Class in com.github.seratch.jslack.api.model
 
FileBlock - Class in com.github.seratch.jslack.api.model.block
https://api.slack.com/reference/messaging/blocks#file
FileBlock() - Constructor for class com.github.seratch.jslack.api.model.block.FileBlock
 
FileChangeEvent - Class in com.github.seratch.jslack.api.model.event
The file_change event is sent when any property of a file is changed.
FileChangeEvent() - Constructor for class com.github.seratch.jslack.api.model.event.FileChangeEvent
 
FileChangeEvent.File - Class in com.github.seratch.jslack.api.model.event
 
FileComment() - Constructor for class com.github.seratch.jslack.api.model.event.FileCommentAddedEvent.FileComment
Deprecated.
 
FileComment() - Constructor for class com.github.seratch.jslack.api.model.event.FileCommentEditedEvent.FileComment
Deprecated.
 
FileComment - Class in com.github.seratch.jslack.api.model
https://api.slack.com/methods/files.comments.add
FileComment() - Constructor for class com.github.seratch.jslack.api.model.FileComment
 
FileCommentAddedEvent - Class in com.github.seratch.jslack.api.model.event
Deprecated.
FileCommentAddedEvent() - Constructor for class com.github.seratch.jslack.api.model.event.FileCommentAddedEvent
Deprecated.
 
FileCommentAddedEvent.File - Class in com.github.seratch.jslack.api.model.event
Deprecated.
 
FileCommentAddedEvent.FileComment - Class in com.github.seratch.jslack.api.model.event
Deprecated.
 
FileCommentDeletedEvent - Class in com.github.seratch.jslack.api.model.event
Deprecated.
FileCommentDeletedEvent() - Constructor for class com.github.seratch.jslack.api.model.event.FileCommentDeletedEvent
Deprecated.
 
FileCommentDeletedEvent.File - Class in com.github.seratch.jslack.api.model.event
Deprecated.
 
FileCommentEditedEvent - Class in com.github.seratch.jslack.api.model.event
Deprecated.
FileCommentEditedEvent() - Constructor for class com.github.seratch.jslack.api.model.event.FileCommentEditedEvent
Deprecated.
 
FileCommentEditedEvent.File - Class in com.github.seratch.jslack.api.model.event
Deprecated.
 
FileCommentEditedEvent.FileComment - Class in com.github.seratch.jslack.api.model.event
Deprecated.
 
FileCreatedEvent - Class in com.github.seratch.jslack.api.model.event
The file_created event is sent to all connected clients for a user when that user uploads a file to Slack.
FileCreatedEvent() - Constructor for class com.github.seratch.jslack.api.model.event.FileCreatedEvent
 
FileCreatedEvent.File - Class in com.github.seratch.jslack.api.model.event
 
FileDeletedEvent - Class in com.github.seratch.jslack.api.model.event
The file_deleted event is sent to all connected clients for a workspace when a file is deleted.
FileDeletedEvent() - Constructor for class com.github.seratch.jslack.api.model.event.FileDeletedEvent
 
FilePublicEvent - Class in com.github.seratch.jslack.api.model.event
The file_public event is sent when a file is made public.
FilePublicEvent() - Constructor for class com.github.seratch.jslack.api.model.event.FilePublicEvent
 
FilePublicEvent.File - Class in com.github.seratch.jslack.api.model.event
 
FileSharedEvent - Class in com.github.seratch.jslack.api.model.event
The file_shared event is sent when a file is shared.
FileSharedEvent() - Constructor for class com.github.seratch.jslack.api.model.event.FileSharedEvent
 
FileSharedEvent.File - Class in com.github.seratch.jslack.api.model.event
 
FileUnsharedEvent - Class in com.github.seratch.jslack.api.model.event
The file_unshared event is sent when a file is unshared.
FileUnsharedEvent() - Constructor for class com.github.seratch.jslack.api.model.event.FileUnsharedEvent
 
FileUnsharedEvent.File - Class in com.github.seratch.jslack.api.model.event
 

G

getLabel() - Method in interface com.github.seratch.jslack.api.model.dialog.DialogElement
 
getName() - Method in interface com.github.seratch.jslack.api.model.dialog.DialogElement
 
getPlaceholder() - Method in interface com.github.seratch.jslack.api.model.dialog.DialogElement
 
getSubtype() - Method in interface com.github.seratch.jslack.api.model.event.Event
 
getType() - Method in interface com.github.seratch.jslack.api.model.block.element.RichTextElement
 
getType() - Method in interface com.github.seratch.jslack.api.model.block.LayoutBlock
Determines the type of layout block, e.g.
getType() - Method in interface com.github.seratch.jslack.api.model.dialog.DialogElement
 
getType() - Method in interface com.github.seratch.jslack.api.model.event.Event
 
getValue() - Method in interface com.github.seratch.jslack.api.model.dialog.DialogElement
 
GoodbyeEvent - Class in com.github.seratch.jslack.api.model.event
The file_unshared event is sent when a file is unshared.
GoodbyeEvent() - Constructor for class com.github.seratch.jslack.api.model.event.GoodbyeEvent
 
Grant() - Constructor for class com.github.seratch.jslack.api.model.event.ResourcesAddedEvent.Grant
 
Grant() - Constructor for class com.github.seratch.jslack.api.model.event.ResourcesRemovedEvent.Grant
 
GridMigrationFinishedEvent - Class in com.github.seratch.jslack.api.model.event
This Events API-only event is sent via subscription whenever your app is installed by completes migration to Enterprise Grid.
GridMigrationFinishedEvent() - Constructor for class com.github.seratch.jslack.api.model.event.GridMigrationFinishedEvent
 
GridMigrationStartedEvent - Class in com.github.seratch.jslack.api.model.event
This Events API-only event is sent via subscription whenever your app is installed by completes migration to Enterprise Grid.
GridMigrationStartedEvent() - Constructor for class com.github.seratch.jslack.api.model.event.GridMigrationStartedEvent
 
Group - Class in com.github.seratch.jslack.api.model
https://api.slack.com/types/group
Group() - Constructor for class com.github.seratch.jslack.api.model.Group
 
GroupArchiveEvent - Class in com.github.seratch.jslack.api.model.event
The group_archive event is sent to all connections for members of a private channel when that private channel is archived.
GroupArchiveEvent() - Constructor for class com.github.seratch.jslack.api.model.event.GroupArchiveEvent
 
GroupCloseEvent - Class in com.github.seratch.jslack.api.model.event
The group_close event is sent to all connections for a user when a private channel is closed by that user.
GroupCloseEvent() - Constructor for class com.github.seratch.jslack.api.model.event.GroupCloseEvent
 
GroupDeletedEvent - Class in com.github.seratch.jslack.api.model.event
The group_deleted event is sent to all members of a private channel when it is deleted.
GroupDeletedEvent() - Constructor for class com.github.seratch.jslack.api.model.event.GroupDeletedEvent
 
GroupHistoryChangedEvent - Class in com.github.seratch.jslack.api.model.event
A group_history_changed event is sent to all clients in a private channel when bulk changes have occurred to that group's history.
GroupHistoryChangedEvent() - Constructor for class com.github.seratch.jslack.api.model.event.GroupHistoryChangedEvent
 
GroupJoinedEvent - Class in com.github.seratch.jslack.api.model.event
The group_joined event is sent to all connections for a user when that user joins a private channel.
GroupJoinedEvent() - Constructor for class com.github.seratch.jslack.api.model.event.GroupJoinedEvent
 
GroupJoinedEvent.Channel - Class in com.github.seratch.jslack.api.model.event
 
GroupLeftEvent - Class in com.github.seratch.jslack.api.model.event
The group_left event is sent to all connections for a user when that user leaves a private channel.
GroupLeftEvent() - Constructor for class com.github.seratch.jslack.api.model.event.GroupLeftEvent
 
GroupMarkedEvent - Class in com.github.seratch.jslack.api.model.event
The group_marked event is sent to all open connections for a user when that user moves the read cursor in a private channel by calling the groups.mark API method.
GroupMarkedEvent() - Constructor for class com.github.seratch.jslack.api.model.event.GroupMarkedEvent
 
GroupOpenEvent - Class in com.github.seratch.jslack.api.model.event
The group_open event is sent to all connections for a user when a group Direct RTMMessage (or mpim) is opened by that user.
GroupOpenEvent() - Constructor for class com.github.seratch.jslack.api.model.event.GroupOpenEvent
 
GroupRenameEvent - Class in com.github.seratch.jslack.api.model.event
When a private channel is renamed, the group_rename event is sent to all connections for members of a private channel.
GroupRenameEvent() - Constructor for class com.github.seratch.jslack.api.model.event.GroupRenameEvent
 
GroupRenameEvent.Channel - Class in com.github.seratch.jslack.api.model.event
 
GroupUnarchiveEvent - Class in com.github.seratch.jslack.api.model.event
The group_unarchive event is sent to all connections for members of a private channel when that private channel is unarchived.
GroupUnarchiveEvent() - Constructor for class com.github.seratch.jslack.api.model.event.GroupUnarchiveEvent
 
GsonBlockElementFactory - Class in com.github.seratch.jslack.common.json
Factory for deserializing BlockKit 'block elements' (buttons, selects, images, menus) from a chat message response.
GsonBlockElementFactory() - Constructor for class com.github.seratch.jslack.common.json.GsonBlockElementFactory
 
GsonBlockElementFactory(boolean) - Constructor for class com.github.seratch.jslack.common.json.GsonBlockElementFactory
 
GsonContextBlockElementFactory - Class in com.github.seratch.jslack.common.json
Factory for deserializing BlockKit 'context block' elements from a chat message response.
GsonContextBlockElementFactory() - Constructor for class com.github.seratch.jslack.common.json.GsonContextBlockElementFactory
 
GsonContextBlockElementFactory(boolean) - Constructor for class com.github.seratch.jslack.common.json.GsonContextBlockElementFactory
 
GsonLayoutBlockFactory - Class in com.github.seratch.jslack.common.json
Factory for deserializing BlockKit elements from a chat message response.
GsonLayoutBlockFactory() - Constructor for class com.github.seratch.jslack.common.json.GsonLayoutBlockFactory
 
GsonLayoutBlockFactory(boolean) - Constructor for class com.github.seratch.jslack.common.json.GsonLayoutBlockFactory
 
GsonRichTextElementFactory - Class in com.github.seratch.jslack.common.json
https://api.slack.com/changelog/2019-09-what-they-see-is-what-you-get-and-more-and-less
GsonRichTextElementFactory() - Constructor for class com.github.seratch.jslack.common.json.GsonRichTextElementFactory
 
GsonRichTextElementFactory(boolean) - Constructor for class com.github.seratch.jslack.common.json.GsonRichTextElementFactory
 
GsonTextObjectFactory - Class in com.github.seratch.jslack.common.json
Factory for deserializing BlockKit 'text object' elements from a chat message response.
GsonTextObjectFactory() - Constructor for class com.github.seratch.jslack.common.json.GsonTextObjectFactory
 
GsonTextObjectFactory(boolean) - Constructor for class com.github.seratch.jslack.common.json.GsonTextObjectFactory
 

H

HelloEvent - Class in com.github.seratch.jslack.api.model.event
The hello event is sent when a connection is opened to the message server.
HelloEvent() - Constructor for class com.github.seratch.jslack.api.model.event.HelloEvent
 

I

Icons() - Constructor for class com.github.seratch.jslack.api.model.BotProfile.Icons
 
Icons() - Constructor for class com.github.seratch.jslack.api.model.Message.Icons
 
Im - Class in com.github.seratch.jslack.api.model
https://api.slack.com/types/im
Im() - Constructor for class com.github.seratch.jslack.api.model.Im
 
image(ModelConfigurator<com.github.seratch.jslack.api.model.block.ImageBlock.ImageBlockBuilder>) - Static method in class com.github.seratch.jslack.api.model.block.Blocks
 
image(ModelConfigurator<com.github.seratch.jslack.api.model.block.element.ImageElement.ImageElementBuilder>) - Static method in class com.github.seratch.jslack.api.model.block.element.BlockElements
 
ImageBlock - Class in com.github.seratch.jslack.api.model.block
https://api.slack.com/reference/messaging/blocks#image
ImageBlock() - Constructor for class com.github.seratch.jslack.api.model.block.ImageBlock
 
ImageElement - Class in com.github.seratch.jslack.api.model.block.element
https://api.slack.com/reference/block-kit/block-elements#image
ImageElement() - Constructor for class com.github.seratch.jslack.api.model.block.element.ImageElement
 
ImCloseEvent - Class in com.github.seratch.jslack.api.model.event
The im_close event is sent to all connections for a user when a direct message channel is closed by that user.
ImCloseEvent() - Constructor for class com.github.seratch.jslack.api.model.event.ImCloseEvent
 
ImCreatedEvent - Class in com.github.seratch.jslack.api.model.event
The im_created event is sent to all connections for a user when a new direct message channel is created that they are a member of.
ImCreatedEvent() - Constructor for class com.github.seratch.jslack.api.model.event.ImCreatedEvent
 
ImCreatedEvent.Channel - Class in com.github.seratch.jslack.api.model.event
 
ImHistoryChangedEvent - Class in com.github.seratch.jslack.api.model.event
A im_history_changed event is sent to all clients in a DM channel When bulk changes have occurred to that DM channel's history.
ImHistoryChangedEvent() - Constructor for class com.github.seratch.jslack.api.model.event.ImHistoryChangedEvent
 
ImMarkedEvent - Class in com.github.seratch.jslack.api.model.event
The im_marked event is sent to all open connections for a user when that user moves the read cursor in a direct message channel by calling the im.mark API method.
ImMarkedEvent() - Constructor for class com.github.seratch.jslack.api.model.event.ImMarkedEvent
 
ImOpenEvent - Class in com.github.seratch.jslack.api.model.event
The im_open event is sent to all connections for a user when a direct message channel is opened by that user.
ImOpenEvent() - Constructor for class com.github.seratch.jslack.api.model.event.ImOpenEvent
 
input(ModelConfigurator<com.github.seratch.jslack.api.model.block.InputBlock.InputBlockBuilder>) - Static method in class com.github.seratch.jslack.api.model.block.Blocks
 
InputBlock - Class in com.github.seratch.jslack.api.model.block
https://api.slack.com/reference/messaging/blocks#input
InputBlock() - Constructor for class com.github.seratch.jslack.api.model.block.InputBlock
 
IntegrationLog - Class in com.github.seratch.jslack.api.model
 
IntegrationLog() - Constructor for class com.github.seratch.jslack.api.model.IntegrationLog
 
isAppUnfurl() - Method in class com.github.seratch.jslack.api.model.Attachment
 
isIndent() - Method in class com.github.seratch.jslack.api.model.Attachment
 
isMsgUnfurl() - Method in class com.github.seratch.jslack.api.model.Attachment
 
isOptional() - Method in interface com.github.seratch.jslack.api.model.dialog.DialogElement
 
isProtected() - Method in class com.github.seratch.jslack.api.model.Team.ProfileOptions
 
isPublic() - Method in class com.github.seratch.jslack.api.model.File
 
isPublic() - Method in class com.github.seratch.jslack.api.model.MatchedItem
 
isPublic() - Method in class com.github.seratch.jslack.api.model.Message.MessageItem
 
isReplyUnfurl() - Method in class com.github.seratch.jslack.api.model.Attachment
 
isThreadRootUnfurl() - Method in class com.github.seratch.jslack.api.model.Attachment
 
Item() - Constructor for class com.github.seratch.jslack.api.model.event.PinAddedEvent.Item
 
Item() - Constructor for class com.github.seratch.jslack.api.model.event.PinRemovedEvent.Item
 
Item() - Constructor for class com.github.seratch.jslack.api.model.event.ReactionAddedEvent.Item
 
Item() - Constructor for class com.github.seratch.jslack.api.model.event.ReactionRemovedEvent.Item
 
Item() - Constructor for class com.github.seratch.jslack.api.model.event.StarAddedEvent.Item
 
Item() - Constructor for class com.github.seratch.jslack.api.model.event.StarRemovedEvent.Item
 

L

Latest - Class in com.github.seratch.jslack.api.model
 
Latest() - Constructor for class com.github.seratch.jslack.api.model.Latest
 
Latest.Edited - Class in com.github.seratch.jslack.api.model
 
LayoutBlock - Interface in com.github.seratch.jslack.api.model.block
Block Kit is a new UI framework that offers you more control and flexibility when building messages for Slack.
Link() - Constructor for class com.github.seratch.jslack.api.model.block.element.RichTextSectionElement.Link
 
Link() - Constructor for class com.github.seratch.jslack.api.model.event.LinkSharedEvent.Link
 
LinkSharedEvent - Class in com.github.seratch.jslack.api.model.event
The thread_ts field only appears when the link was shared within a message thread.
LinkSharedEvent() - Constructor for class com.github.seratch.jslack.api.model.event.LinkSharedEvent
 
LinkSharedEvent.Link - Class in com.github.seratch.jslack.api.model.event
 
Login - Class in com.github.seratch.jslack.api.model
 
Login() - Constructor for class com.github.seratch.jslack.api.model.Login
 

M

ManualPresenceChangeEvent - Class in com.github.seratch.jslack.api.model.event
The manual_presence_change event is sent to all connections for a user when that user manually updates their presence.
ManualPresenceChangeEvent() - Constructor for class com.github.seratch.jslack.api.model.event.ManualPresenceChangeEvent
 
markdownText(ModelConfigurator<com.github.seratch.jslack.api.model.block.composition.MarkdownTextObject.MarkdownTextObjectBuilder>) - Static method in class com.github.seratch.jslack.api.model.block.composition.BlockCompositions
 
markdownText(String) - Static method in class com.github.seratch.jslack.api.model.block.composition.BlockCompositions
 
MarkdownTextObject - Class in com.github.seratch.jslack.api.model.block.composition
https://api.slack.com/reference/messaging/composition-objects#text
MarkdownTextObject() - Constructor for class com.github.seratch.jslack.api.model.block.composition.MarkdownTextObject
 
MatchedItem - Class in com.github.seratch.jslack.api.model
 
MatchedItem() - Constructor for class com.github.seratch.jslack.api.model.MatchedItem
 
MatchedItem.Address - Class in com.github.seratch.jslack.api.model
 
MatchedItem.OtherItem - Class in com.github.seratch.jslack.api.model
 
maxLength - Variable in class com.github.seratch.jslack.api.model.dialog.DialogTextAreaElement
Maximum input length allowed for element.
maxLength - Variable in class com.github.seratch.jslack.api.model.dialog.DialogTextElement
Maximum input length allowed for element.
MemberJoinedChannelEvent - Class in com.github.seratch.jslack.api.model.event
The member_joined_channel event is sent to all WebSocket connections and event subscriptions when users join public or private channels.
MemberJoinedChannelEvent() - Constructor for class com.github.seratch.jslack.api.model.event.MemberJoinedChannelEvent
 
MemberLeftChannelEvent - Class in com.github.seratch.jslack.api.model.event
The member_left_channel event is sent to all websocket connections and event subscriptions when users leave public or private channels.
MemberLeftChannelEvent() - Constructor for class com.github.seratch.jslack.api.model.event.MemberLeftChannelEvent
 
Message() - Constructor for class com.github.seratch.jslack.api.model.event.MessageChangedEvent.Message
 
Message() - Constructor for class com.github.seratch.jslack.api.model.event.MessageDeletedEvent.Message
 
Message() - Constructor for class com.github.seratch.jslack.api.model.event.PinAddedEvent.Message
 
Message() - Constructor for class com.github.seratch.jslack.api.model.event.PinRemovedEvent.Message
 
Message() - Constructor for class com.github.seratch.jslack.api.model.event.StarAddedEvent.Message
 
Message() - Constructor for class com.github.seratch.jslack.api.model.event.StarRemovedEvent.Message
 
Message - Class in com.github.seratch.jslack.api.model
 
Message() - Constructor for class com.github.seratch.jslack.api.model.Message
 
Message.Edited - Class in com.github.seratch.jslack.api.model
 
Message.Icons - Class in com.github.seratch.jslack.api.model
 
Message.MessageItem - Class in com.github.seratch.jslack.api.model
 
Message.MessageRoot - Class in com.github.seratch.jslack.api.model
The root message information of a "thread_broadcast" message.
Message.MessageRootReply - Class in com.github.seratch.jslack.api.model
A reply message information in a MessageRoot.
MessageBotEvent - Class in com.github.seratch.jslack.api.model.event
https://api.slack.com/events/message/bot_message
MessageBotEvent() - Constructor for class com.github.seratch.jslack.api.model.event.MessageBotEvent
 
MessageChangedEvent - Class in com.github.seratch.jslack.api.model.event
https://api.slack.com/events/message/message_changed
MessageChangedEvent() - Constructor for class com.github.seratch.jslack.api.model.event.MessageChangedEvent
 
MessageChangedEvent.Edited - Class in com.github.seratch.jslack.api.model.event
 
MessageChangedEvent.Message - Class in com.github.seratch.jslack.api.model.event
 
MessageDeletedEvent - Class in com.github.seratch.jslack.api.model.event
https://api.slack.com/events/message/message_deleted
MessageDeletedEvent() - Constructor for class com.github.seratch.jslack.api.model.event.MessageDeletedEvent
 
MessageDeletedEvent.Edited - Class in com.github.seratch.jslack.api.model.event
 
MessageDeletedEvent.Message - Class in com.github.seratch.jslack.api.model.event
 
MessageEkmAccessDeniedEvent - Class in com.github.seratch.jslack.api.model.event
https://api.slack.com/events/message/ekm_access_denied
MessageEkmAccessDeniedEvent() - Constructor for class com.github.seratch.jslack.api.model.event.MessageEkmAccessDeniedEvent
 
MessageEvent - Class in com.github.seratch.jslack.api.model.event
A message is delivered from several sources:
MessageEvent() - Constructor for class com.github.seratch.jslack.api.model.event.MessageEvent
 
MessageEvent.Edited - Class in com.github.seratch.jslack.api.model.event
 
MessageItem() - Constructor for class com.github.seratch.jslack.api.model.Message.MessageItem
 
MessageItem - Class in com.github.seratch.jslack.api.model
Deprecated.
MessageItem() - Constructor for class com.github.seratch.jslack.api.model.MessageItem
Deprecated.
 
MessageMeEvent - Class in com.github.seratch.jslack.api.model.event
https://api.slack.com/events/message/me_message
MessageMeEvent() - Constructor for class com.github.seratch.jslack.api.model.event.MessageMeEvent
 
MessageRoot() - Constructor for class com.github.seratch.jslack.api.model.Message.MessageRoot
 
MessageRootReply() - Constructor for class com.github.seratch.jslack.api.model.Message.MessageRootReply
 
MessageThreadBroadcastEvent - Class in com.github.seratch.jslack.api.model.event
https://api.slack.com/events/message/thread_broadcast
MessageThreadBroadcastEvent() - Constructor for class com.github.seratch.jslack.api.model.event.MessageThreadBroadcastEvent
 
ModelConfigurator<Builder> - Interface in com.github.seratch.jslack.api.model
 
multiChannelsSelect(ModelConfigurator<com.github.seratch.jslack.api.model.block.element.MultiChannelsSelectElement.MultiChannelsSelectElementBuilder>) - Static method in class com.github.seratch.jslack.api.model.block.element.BlockElements
 
MultiChannelsSelectElement - Class in com.github.seratch.jslack.api.model.block.element
https://api.slack.com/reference/block-kit/block-elements#channel_multi_select
MultiChannelsSelectElement() - Constructor for class com.github.seratch.jslack.api.model.block.element.MultiChannelsSelectElement
 
multiConversationsSelect(ModelConfigurator<com.github.seratch.jslack.api.model.block.element.MultiConversationsSelectElement.MultiConversationsSelectElementBuilder>) - Static method in class com.github.seratch.jslack.api.model.block.element.BlockElements
 
MultiConversationsSelectElement - Class in com.github.seratch.jslack.api.model.block.element
https://api.slack.com/reference/block-kit/block-elements#conversation_multi_select
MultiConversationsSelectElement() - Constructor for class com.github.seratch.jslack.api.model.block.element.MultiConversationsSelectElement
 
multiExternalSelect(ModelConfigurator<com.github.seratch.jslack.api.model.block.element.MultiExternalSelectElement.MultiExternalSelectElementBuilder>) - Static method in class com.github.seratch.jslack.api.model.block.element.BlockElements
 
MultiExternalSelectElement - Class in com.github.seratch.jslack.api.model.block.element
https://api.slack.com/reference/block-kit/block-elements#external_multi_select
MultiExternalSelectElement() - Constructor for class com.github.seratch.jslack.api.model.block.element.MultiExternalSelectElement
 
multiStaticSelect(ModelConfigurator<com.github.seratch.jslack.api.model.block.element.MultiStaticSelectElement.MultiStaticSelectElementBuilder>) - Static method in class com.github.seratch.jslack.api.model.block.element.BlockElements
 
MultiStaticSelectElement - Class in com.github.seratch.jslack.api.model.block.element
https://api.slack.com/reference/block-kit/block-elements#multi_select
MultiStaticSelectElement() - Constructor for class com.github.seratch.jslack.api.model.block.element.MultiStaticSelectElement
 
multiUsersSelect(ModelConfigurator<com.github.seratch.jslack.api.model.block.element.MultiUsersSelectElement.MultiUsersSelectElementBuilder>) - Static method in class com.github.seratch.jslack.api.model.block.element.BlockElements
 
MultiUsersSelectElement - Class in com.github.seratch.jslack.api.model.block.element
https://api.slack.com/reference/block-kit/block-elements#users_multi_select
MultiUsersSelectElement() - Constructor for class com.github.seratch.jslack.api.model.block.element.MultiUsersSelectElement
 

O

OKAY - Static variable in class com.github.seratch.jslack.api.model.Confirmation
 
Option() - Constructor for class com.github.seratch.jslack.api.model.Action.Option
 
option(ModelConfigurator<com.github.seratch.jslack.api.model.Action.Option.OptionBuilder>) - Static method in class com.github.seratch.jslack.api.model.Attachments
 
option(ModelConfigurator<com.github.seratch.jslack.api.model.block.composition.OptionObject.OptionObjectBuilder>) - Static method in class com.github.seratch.jslack.api.model.block.composition.BlockCompositions
 
option(PlainTextObject, String) - Static method in class com.github.seratch.jslack.api.model.block.composition.BlockCompositions
 
Option - Class in com.github.seratch.jslack.api.model
 
Option() - Constructor for class com.github.seratch.jslack.api.model.Option
 
OptionGroup() - Constructor for class com.github.seratch.jslack.api.model.Action.OptionGroup
 
optionGroup(ModelConfigurator<com.github.seratch.jslack.api.model.Action.OptionGroup.OptionGroupBuilder>) - Static method in class com.github.seratch.jslack.api.model.Attachments
 
optionGroup(ModelConfigurator<com.github.seratch.jslack.api.model.block.composition.OptionGroupObject.OptionGroupObjectBuilder>) - Static method in class com.github.seratch.jslack.api.model.block.composition.BlockCompositions
 
OptionGroupObject - Class in com.github.seratch.jslack.api.model.block.composition
https://api.slack.com/reference/messaging/composition-objects#option-group
OptionGroupObject() - Constructor for class com.github.seratch.jslack.api.model.block.composition.OptionGroupObject
 
OptionObject - Class in com.github.seratch.jslack.api.model.block.composition
https://api.slack.com/reference/messaging/composition-objects#option
OptionObject() - Constructor for class com.github.seratch.jslack.api.model.block.composition.OptionObject
 
OtherItem() - Constructor for class com.github.seratch.jslack.api.model.MatchedItem.OtherItem
 
overflowMenu(ModelConfigurator<com.github.seratch.jslack.api.model.block.element.OverflowMenuElement.OverflowMenuElementBuilder>) - Static method in class com.github.seratch.jslack.api.model.block.element.BlockElements
 
OverflowMenuElement - Class in com.github.seratch.jslack.api.model.block.element
https://api.slack.com/reference/block-kit/block-elements#overflow
OverflowMenuElement() - Constructor for class com.github.seratch.jslack.api.model.block.element.OverflowMenuElement
 

P

Pagination() - Constructor for class com.github.seratch.jslack.api.model.SearchResult.Pagination
 
Paging - Class in com.github.seratch.jslack.api.model
 
Paging() - Constructor for class com.github.seratch.jslack.api.model.Paging
 
Payload - Class in com.github.seratch.jslack.api.webhook
https://api.slack.com/incoming-webhooks
Payload() - Constructor for class com.github.seratch.jslack.api.webhook.Payload
 
payload(ModelConfigurator<com.github.seratch.jslack.api.webhook.Payload.PayloadBuilder>) - Static method in class com.github.seratch.jslack.api.webhook.WebhookPayloads
 
PinAddedEvent - Class in com.github.seratch.jslack.api.model.event
When an item is pinned in a channel, the pin_added event is sent to all members of that channel.
PinAddedEvent() - Constructor for class com.github.seratch.jslack.api.model.event.PinAddedEvent
 
PinAddedEvent.Item - Class in com.github.seratch.jslack.api.model.event
 
PinAddedEvent.Message - Class in com.github.seratch.jslack.api.model.event
 
PinnedInfo() - Constructor for class com.github.seratch.jslack.api.model.File.PinnedInfo
 
PinRemovedEvent - Class in com.github.seratch.jslack.api.model.event
When an item is un-pinned from a channel, the pin_removed event is sent to all members of that channel.
PinRemovedEvent() - Constructor for class com.github.seratch.jslack.api.model.event.PinRemovedEvent
 
PinRemovedEvent.Item - Class in com.github.seratch.jslack.api.model.event
 
PinRemovedEvent.Message - Class in com.github.seratch.jslack.api.model.event
 
plainText(ModelConfigurator<com.github.seratch.jslack.api.model.block.composition.PlainTextObject.PlainTextObjectBuilder>) - Static method in class com.github.seratch.jslack.api.model.block.composition.BlockCompositions
 
plainText(String) - Static method in class com.github.seratch.jslack.api.model.block.composition.BlockCompositions
 
plainText(String, boolean) - Static method in class com.github.seratch.jslack.api.model.block.composition.BlockCompositions
 
plainTextInput(ModelConfigurator<com.github.seratch.jslack.api.model.block.element.PlainTextInputElement.PlainTextInputElementBuilder>) - Static method in class com.github.seratch.jslack.api.model.block.element.BlockElements
 
PlainTextInputElement - Class in com.github.seratch.jslack.api.model.block.element
https://api.slack.com/reference/block-kit/block-elements#input
PlainTextInputElement() - Constructor for class com.github.seratch.jslack.api.model.block.element.PlainTextInputElement
 
PlainTextObject - Class in com.github.seratch.jslack.api.model.block.composition
https://api.slack.com/reference/messaging/composition-objects#text
PlainTextObject() - Constructor for class com.github.seratch.jslack.api.model.block.composition.PlainTextObject
 
PrefChangeEvent - Class in com.github.seratch.jslack.api.model.event
The pref_change event is sent to all connections for a user when a user preference is changed.
PrefChangeEvent() - Constructor for class com.github.seratch.jslack.api.model.event.PrefChangeEvent
 
Prefs() - Constructor for class com.github.seratch.jslack.api.model.event.SubteamCreatedEvent.Prefs
 
Prefs() - Constructor for class com.github.seratch.jslack.api.model.event.SubteamUpdatedEvent.Prefs
 
Prefs() - Constructor for class com.github.seratch.jslack.api.model.Usergroup.Prefs
 
PresenceChangeEvent - Class in com.github.seratch.jslack.api.model.event
The presence_change event is sent to connections for a workspace when a user changes presence status and the app has subscribed using presence_sub.
PresenceChangeEvent() - Constructor for class com.github.seratch.jslack.api.model.event.PresenceChangeEvent
 
PreviousResolution() - Constructor for class com.github.seratch.jslack.api.model.admin.AppRequest.PreviousResolution
 
Profile() - Constructor for class com.github.seratch.jslack.api.model.event.TeamProfileChangeEvent.Profile
 
Profile() - Constructor for class com.github.seratch.jslack.api.model.event.TeamProfileDeleteEvent.Profile
 
Profile() - Constructor for class com.github.seratch.jslack.api.model.event.TeamProfileReorderEvent.Profile
 
Profile() - Constructor for class com.github.seratch.jslack.api.model.Team.Profile
 
Profile() - Constructor for class com.github.seratch.jslack.api.model.User.Profile
 
ProfileOptions() - Constructor for class com.github.seratch.jslack.api.model.Team.ProfileOptions
 
Purpose - Class in com.github.seratch.jslack.api.model
 
Purpose() - Constructor for class com.github.seratch.jslack.api.model.Purpose
 

R

radioButtons(ModelConfigurator<com.github.seratch.jslack.api.model.block.element.RadioButtonsElement.RadioButtonsElementBuilder>) - Static method in class com.github.seratch.jslack.api.model.block.element.BlockElements
 
RadioButtonsElement - Class in com.github.seratch.jslack.api.model.block.element
https://api.slack.com/reference/block-kit/block-elements#radio
RadioButtonsElement() - Constructor for class com.github.seratch.jslack.api.model.block.element.RadioButtonsElement
 
Reaction - Class in com.github.seratch.jslack.api.model
https://api.slack.com/methods/reactions.get
Reaction() - Constructor for class com.github.seratch.jslack.api.model.Reaction
 
ReactionAddedEvent - Class in com.github.seratch.jslack.api.model.event
When a reaction is added to an item the reaction_added event is sent to all connected clients for users who can see the content that was reacted to.
ReactionAddedEvent() - Constructor for class com.github.seratch.jslack.api.model.event.ReactionAddedEvent
 
ReactionAddedEvent.Item - Class in com.github.seratch.jslack.api.model.event
 
ReactionRemovedEvent - Class in com.github.seratch.jslack.api.model.event
When a reaction is removed from an item the reaction_removed event is sent to all connected clients for users who can see the content that had the reaction.
ReactionRemovedEvent() - Constructor for class com.github.seratch.jslack.api.model.event.ReactionRemovedEvent
 
ReactionRemovedEvent.Item - Class in com.github.seratch.jslack.api.model.event
 
ReconnectUrlEvent - Class in com.github.seratch.jslack.api.model.event
The reconnect_url event is currently unsupported and experimental.
ReconnectUrlEvent() - Constructor for class com.github.seratch.jslack.api.model.event.ReconnectUrlEvent
 
Reminder - Class in com.github.seratch.jslack.api.model
https://api.slack.com/methods/reminders.add
Reminder() - Constructor for class com.github.seratch.jslack.api.model.Reminder
 
Resource() - Constructor for class com.github.seratch.jslack.api.model.event.ResourcesAddedEvent.Resource
 
Resource() - Constructor for class com.github.seratch.jslack.api.model.event.ResourcesRemovedEvent.Resource
 
ResourceItem() - Constructor for class com.github.seratch.jslack.api.model.event.ResourcesAddedEvent.ResourceItem
 
ResourceItem() - Constructor for class com.github.seratch.jslack.api.model.event.ResourcesRemovedEvent.ResourceItem
 
ResourcesAddedEvent - Class in com.github.seratch.jslack.api.model.event
Subscribe to this event to receive deliveries as users install your Slack app, add your app to channels and conversations, or approve your app for additional permissions and resources.
ResourcesAddedEvent() - Constructor for class com.github.seratch.jslack.api.model.event.ResourcesAddedEvent
 
ResourcesAddedEvent.Grant - Class in com.github.seratch.jslack.api.model.event
 
ResourcesAddedEvent.Resource - Class in com.github.seratch.jslack.api.model.event
 
ResourcesAddedEvent.ResourceItem - Class in com.github.seratch.jslack.api.model.event
 
ResourcesRemovedEvent - Class in com.github.seratch.jslack.api.model.event
Subscribe to this event to receive deliveries as users uninstall your Slack app and remove your app to channels & conversations.
ResourcesRemovedEvent() - Constructor for class com.github.seratch.jslack.api.model.event.ResourcesRemovedEvent
 
ResourcesRemovedEvent.Grant - Class in com.github.seratch.jslack.api.model.event
 
ResourcesRemovedEvent.Resource - Class in com.github.seratch.jslack.api.model.event
 
ResourcesRemovedEvent.ResourceItem - Class in com.github.seratch.jslack.api.model.event
 
ResponseMetadata - Class in com.github.seratch.jslack.api.model
An attribute included within the response of the newest Slack APIs which contains a next_cursor value.
ResponseMetadata() - Constructor for class com.github.seratch.jslack.api.model.ResponseMetadata
 
RestrictedApp - Class in com.github.seratch.jslack.api.model.admin
 
RestrictedApp() - Constructor for class com.github.seratch.jslack.api.model.admin.RestrictedApp
 
RestrictedApp.Actor - Class in com.github.seratch.jslack.api.model.admin
 
richText(ModelConfigurator<com.github.seratch.jslack.api.model.block.RichTextBlock.RichTextBlockBuilder>) - Static method in class com.github.seratch.jslack.api.model.block.Blocks
 
RichTextBlock - Class in com.github.seratch.jslack.api.model.block
https://api.slack.com/changelog/2019-09-what-they-see-is-what-you-get-and-more-and-less
RichTextBlock() - Constructor for class com.github.seratch.jslack.api.model.block.RichTextBlock
 
RichTextElement - Interface in com.github.seratch.jslack.api.model.block.element
{ "type": "rich_text", "block_id": "", "elements": [ { "type": "rich_text_section", "elements": [] }, { "type": "rich_text_list", "elements": [], "style": "bullet", "indent": 0 }, { "type": "rich_text_quote", "elements": [] }, { "type": "rich_text_preformatted", "elements": [] } ] }
richTextList(ModelConfigurator<com.github.seratch.jslack.api.model.block.element.RichTextListElement.RichTextListElementBuilder>) - Static method in class com.github.seratch.jslack.api.model.block.element.BlockElements
 
RichTextListElement - Class in com.github.seratch.jslack.api.model.block.element
https://api.slack.com/changelog/2019-09-what-they-see-is-what-you-get-and-more-and-less
RichTextListElement() - Constructor for class com.github.seratch.jslack.api.model.block.element.RichTextListElement
 
richTextPreformatted(ModelConfigurator<com.github.seratch.jslack.api.model.block.element.RichTextPreformattedElement.RichTextPreformattedElementBuilder>) - Static method in class com.github.seratch.jslack.api.model.block.element.BlockElements
 
RichTextPreformattedElement - Class in com.github.seratch.jslack.api.model.block.element
https://api.slack.com/changelog/2019-09-what-they-see-is-what-you-get-and-more-and-less
RichTextPreformattedElement() - Constructor for class com.github.seratch.jslack.api.model.block.element.RichTextPreformattedElement
 
richTextQuote(ModelConfigurator<com.github.seratch.jslack.api.model.block.element.RichTextQuoteElement.RichTextQuoteElementBuilder>) - Static method in class com.github.seratch.jslack.api.model.block.element.BlockElements
 
RichTextQuoteElement - Class in com.github.seratch.jslack.api.model.block.element
https://api.slack.com/changelog/2019-09-what-they-see-is-what-you-get-and-more-and-less
RichTextQuoteElement() - Constructor for class com.github.seratch.jslack.api.model.block.element.RichTextQuoteElement
 
richTextSection(ModelConfigurator<com.github.seratch.jslack.api.model.block.element.RichTextSectionElement.RichTextSectionElementBuilder>) - Static method in class com.github.seratch.jslack.api.model.block.element.BlockElements
 
RichTextSectionElement - Class in com.github.seratch.jslack.api.model.block.element
https://api.slack.com/changelog/2019-09-what-they-see-is-what-you-get-and-more-and-less
RichTextSectionElement() - Constructor for class com.github.seratch.jslack.api.model.block.element.RichTextSectionElement
 
RichTextSectionElement.Broadcast - Class in com.github.seratch.jslack.api.model.block.element
 
RichTextSectionElement.Channel - Class in com.github.seratch.jslack.api.model.block.element
 
RichTextSectionElement.Color - Class in com.github.seratch.jslack.api.model.block.element
 
RichTextSectionElement.Date - Class in com.github.seratch.jslack.api.model.block.element
 
RichTextSectionElement.Emoji - Class in com.github.seratch.jslack.api.model.block.element
 
RichTextSectionElement.Link - Class in com.github.seratch.jslack.api.model.block.element
 
RichTextSectionElement.Team - Class in com.github.seratch.jslack.api.model.block.element
 
RichTextSectionElement.Text - Class in com.github.seratch.jslack.api.model.block.element
 
RichTextSectionElement.TextStyle - Class in com.github.seratch.jslack.api.model.block.element
 
RichTextSectionElement.User - Class in com.github.seratch.jslack.api.model.block.element
 
RichTextSectionElement.UserGroup - Class in com.github.seratch.jslack.api.model.block.element
 
RichTextUnknownElement - Class in com.github.seratch.jslack.api.model.block.element
 
RichTextUnknownElement() - Constructor for class com.github.seratch.jslack.api.model.block.element.RichTextUnknownElement
 

S

ScopeDeniedEvent - Class in com.github.seratch.jslack.api.model.event
The inner event describes an array of scopes you requested but were denied access to.
ScopeDeniedEvent() - Constructor for class com.github.seratch.jslack.api.model.event.ScopeDeniedEvent
 
ScopeGrantedEvent - Class in com.github.seratch.jslack.api.model.event
 
ScopeGrantedEvent() - Constructor for class com.github.seratch.jslack.api.model.event.ScopeGrantedEvent
 
SearchResult - Class in com.github.seratch.jslack.api.model
 
SearchResult() - Constructor for class com.github.seratch.jslack.api.model.SearchResult
 
SearchResult.Pagination - Class in com.github.seratch.jslack.api.model
 
section(ModelConfigurator<com.github.seratch.jslack.api.model.block.SectionBlock.SectionBlockBuilder>) - Static method in class com.github.seratch.jslack.api.model.block.Blocks
 
SectionBlock - Class in com.github.seratch.jslack.api.model.block
https://api.slack.com/reference/messaging/blocks#section
SectionBlock() - Constructor for class com.github.seratch.jslack.api.model.block.SectionBlock
 
SelectedOption() - Constructor for class com.github.seratch.jslack.api.model.view.ViewState.SelectedOption
 
serialize(BlockElement, Type, JsonSerializationContext) - Method in class com.github.seratch.jslack.common.json.GsonBlockElementFactory
 
serialize(ContextBlockElement, Type, JsonSerializationContext) - Method in class com.github.seratch.jslack.common.json.GsonContextBlockElementFactory
 
serialize(LayoutBlock, Type, JsonSerializationContext) - Method in class com.github.seratch.jslack.common.json.GsonLayoutBlockFactory
 
serialize(RichTextElement, Type, JsonSerializationContext) - Method in class com.github.seratch.jslack.common.json.GsonRichTextElementFactory
 
serialize(TextObject, Type, JsonSerializationContext) - Method in class com.github.seratch.jslack.common.json.GsonTextObjectFactory
 
setAppUnfurl(Boolean) - Method in class com.github.seratch.jslack.api.model.Attachment
 
setIndent(Boolean) - Method in class com.github.seratch.jslack.api.model.Attachment
 
setLabel(String) - Method in interface com.github.seratch.jslack.api.model.dialog.DialogElement
 
setMsgUnfurl(Boolean) - Method in class com.github.seratch.jslack.api.model.Attachment
 
setName(String) - Method in interface com.github.seratch.jslack.api.model.dialog.DialogElement
 
setOptional(boolean) - Method in interface com.github.seratch.jslack.api.model.dialog.DialogElement
 
setPlaceholder(String) - Method in interface com.github.seratch.jslack.api.model.dialog.DialogElement
 
setProtected(boolean) - Method in class com.github.seratch.jslack.api.model.Team.ProfileOptions
 
setPublic(boolean) - Method in class com.github.seratch.jslack.api.model.File
 
setPublic(boolean) - Method in class com.github.seratch.jslack.api.model.MatchedItem
 
setPublic(boolean) - Method in class com.github.seratch.jslack.api.model.Message.MessageItem
 
setReplyUnfurl(Boolean) - Method in class com.github.seratch.jslack.api.model.Attachment
 
setThreadRootUnfurl(Boolean) - Method in class com.github.seratch.jslack.api.model.Attachment
 
setValue(String) - Method in interface com.github.seratch.jslack.api.model.dialog.DialogElement
 
ShareDetail() - Constructor for class com.github.seratch.jslack.api.model.File.ShareDetail
 
Shares() - Constructor for class com.github.seratch.jslack.api.model.File.Shares
 
StarAddedEvent - Class in com.github.seratch.jslack.api.model.event
When an item is starred, the star_added event is sent to all connected clients for the authenticated user who starred the item.
StarAddedEvent() - Constructor for class com.github.seratch.jslack.api.model.event.StarAddedEvent
 
StarAddedEvent.Item - Class in com.github.seratch.jslack.api.model.event
 
StarAddedEvent.Message - Class in com.github.seratch.jslack.api.model.event
 
StarRemovedEvent - Class in com.github.seratch.jslack.api.model.event
 
StarRemovedEvent() - Constructor for class com.github.seratch.jslack.api.model.event.StarRemovedEvent
 
StarRemovedEvent.Item - Class in com.github.seratch.jslack.api.model.event
 
StarRemovedEvent.Message - Class in com.github.seratch.jslack.api.model.event
 
staticSelect(ModelConfigurator<com.github.seratch.jslack.api.model.block.element.StaticSelectElement.StaticSelectElementBuilder>) - Static method in class com.github.seratch.jslack.api.model.block.element.BlockElements
 
StaticSelectElement - Class in com.github.seratch.jslack.api.model.block.element
https://api.slack.com/reference/messaging/block-elements#static-select
StaticSelectElement() - Constructor for class com.github.seratch.jslack.api.model.block.element.StaticSelectElement
 
Subteam() - Constructor for class com.github.seratch.jslack.api.model.event.SubteamCreatedEvent.Subteam
 
Subteam() - Constructor for class com.github.seratch.jslack.api.model.event.SubteamUpdatedEvent.Subteam
 
SubteamCreatedEvent - Class in com.github.seratch.jslack.api.model.event
The subteam_created event is sent to all connections for a workspace when a new User Group is created.
SubteamCreatedEvent() - Constructor for class com.github.seratch.jslack.api.model.event.SubteamCreatedEvent
 
SubteamCreatedEvent.Prefs - Class in com.github.seratch.jslack.api.model.event
 
SubteamCreatedEvent.Subteam - Class in com.github.seratch.jslack.api.model.event
 
SubteamMembersChangedEvent - Class in com.github.seratch.jslack.api.model.event
The subteam_members_changed event is sent to all connections for a workspace when users are added or removed from an existing User Group.
SubteamMembersChangedEvent() - Constructor for class com.github.seratch.jslack.api.model.event.SubteamMembersChangedEvent
 
SubteamSelfAddedEvent - Class in com.github.seratch.jslack.api.model.event
The subteam_self_added event is sent to you when you have been added to an existing User Group.
SubteamSelfAddedEvent() - Constructor for class com.github.seratch.jslack.api.model.event.SubteamSelfAddedEvent
 
SubteamSelfRemovedEvent - Class in com.github.seratch.jslack.api.model.event
The subteam_self_removed event is sent to you when you have been removed to an existing User Group.
SubteamSelfRemovedEvent() - Constructor for class com.github.seratch.jslack.api.model.event.SubteamSelfRemovedEvent
 
SubteamUpdatedEvent - Class in com.github.seratch.jslack.api.model.event
The subteam_updated event is sent to all connections for a workspace when an existing User Group is updated.
SubteamUpdatedEvent() - Constructor for class com.github.seratch.jslack.api.model.event.SubteamUpdatedEvent
 
SubteamUpdatedEvent.Prefs - Class in com.github.seratch.jslack.api.model.event
 
SubteamUpdatedEvent.Subteam - Class in com.github.seratch.jslack.api.model.event
 
SUBTYPE_NAME - Static variable in class com.github.seratch.jslack.api.model.event.MessageBotEvent
 
SUBTYPE_NAME - Static variable in class com.github.seratch.jslack.api.model.event.MessageChangedEvent
 
SUBTYPE_NAME - Static variable in class com.github.seratch.jslack.api.model.event.MessageDeletedEvent
 
SUBTYPE_NAME - Static variable in class com.github.seratch.jslack.api.model.event.MessageEkmAccessDeniedEvent
 
SUBTYPE_NAME - Static variable in class com.github.seratch.jslack.api.model.event.MessageMeEvent
 
SUBTYPE_NAME - Static variable in class com.github.seratch.jslack.api.model.event.MessageThreadBroadcastEvent
 

T

Team() - Constructor for class com.github.seratch.jslack.api.model.admin.AppRequest.Team
 
Team() - Constructor for class com.github.seratch.jslack.api.model.block.element.RichTextSectionElement.Team
 
Team - Class in com.github.seratch.jslack.api.model
 
Team() - Constructor for class com.github.seratch.jslack.api.model.Team
 
Team.Profile - Class in com.github.seratch.jslack.api.model
 
Team.ProfileOptions - Class in com.github.seratch.jslack.api.model
 
TeamDomainChangeEvent - Class in com.github.seratch.jslack.api.model.event
The team_domain_change event is sent to all connections for a workspace when the workspace domain changes.
TeamDomainChangeEvent() - Constructor for class com.github.seratch.jslack.api.model.event.TeamDomainChangeEvent
 
TeamIcon - Class in com.github.seratch.jslack.api.model
 
TeamIcon() - Constructor for class com.github.seratch.jslack.api.model.TeamIcon
 
TeamJoinEvent - Class in com.github.seratch.jslack.api.model.event
The team_join event is sent to all connections for a workspace when a new member joins.
TeamJoinEvent() - Constructor for class com.github.seratch.jslack.api.model.event.TeamJoinEvent
 
TeamMigrationStartedEvent - Class in com.github.seratch.jslack.api.model.event
The team_migration_started event is sent when a Slack workspace is about to be migrated between servers.
TeamMigrationStartedEvent() - Constructor for class com.github.seratch.jslack.api.model.event.TeamMigrationStartedEvent
 
TeamPlanChangeEvent - Class in com.github.seratch.jslack.api.model.event
The team_plan_change event is sent to all connections for a workspace when a the current billing plan is changed.
TeamPlanChangeEvent() - Constructor for class com.github.seratch.jslack.api.model.event.TeamPlanChangeEvent
 
TeamPrefChangeEvent - Class in com.github.seratch.jslack.api.model.event
The team_pref_change event is sent to all connections for a workspace when a preference is changed.
TeamPrefChangeEvent() - Constructor for class com.github.seratch.jslack.api.model.event.TeamPrefChangeEvent
 
TeamProfileChangeEvent - Class in com.github.seratch.jslack.api.model.event
The team_profile_change event is sent to all connections for a workspace when Workspace Admin updates the field definitions in the profile.
TeamProfileChangeEvent() - Constructor for class com.github.seratch.jslack.api.model.event.TeamProfileChangeEvent
 
TeamProfileChangeEvent.Field - Class in com.github.seratch.jslack.api.model.event
 
TeamProfileChangeEvent.Profile - Class in com.github.seratch.jslack.api.model.event
 
TeamProfileDeleteEvent - Class in com.github.seratch.jslack.api.model.event
The team_profile_delete event is sent to all connections for a workspace when Workspace Admin deletes field definitions from the profile.
TeamProfileDeleteEvent() - Constructor for class com.github.seratch.jslack.api.model.event.TeamProfileDeleteEvent
 
TeamProfileDeleteEvent.Field - Class in com.github.seratch.jslack.api.model.event
 
TeamProfileDeleteEvent.Profile - Class in com.github.seratch.jslack.api.model.event
 
TeamProfileReorderEvent - Class in com.github.seratch.jslack.api.model.event
The team_profile_reorder event is sent to all connections for a workspace when Workspace Admin reorders the field definitions in the profile.
TeamProfileReorderEvent() - Constructor for class com.github.seratch.jslack.api.model.event.TeamProfileReorderEvent
 
TeamProfileReorderEvent.Field - Class in com.github.seratch.jslack.api.model.event
 
TeamProfileReorderEvent.Profile - Class in com.github.seratch.jslack.api.model.event
 
TeamRenameEvent - Class in com.github.seratch.jslack.api.model.event
The team_rename event is sent to all connections for a workspace when an admin changes the workspace name.
TeamRenameEvent() - Constructor for class com.github.seratch.jslack.api.model.event.TeamRenameEvent
 
Text() - Constructor for class com.github.seratch.jslack.api.model.block.element.RichTextSectionElement.Text
 
TextObject - Class in com.github.seratch.jslack.api.model.block.composition
https://api.slack.com/reference/messaging/composition-objects#text
TextObject() - Constructor for class com.github.seratch.jslack.api.model.block.composition.TextObject
 
TextStyle() - Constructor for class com.github.seratch.jslack.api.model.block.element.RichTextSectionElement.TextStyle
 
ThreadInfo - Class in com.github.seratch.jslack.api.model
 
ThreadInfo() - Constructor for class com.github.seratch.jslack.api.model.ThreadInfo
 
Tokens() - Constructor for class com.github.seratch.jslack.api.model.event.TokensRevokedEvent.Tokens
 
TokensRevokedEvent - Class in com.github.seratch.jslack.api.model.event
When your app's API tokens are revoked, the tokens_revoked event is sent via the Events API to your app if it is subscribed.
TokensRevokedEvent() - Constructor for class com.github.seratch.jslack.api.model.event.TokensRevokedEvent
 
TokensRevokedEvent.Tokens - Class in com.github.seratch.jslack.api.model.event
 
Topic - Class in com.github.seratch.jslack.api.model
 
Topic() - Constructor for class com.github.seratch.jslack.api.model.Topic
 
TYPE - Static variable in class com.github.seratch.jslack.api.model.block.ActionsBlock
 
TYPE - Static variable in class com.github.seratch.jslack.api.model.block.composition.MarkdownTextObject
 
TYPE - Static variable in class com.github.seratch.jslack.api.model.block.composition.PlainTextObject
 
TYPE - Static variable in class com.github.seratch.jslack.api.model.block.ContextBlock
 
TYPE - Static variable in class com.github.seratch.jslack.api.model.block.DividerBlock
 
TYPE - Static variable in class com.github.seratch.jslack.api.model.block.element.ButtonElement
 
TYPE - Static variable in class com.github.seratch.jslack.api.model.block.element.ChannelsSelectElement
 
TYPE - Static variable in class com.github.seratch.jslack.api.model.block.element.CheckboxesElement
 
TYPE - Static variable in class com.github.seratch.jslack.api.model.block.element.ConversationsSelectElement
 
TYPE - Static variable in class com.github.seratch.jslack.api.model.block.element.DatePickerElement
 
TYPE - Static variable in class com.github.seratch.jslack.api.model.block.element.ExternalSelectElement
 
TYPE - Static variable in class com.github.seratch.jslack.api.model.block.element.ImageElement
 
TYPE - Static variable in class com.github.seratch.jslack.api.model.block.element.MultiChannelsSelectElement
 
TYPE - Static variable in class com.github.seratch.jslack.api.model.block.element.MultiConversationsSelectElement
 
TYPE - Static variable in class com.github.seratch.jslack.api.model.block.element.MultiExternalSelectElement
 
TYPE - Static variable in class com.github.seratch.jslack.api.model.block.element.MultiStaticSelectElement
 
TYPE - Static variable in class com.github.seratch.jslack.api.model.block.element.MultiUsersSelectElement
 
TYPE - Static variable in class com.github.seratch.jslack.api.model.block.element.OverflowMenuElement
 
TYPE - Static variable in class com.github.seratch.jslack.api.model.block.element.PlainTextInputElement
 
TYPE - Static variable in class com.github.seratch.jslack.api.model.block.element.RadioButtonsElement
 
TYPE - Static variable in class com.github.seratch.jslack.api.model.block.element.RichTextListElement
 
TYPE - Static variable in class com.github.seratch.jslack.api.model.block.element.RichTextPreformattedElement
 
TYPE - Static variable in class com.github.seratch.jslack.api.model.block.element.RichTextQuoteElement
 
TYPE - Static variable in class com.github.seratch.jslack.api.model.block.element.RichTextSectionElement.Broadcast
 
TYPE - Static variable in class com.github.seratch.jslack.api.model.block.element.RichTextSectionElement.Channel
 
TYPE - Static variable in class com.github.seratch.jslack.api.model.block.element.RichTextSectionElement.Color
 
TYPE - Static variable in class com.github.seratch.jslack.api.model.block.element.RichTextSectionElement.Date
 
TYPE - Static variable in class com.github.seratch.jslack.api.model.block.element.RichTextSectionElement.Emoji
 
TYPE - Static variable in class com.github.seratch.jslack.api.model.block.element.RichTextSectionElement.Link
 
TYPE - Static variable in class com.github.seratch.jslack.api.model.block.element.RichTextSectionElement.Team
 
TYPE - Static variable in class com.github.seratch.jslack.api.model.block.element.RichTextSectionElement.Text
 
TYPE - Static variable in class com.github.seratch.jslack.api.model.block.element.RichTextSectionElement
 
TYPE - Static variable in class com.github.seratch.jslack.api.model.block.element.RichTextSectionElement.User
 
TYPE - Static variable in class com.github.seratch.jslack.api.model.block.element.RichTextSectionElement.UserGroup
 
TYPE - Static variable in class com.github.seratch.jslack.api.model.block.element.StaticSelectElement
 
TYPE - Static variable in class com.github.seratch.jslack.api.model.block.element.UsersSelectElement
 
TYPE - Static variable in class com.github.seratch.jslack.api.model.block.FileBlock
 
TYPE - Static variable in class com.github.seratch.jslack.api.model.block.ImageBlock
 
TYPE - Static variable in class com.github.seratch.jslack.api.model.block.InputBlock
 
TYPE - Static variable in class com.github.seratch.jslack.api.model.block.RichTextBlock
 
TYPE - Static variable in class com.github.seratch.jslack.api.model.block.SectionBlock
 
TYPE_NAME - Static variable in class com.github.seratch.jslack.api.model.event.AccountChangedEvent
 
TYPE_NAME - Static variable in class com.github.seratch.jslack.api.model.event.AppHomeOpenedEvent
 
TYPE_NAME - Static variable in class com.github.seratch.jslack.api.model.event.AppMentionEvent
 
TYPE_NAME - Static variable in class com.github.seratch.jslack.api.model.event.AppRateLimitedEvent
 
TYPE_NAME - Static variable in class com.github.seratch.jslack.api.model.event.AppRequestedEvent
 
TYPE_NAME - Static variable in class com.github.seratch.jslack.api.model.event.AppUninstalledEvent
 
TYPE_NAME - Static variable in class com.github.seratch.jslack.api.model.event.BotAddedEvent
 
TYPE_NAME - Static variable in class com.github.seratch.jslack.api.model.event.BotChangedEvent
 
TYPE_NAME - Static variable in class com.github.seratch.jslack.api.model.event.ChannelArchiveEvent
 
TYPE_NAME - Static variable in class com.github.seratch.jslack.api.model.event.ChannelCreatedEvent
 
TYPE_NAME - Static variable in class com.github.seratch.jslack.api.model.event.ChannelDeletedEvent
 
TYPE_NAME - Static variable in class com.github.seratch.jslack.api.model.event.ChannelHistoryChangedEvent
 
TYPE_NAME - Static variable in class com.github.seratch.jslack.api.model.event.ChannelJoinedEvent
 
TYPE_NAME - Static variable in class com.github.seratch.jslack.api.model.event.ChannelLeftEvent
 
TYPE_NAME - Static variable in class com.github.seratch.jslack.api.model.event.ChannelMarkedEvent
 
TYPE_NAME - Static variable in class com.github.seratch.jslack.api.model.event.ChannelRenameEvent
 
TYPE_NAME - Static variable in class com.github.seratch.jslack.api.model.event.ChannelSharedEvent
 
TYPE_NAME - Static variable in class com.github.seratch.jslack.api.model.event.ChannelUnarchiveEvent
 
TYPE_NAME - Static variable in class com.github.seratch.jslack.api.model.event.ChannelUnsharedEvent
 
TYPE_NAME - Static variable in class com.github.seratch.jslack.api.model.event.CommandsChangedEvent
 
TYPE_NAME - Static variable in class com.github.seratch.jslack.api.model.event.DndUpdatedEvent
 
TYPE_NAME - Static variable in class com.github.seratch.jslack.api.model.event.DndUpdatedUserEvent
 
TYPE_NAME - Static variable in class com.github.seratch.jslack.api.model.event.EmailDomainChangedEvent
 
TYPE_NAME - Static variable in class com.github.seratch.jslack.api.model.event.EmojiChangedEvent
 
TYPE_NAME - Static variable in class com.github.seratch.jslack.api.model.event.ErrorEvent
 
TYPE_NAME - Static variable in class com.github.seratch.jslack.api.model.event.FileChangeEvent
 
TYPE_NAME - Static variable in class com.github.seratch.jslack.api.model.event.FileCommentAddedEvent
Deprecated.
 
TYPE_NAME - Static variable in class com.github.seratch.jslack.api.model.event.FileCommentDeletedEvent
Deprecated.
 
TYPE_NAME - Static variable in class com.github.seratch.jslack.api.model.event.FileCommentEditedEvent
Deprecated.
 
TYPE_NAME - Static variable in class com.github.seratch.jslack.api.model.event.FileCreatedEvent
 
TYPE_NAME - Static variable in class com.github.seratch.jslack.api.model.event.FileDeletedEvent
 
TYPE_NAME - Static variable in class com.github.seratch.jslack.api.model.event.FilePublicEvent
 
TYPE_NAME - Static variable in class com.github.seratch.jslack.api.model.event.FileSharedEvent
 
TYPE_NAME - Static variable in class com.github.seratch.jslack.api.model.event.FileUnsharedEvent
 
TYPE_NAME - Static variable in class com.github.seratch.jslack.api.model.event.GoodbyeEvent
 
TYPE_NAME - Static variable in class com.github.seratch.jslack.api.model.event.GridMigrationFinishedEvent
 
TYPE_NAME - Static variable in class com.github.seratch.jslack.api.model.event.GridMigrationStartedEvent
 
TYPE_NAME - Static variable in class com.github.seratch.jslack.api.model.event.GroupArchiveEvent
 
TYPE_NAME - Static variable in class com.github.seratch.jslack.api.model.event.GroupCloseEvent
 
TYPE_NAME - Static variable in class com.github.seratch.jslack.api.model.event.GroupDeletedEvent
 
TYPE_NAME - Static variable in class com.github.seratch.jslack.api.model.event.GroupHistoryChangedEvent
 
TYPE_NAME - Static variable in class com.github.seratch.jslack.api.model.event.GroupJoinedEvent
 
TYPE_NAME - Static variable in class com.github.seratch.jslack.api.model.event.GroupLeftEvent
 
TYPE_NAME - Static variable in class com.github.seratch.jslack.api.model.event.GroupMarkedEvent
 
TYPE_NAME - Static variable in class com.github.seratch.jslack.api.model.event.GroupOpenEvent
 
TYPE_NAME - Static variable in class com.github.seratch.jslack.api.model.event.GroupRenameEvent
 
TYPE_NAME - Static variable in class com.github.seratch.jslack.api.model.event.GroupUnarchiveEvent
 
TYPE_NAME - Static variable in class com.github.seratch.jslack.api.model.event.HelloEvent
 
TYPE_NAME - Static variable in class com.github.seratch.jslack.api.model.event.ImCloseEvent
 
TYPE_NAME - Static variable in class com.github.seratch.jslack.api.model.event.ImCreatedEvent
 
TYPE_NAME - Static variable in class com.github.seratch.jslack.api.model.event.ImHistoryChangedEvent
 
TYPE_NAME - Static variable in class com.github.seratch.jslack.api.model.event.ImMarkedEvent
 
TYPE_NAME - Static variable in class com.github.seratch.jslack.api.model.event.ImOpenEvent
 
TYPE_NAME - Static variable in class com.github.seratch.jslack.api.model.event.LinkSharedEvent
 
TYPE_NAME - Static variable in class com.github.seratch.jslack.api.model.event.ManualPresenceChangeEvent
 
TYPE_NAME - Static variable in class com.github.seratch.jslack.api.model.event.MemberJoinedChannelEvent
 
TYPE_NAME - Static variable in class com.github.seratch.jslack.api.model.event.MemberLeftChannelEvent
 
TYPE_NAME - Static variable in class com.github.seratch.jslack.api.model.event.MessageBotEvent
 
TYPE_NAME - Static variable in class com.github.seratch.jslack.api.model.event.MessageChangedEvent
 
TYPE_NAME - Static variable in class com.github.seratch.jslack.api.model.event.MessageDeletedEvent
 
TYPE_NAME - Static variable in class com.github.seratch.jslack.api.model.event.MessageEkmAccessDeniedEvent
 
TYPE_NAME - Static variable in class com.github.seratch.jslack.api.model.event.MessageEvent
 
TYPE_NAME - Static variable in class com.github.seratch.jslack.api.model.event.MessageMeEvent
 
TYPE_NAME - Static variable in class com.github.seratch.jslack.api.model.event.MessageThreadBroadcastEvent
 
TYPE_NAME - Static variable in class com.github.seratch.jslack.api.model.event.PinAddedEvent
 
TYPE_NAME - Static variable in class com.github.seratch.jslack.api.model.event.PinRemovedEvent
 
TYPE_NAME - Static variable in class com.github.seratch.jslack.api.model.event.PrefChangeEvent
 
TYPE_NAME - Static variable in class com.github.seratch.jslack.api.model.event.PresenceChangeEvent
 
TYPE_NAME - Static variable in class com.github.seratch.jslack.api.model.event.ReactionAddedEvent
 
TYPE_NAME - Static variable in class com.github.seratch.jslack.api.model.event.ReactionRemovedEvent
 
TYPE_NAME - Static variable in class com.github.seratch.jslack.api.model.event.ReconnectUrlEvent
 
TYPE_NAME - Static variable in class com.github.seratch.jslack.api.model.event.ResourcesAddedEvent
 
TYPE_NAME - Static variable in class com.github.seratch.jslack.api.model.event.ResourcesRemovedEvent
 
TYPE_NAME - Static variable in class com.github.seratch.jslack.api.model.event.ScopeDeniedEvent
 
TYPE_NAME - Static variable in class com.github.seratch.jslack.api.model.event.ScopeGrantedEvent
 
TYPE_NAME - Static variable in class com.github.seratch.jslack.api.model.event.StarAddedEvent
 
TYPE_NAME - Static variable in class com.github.seratch.jslack.api.model.event.StarRemovedEvent
 
TYPE_NAME - Static variable in class com.github.seratch.jslack.api.model.event.SubteamCreatedEvent
 
TYPE_NAME - Static variable in class com.github.seratch.jslack.api.model.event.SubteamMembersChangedEvent
 
TYPE_NAME - Static variable in class com.github.seratch.jslack.api.model.event.SubteamSelfAddedEvent
 
TYPE_NAME - Static variable in class com.github.seratch.jslack.api.model.event.SubteamSelfRemovedEvent
 
TYPE_NAME - Static variable in class com.github.seratch.jslack.api.model.event.SubteamUpdatedEvent
 
TYPE_NAME - Static variable in class com.github.seratch.jslack.api.model.event.TeamDomainChangeEvent
 
TYPE_NAME - Static variable in class com.github.seratch.jslack.api.model.event.TeamJoinEvent
 
TYPE_NAME - Static variable in class com.github.seratch.jslack.api.model.event.TeamMigrationStartedEvent
 
TYPE_NAME - Static variable in class com.github.seratch.jslack.api.model.event.TeamPlanChangeEvent
 
TYPE_NAME - Static variable in class com.github.seratch.jslack.api.model.event.TeamPrefChangeEvent
 
TYPE_NAME - Static variable in class com.github.seratch.jslack.api.model.event.TeamProfileChangeEvent
 
TYPE_NAME - Static variable in class com.github.seratch.jslack.api.model.event.TeamProfileDeleteEvent
 
TYPE_NAME - Static variable in class com.github.seratch.jslack.api.model.event.TeamProfileReorderEvent
 
TYPE_NAME - Static variable in class com.github.seratch.jslack.api.model.event.TeamRenameEvent
 
TYPE_NAME - Static variable in class com.github.seratch.jslack.api.model.event.TokensRevokedEvent
 
TYPE_NAME - Static variable in class com.github.seratch.jslack.api.model.event.UserChangeEvent
 
TYPE_NAME - Static variable in class com.github.seratch.jslack.api.model.event.UserResourceDeniedEvent
 
TYPE_NAME - Static variable in class com.github.seratch.jslack.api.model.event.UserResourceGrantedEvent
 
TYPE_NAME - Static variable in class com.github.seratch.jslack.api.model.event.UserResourceRemovedEvent
 
TYPE_NAME - Static variable in class com.github.seratch.jslack.api.model.event.UserTypingEvent
 

U

UnknownBlock - Class in com.github.seratch.jslack.api.model.block
https://api.slack.com/reference/messaging/blocks
UnknownBlock() - Constructor for class com.github.seratch.jslack.api.model.block.UnknownBlock
 
UnknownBlockElement - Class in com.github.seratch.jslack.api.model.block
 
UnknownBlockElement() - Constructor for class com.github.seratch.jslack.api.model.block.UnknownBlockElement
 
UnknownContextBlockElement - Class in com.github.seratch.jslack.api.model.block
 
UnknownContextBlockElement() - Constructor for class com.github.seratch.jslack.api.model.block.UnknownContextBlockElement
 
UnknownPropertyDetectionAdapterFactory - Class in com.github.seratch.jslack.common.json
https://github.com/google/gson/issues/188#issuecomment-282746095
UnknownPropertyDetectionAdapterFactory() - Constructor for class com.github.seratch.jslack.common.json.UnknownPropertyDetectionAdapterFactory
 
UnknownTextObject - Class in com.github.seratch.jslack.api.model.block.composition
https://api.slack.com/reference/messaging/composition-objects#text
UnknownTextObject() - Constructor for class com.github.seratch.jslack.api.model.block.composition.UnknownTextObject
 
User() - Constructor for class com.github.seratch.jslack.api.model.admin.AppRequest.User
 
User() - Constructor for class com.github.seratch.jslack.api.model.block.element.RichTextSectionElement.User
 
User - Class in com.github.seratch.jslack.api.model
- https://api.slack.com/types/user - https://api.slack.com/changelog/2017-09-the-one-about-usernames
User() - Constructor for class com.github.seratch.jslack.api.model.User
 
User.EnterpriseUser - Class in com.github.seratch.jslack.api.model
 
User.Profile - Class in com.github.seratch.jslack.api.model
 
User.Profile.Field - Class in com.github.seratch.jslack.api.model
 
UserChangeEvent - Class in com.github.seratch.jslack.api.model.event
The user_change event is sent to all connections for a workspace when a member updates their profile or data.
UserChangeEvent() - Constructor for class com.github.seratch.jslack.api.model.event.UserChangeEvent
 
UserGroup() - Constructor for class com.github.seratch.jslack.api.model.block.element.RichTextSectionElement.UserGroup
 
Usergroup - Class in com.github.seratch.jslack.api.model
https://api.slack.com/types/usergroup
Usergroup() - Constructor for class com.github.seratch.jslack.api.model.Usergroup
 
Usergroup.Prefs - Class in com.github.seratch.jslack.api.model
 
UserResourceDeniedEvent - Class in com.github.seratch.jslack.api.model.event
We send this event when a user declines to grant your workspace app the permissions you recently requested with apps.permissions.users.request.
UserResourceDeniedEvent() - Constructor for class com.github.seratch.jslack.api.model.event.UserResourceDeniedEvent
 
UserResourceGrantedEvent - Class in com.github.seratch.jslack.api.model.event
We send this event when a user grants your workspace app the permissions you recently requested with apps.permissions.users.request.
UserResourceGrantedEvent() - Constructor for class com.github.seratch.jslack.api.model.event.UserResourceGrantedEvent
 
UserResourceRemovedEvent - Class in com.github.seratch.jslack.api.model.event
We send this event when a user removes an existing grant for your workspace app.
UserResourceRemovedEvent() - Constructor for class com.github.seratch.jslack.api.model.event.UserResourceRemovedEvent
 
usersSelect(ModelConfigurator<com.github.seratch.jslack.api.model.block.element.UsersSelectElement.UsersSelectElementBuilder>) - Static method in class com.github.seratch.jslack.api.model.block.element.BlockElements
 
UsersSelectElement - Class in com.github.seratch.jslack.api.model.block.element
https://api.slack.com/reference/block-kit/block-elements#users_select
UsersSelectElement() - Constructor for class com.github.seratch.jslack.api.model.block.element.UsersSelectElement
 
UserTypingEvent - Class in com.github.seratch.jslack.api.model.event
The user_typing event is sent to all members of a channel when a user is typing a message in that channel.
UserTypingEvent() - Constructor for class com.github.seratch.jslack.api.model.event.UserTypingEvent
 

V

value() - Method in enum com.github.seratch.jslack.api.model.Action.Type
 
value() - Method in enum com.github.seratch.jslack.api.model.ConversationType
 
value() - Method in enum com.github.seratch.jslack.api.model.dialog.DialogSubType
 
Value() - Constructor for class com.github.seratch.jslack.api.model.view.ViewState.Value
 
valueOf(String) - Static method in enum com.github.seratch.jslack.api.model.Action.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.github.seratch.jslack.api.model.ConversationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.github.seratch.jslack.api.model.dialog.DialogSubType
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.github.seratch.jslack.api.model.Action.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.github.seratch.jslack.api.model.ConversationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.github.seratch.jslack.api.model.dialog.DialogSubType
Returns an array containing the constants of this enum type, in the order they are declared.
View - Class in com.github.seratch.jslack.api.model.view
Represents a Slack Modal View
View() - Constructor for class com.github.seratch.jslack.api.model.view.View
 
view(ModelConfigurator<com.github.seratch.jslack.api.model.view.View.ViewBuilder>) - Static method in class com.github.seratch.jslack.api.model.view.Views
 
ViewClose - Class in com.github.seratch.jslack.api.model.view
 
ViewClose() - Constructor for class com.github.seratch.jslack.api.model.view.ViewClose
 
viewClose(ModelConfigurator<com.github.seratch.jslack.api.model.view.ViewClose.ViewCloseBuilder>) - Static method in class com.github.seratch.jslack.api.model.view.Views
 
Views - Class in com.github.seratch.jslack.api.model.view
 
viewState(ModelConfigurator<com.github.seratch.jslack.api.model.view.ViewState.ViewStateBuilder>) - Static method in class com.github.seratch.jslack.api.model.view.Views
 
ViewState - Class in com.github.seratch.jslack.api.model.view
 
ViewState() - Constructor for class com.github.seratch.jslack.api.model.view.ViewState
 
ViewState.SelectedOption - Class in com.github.seratch.jslack.api.model.view
 
ViewState.Value - Class in com.github.seratch.jslack.api.model.view
This class may miss some attributes.
viewSubmit(ModelConfigurator<com.github.seratch.jslack.api.model.view.ViewSubmit.ViewSubmitBuilder>) - Static method in class com.github.seratch.jslack.api.model.view.Views
 
ViewSubmit - Class in com.github.seratch.jslack.api.model.view
 
ViewSubmit() - Constructor for class com.github.seratch.jslack.api.model.view.ViewSubmit
 
viewTitle(ModelConfigurator<com.github.seratch.jslack.api.model.view.ViewTitle.ViewTitleBuilder>) - Static method in class com.github.seratch.jslack.api.model.view.Views
 
ViewTitle - Class in com.github.seratch.jslack.api.model.view
 
ViewTitle() - Constructor for class com.github.seratch.jslack.api.model.view.ViewTitle
 

W

WebhookPayloads - Class in com.github.seratch.jslack.api.webhook
 
WebhookResponse - Class in com.github.seratch.jslack.api.webhook
 
WebhookResponse() - Constructor for class com.github.seratch.jslack.api.webhook.WebhookResponse
 
A B C D E F G H I L M O P R S T U V W 
Skip navigation links

Copyright © 2020. All rights reserved.