- callOAuthAccessMethod(VerificationCodePayload) - Method in class com.github.seratch.jslack.app_backend.oauth.OAuthFlowOperator
-
- 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
-
- Channel() - Constructor for class com.github.seratch.jslack.app_backend.dialogs.payload.DialogCancellationPayload.Channel
-
- Channel() - Constructor for class com.github.seratch.jslack.app_backend.dialogs.payload.DialogSubmissionPayload.Channel
-
- Channel() - Constructor for class com.github.seratch.jslack.app_backend.dialogs.payload.DialogSuggestionPayload.Channel
-
- Channel() - Constructor for class com.github.seratch.jslack.app_backend.interactive_messages.payload.AttachmentActionPayload.Channel
-
- Channel() - Constructor for class com.github.seratch.jslack.app_backend.interactive_messages.payload.BlockActionPayload.Channel
-
- Channel() - Constructor for class com.github.seratch.jslack.app_backend.message_actions.payload.MessageActionPayload.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
-
- ChannelArchiveHandler - Class in com.github.seratch.jslack.app_backend.events.handler
-
- ChannelArchiveHandler() - Constructor for class com.github.seratch.jslack.app_backend.events.handler.ChannelArchiveHandler
-
- ChannelArchivePayload - Class in com.github.seratch.jslack.app_backend.events.payload
-
- ChannelArchivePayload() - Constructor for class com.github.seratch.jslack.app_backend.events.payload.ChannelArchivePayload
-
- 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
-
- ChannelCreatedHandler - Class in com.github.seratch.jslack.app_backend.events.handler
-
- ChannelCreatedHandler() - Constructor for class com.github.seratch.jslack.app_backend.events.handler.ChannelCreatedHandler
-
- ChannelCreatedPayload - Class in com.github.seratch.jslack.app_backend.events.payload
-
- ChannelCreatedPayload() - Constructor for class com.github.seratch.jslack.app_backend.events.payload.ChannelCreatedPayload
-
- 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
-
- ChannelDeletedHandler - Class in com.github.seratch.jslack.app_backend.events.handler
-
- ChannelDeletedHandler() - Constructor for class com.github.seratch.jslack.app_backend.events.handler.ChannelDeletedHandler
-
- ChannelDeletedPayload - Class in com.github.seratch.jslack.app_backend.events.payload
-
- ChannelDeletedPayload() - Constructor for class com.github.seratch.jslack.app_backend.events.payload.ChannelDeletedPayload
-
- 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
-
- ChannelHistoryChangedHandler - Class in com.github.seratch.jslack.app_backend.events.handler
-
- ChannelHistoryChangedHandler() - Constructor for class com.github.seratch.jslack.app_backend.events.handler.ChannelHistoryChangedHandler
-
- ChannelHistoryChangedPayload - Class in com.github.seratch.jslack.app_backend.events.payload
-
- ChannelHistoryChangedPayload() - Constructor for class com.github.seratch.jslack.app_backend.events.payload.ChannelHistoryChangedPayload
-
- ChannelId - Class in com.github.seratch.jslack.shortcut.model
-
- ChannelId(String) - Constructor for class com.github.seratch.jslack.shortcut.model.ChannelId
-
- 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
-
- ChannelLeftHandler - Class in com.github.seratch.jslack.app_backend.events.handler
-
- ChannelLeftHandler() - Constructor for class com.github.seratch.jslack.app_backend.events.handler.ChannelLeftHandler
-
- ChannelLeftPayload - Class in com.github.seratch.jslack.app_backend.events.payload
-
- ChannelLeftPayload() - Constructor for class com.github.seratch.jslack.app_backend.events.payload.ChannelLeftPayload
-
- 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
-
- ChannelName - Class in com.github.seratch.jslack.shortcut.model
-
- ChannelName(String) - Constructor for class com.github.seratch.jslack.shortcut.model.ChannelName
-
- 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
-
- ChannelRenameHandler - Class in com.github.seratch.jslack.app_backend.events.handler
-
- ChannelRenameHandler() - Constructor for class com.github.seratch.jslack.app_backend.events.handler.ChannelRenameHandler
-
- ChannelRenamePayload - Class in com.github.seratch.jslack.app_backend.events.payload
-
- ChannelRenamePayload() - Constructor for class com.github.seratch.jslack.app_backend.events.payload.ChannelRenamePayload
-
- CHANNELS_ARCHIVE - Static variable in class com.github.seratch.jslack.api.methods.Methods
-
- CHANNELS_CREATE - Static variable in class com.github.seratch.jslack.api.methods.Methods
-
- CHANNELS_HISTORY - Static variable in class com.github.seratch.jslack.api.methods.Methods
-
- CHANNELS_INFO - Static variable in class com.github.seratch.jslack.api.methods.Methods
-
- CHANNELS_INVITE - Static variable in class com.github.seratch.jslack.api.methods.Methods
-
- CHANNELS_JOIN - Static variable in class com.github.seratch.jslack.api.methods.Methods
-
- CHANNELS_KICK - Static variable in class com.github.seratch.jslack.api.methods.Methods
-
- CHANNELS_LEAVE - Static variable in class com.github.seratch.jslack.api.methods.Methods
-
- CHANNELS_LIST - Static variable in class com.github.seratch.jslack.api.methods.Methods
-
- CHANNELS_MARK - Static variable in class com.github.seratch.jslack.api.methods.Methods
-
- CHANNELS_RENAME - Static variable in class com.github.seratch.jslack.api.methods.Methods
-
- CHANNELS_REPLIES - Static variable in class com.github.seratch.jslack.api.methods.Methods
-
- CHANNELS_SET_PURPOSE - Static variable in class com.github.seratch.jslack.api.methods.Methods
-
- CHANNELS_SET_TOPIC - Static variable in class com.github.seratch.jslack.api.methods.Methods
-
- CHANNELS_UNARCHIVE - Static variable in class com.github.seratch.jslack.api.methods.Methods
-
- channelsArchive(ChannelsArchiveRequest) - Method in class com.github.seratch.jslack.api.methods.impl.MethodsClientImpl
-
- channelsArchive(ChannelsArchiveRequest) - Method in interface com.github.seratch.jslack.api.methods.MethodsClient
-
- ChannelsArchiveRequest - Class in com.github.seratch.jslack.api.methods.request.channels
-
- ChannelsArchiveRequest() - Constructor for class com.github.seratch.jslack.api.methods.request.channels.ChannelsArchiveRequest
-
- ChannelsArchiveResponse - Class in com.github.seratch.jslack.api.methods.response.channels
-
- ChannelsArchiveResponse() - Constructor for class com.github.seratch.jslack.api.methods.response.channels.ChannelsArchiveResponse
-
- channelsCreate(ChannelsCreateRequest) - Method in class com.github.seratch.jslack.api.methods.impl.MethodsClientImpl
-
- channelsCreate(ChannelsCreateRequest) - Method in interface com.github.seratch.jslack.api.methods.MethodsClient
-
- ChannelsCreateRequest - Class in com.github.seratch.jslack.api.methods.request.channels
-
- ChannelsCreateRequest() - Constructor for class com.github.seratch.jslack.api.methods.request.channels.ChannelsCreateRequest
-
- ChannelsCreateResponse - Class in com.github.seratch.jslack.api.methods.response.channels
-
- ChannelsCreateResponse() - Constructor for class com.github.seratch.jslack.api.methods.response.channels.ChannelsCreateResponse
-
- channelsHistory(ChannelsHistoryRequest) - Method in class com.github.seratch.jslack.api.methods.impl.MethodsClientImpl
-
- channelsHistory(ChannelsHistoryRequest) - Method in interface com.github.seratch.jslack.api.methods.MethodsClient
-
- ChannelsHistoryRequest - Class in com.github.seratch.jslack.api.methods.request.channels
-
- ChannelsHistoryRequest() - Constructor for class com.github.seratch.jslack.api.methods.request.channels.ChannelsHistoryRequest
-
- ChannelsHistoryResponse - Class in com.github.seratch.jslack.api.methods.response.channels
-
- ChannelsHistoryResponse() - Constructor for class com.github.seratch.jslack.api.methods.response.channels.ChannelsHistoryResponse
-
- channelsInfo(ChannelsInfoRequest) - Method in class com.github.seratch.jslack.api.methods.impl.MethodsClientImpl
-
- channelsInfo(ChannelsInfoRequest) - Method in interface com.github.seratch.jslack.api.methods.MethodsClient
-
- ChannelsInfoRequest - Class in com.github.seratch.jslack.api.methods.request.channels
-
- ChannelsInfoRequest() - Constructor for class com.github.seratch.jslack.api.methods.request.channels.ChannelsInfoRequest
-
- ChannelsInfoResponse - Class in com.github.seratch.jslack.api.methods.response.channels
-
- ChannelsInfoResponse() - Constructor for class com.github.seratch.jslack.api.methods.response.channels.ChannelsInfoResponse
-
- channelsInvite(ChannelsInviteRequest) - Method in class com.github.seratch.jslack.api.methods.impl.MethodsClientImpl
-
- channelsInvite(ChannelsInviteRequest) - Method in interface com.github.seratch.jslack.api.methods.MethodsClient
-
- ChannelsInviteRequest - Class in com.github.seratch.jslack.api.methods.request.channels
-
- ChannelsInviteRequest() - Constructor for class com.github.seratch.jslack.api.methods.request.channels.ChannelsInviteRequest
-
- ChannelsInviteResponse - Class in com.github.seratch.jslack.api.methods.response.channels
-
- ChannelsInviteResponse() - Constructor for class com.github.seratch.jslack.api.methods.response.channels.ChannelsInviteResponse
-
- channelsJoin(ChannelsJoinRequest) - Method in class com.github.seratch.jslack.api.methods.impl.MethodsClientImpl
-
- channelsJoin(ChannelsJoinRequest) - Method in interface com.github.seratch.jslack.api.methods.MethodsClient
-
- ChannelsJoinRequest - Class in com.github.seratch.jslack.api.methods.request.channels
-
- ChannelsJoinRequest() - Constructor for class com.github.seratch.jslack.api.methods.request.channels.ChannelsJoinRequest
-
- ChannelsJoinResponse - Class in com.github.seratch.jslack.api.methods.response.channels
-
- ChannelsJoinResponse() - Constructor for class com.github.seratch.jslack.api.methods.response.channels.ChannelsJoinResponse
-
- channelsKick(ChannelsKickRequest) - Method in class com.github.seratch.jslack.api.methods.impl.MethodsClientImpl
-
- channelsKick(ChannelsKickRequest) - Method in interface com.github.seratch.jslack.api.methods.MethodsClient
-
- ChannelsKickRequest - Class in com.github.seratch.jslack.api.methods.request.channels
-
- ChannelsKickRequest() - Constructor for class com.github.seratch.jslack.api.methods.request.channels.ChannelsKickRequest
-
- ChannelsKickResponse - Class in com.github.seratch.jslack.api.methods.response.channels
-
- ChannelsKickResponse() - Constructor for class com.github.seratch.jslack.api.methods.response.channels.ChannelsKickResponse
-
- channelsLeave(ChannelsLeaveRequest) - Method in class com.github.seratch.jslack.api.methods.impl.MethodsClientImpl
-
- channelsLeave(ChannelsLeaveRequest) - Method in interface com.github.seratch.jslack.api.methods.MethodsClient
-
- ChannelsLeaveRequest - Class in com.github.seratch.jslack.api.methods.request.channels
-
- ChannelsLeaveRequest() - Constructor for class com.github.seratch.jslack.api.methods.request.channels.ChannelsLeaveRequest
-
- ChannelsLeaveResponse - Class in com.github.seratch.jslack.api.methods.response.channels
-
- ChannelsLeaveResponse() - Constructor for class com.github.seratch.jslack.api.methods.response.channels.ChannelsLeaveResponse
-
- channelsList(ChannelsListRequest) - Method in class com.github.seratch.jslack.api.methods.impl.MethodsClientImpl
-
- channelsList(ChannelsListRequest) - Method in interface com.github.seratch.jslack.api.methods.MethodsClient
-
- ChannelsListRequest - Class in com.github.seratch.jslack.api.methods.request.channels
-
- ChannelsListRequest() - Constructor for class com.github.seratch.jslack.api.methods.request.channels.ChannelsListRequest
-
- ChannelsListResponse - Class in com.github.seratch.jslack.api.methods.response.channels
-
- ChannelsListResponse() - Constructor for class com.github.seratch.jslack.api.methods.response.channels.ChannelsListResponse
-
- channelsMark(ChannelsMarkRequest) - Method in class com.github.seratch.jslack.api.methods.impl.MethodsClientImpl
-
- channelsMark(ChannelsMarkRequest) - Method in interface com.github.seratch.jslack.api.methods.MethodsClient
-
- ChannelsMarkRequest - Class in com.github.seratch.jslack.api.methods.request.channels
-
- ChannelsMarkRequest() - Constructor for class com.github.seratch.jslack.api.methods.request.channels.ChannelsMarkRequest
-
- ChannelsMarkResponse - Class in com.github.seratch.jslack.api.methods.response.channels
-
- ChannelsMarkResponse() - Constructor for class com.github.seratch.jslack.api.methods.response.channels.ChannelsMarkResponse
-
- channelsRename(ChannelsRenameRequest) - Method in class com.github.seratch.jslack.api.methods.impl.MethodsClientImpl
-
- channelsRename(ChannelsRenameRequest) - Method in interface com.github.seratch.jslack.api.methods.MethodsClient
-
- ChannelsRenameRequest - Class in com.github.seratch.jslack.api.methods.request.channels
-
- ChannelsRenameRequest() - Constructor for class com.github.seratch.jslack.api.methods.request.channels.ChannelsRenameRequest
-
- ChannelsRenameResponse - Class in com.github.seratch.jslack.api.methods.response.channels
-
- ChannelsRenameResponse() - Constructor for class com.github.seratch.jslack.api.methods.response.channels.ChannelsRenameResponse
-
- channelsReplies(ChannelsRepliesRequest) - Method in class com.github.seratch.jslack.api.methods.impl.MethodsClientImpl
-
- channelsReplies(ChannelsRepliesRequest) - Method in interface com.github.seratch.jslack.api.methods.MethodsClient
-
- ChannelsRepliesRequest - Class in com.github.seratch.jslack.api.methods.request.channels
-
- ChannelsRepliesRequest() - Constructor for class com.github.seratch.jslack.api.methods.request.channels.ChannelsRepliesRequest
-
- ChannelsRepliesResponse - Class in com.github.seratch.jslack.api.methods.response.channels
-
- ChannelsRepliesResponse() - Constructor for class com.github.seratch.jslack.api.methods.response.channels.ChannelsRepliesResponse
-
- ChannelsSelectElement - Class in com.github.seratch.jslack.api.model.block.element
-
https://api.slack.com/reference/messaging/block-elements#channels-select
- ChannelsSelectElement() - Constructor for class com.github.seratch.jslack.api.model.block.element.ChannelsSelectElement
-
- channelsSetPurpose(ChannelsSetPurposeRequest) - Method in class com.github.seratch.jslack.api.methods.impl.MethodsClientImpl
-
- channelsSetPurpose(ChannelsSetPurposeRequest) - Method in interface com.github.seratch.jslack.api.methods.MethodsClient
-
- ChannelsSetPurposeRequest - Class in com.github.seratch.jslack.api.methods.request.channels
-
- ChannelsSetPurposeRequest() - Constructor for class com.github.seratch.jslack.api.methods.request.channels.ChannelsSetPurposeRequest
-
- ChannelsSetPurposeResponse - Class in com.github.seratch.jslack.api.methods.response.channels
-
- ChannelsSetPurposeResponse() - Constructor for class com.github.seratch.jslack.api.methods.response.channels.ChannelsSetPurposeResponse
-
- channelsSetTopic(ChannelsSetTopicRequest) - Method in class com.github.seratch.jslack.api.methods.impl.MethodsClientImpl
-
- channelsSetTopic(ChannelsSetTopicRequest) - Method in interface com.github.seratch.jslack.api.methods.MethodsClient
-
- ChannelsSetTopicRequest - Class in com.github.seratch.jslack.api.methods.request.channels
-
- ChannelsSetTopicRequest() - Constructor for class com.github.seratch.jslack.api.methods.request.channels.ChannelsSetTopicRequest
-
- ChannelsSetTopicResponse - Class in com.github.seratch.jslack.api.methods.response.channels
-
- ChannelsSetTopicResponse() - Constructor for class com.github.seratch.jslack.api.methods.response.channels.ChannelsSetTopicResponse
-
- channelsUnarchive(ChannelsUnarchiveRequest) - Method in class com.github.seratch.jslack.api.methods.impl.MethodsClientImpl
-
- channelsUnarchive(ChannelsUnarchiveRequest) - Method in interface com.github.seratch.jslack.api.methods.MethodsClient
-
- ChannelsUnarchiveRequest - Class in com.github.seratch.jslack.api.methods.request.channels
-
- ChannelsUnarchiveRequest() - Constructor for class com.github.seratch.jslack.api.methods.request.channels.ChannelsUnarchiveRequest
-
- ChannelsUnarchiveResponse - Class in com.github.seratch.jslack.api.methods.response.channels
-
- ChannelsUnarchiveResponse() - Constructor for class com.github.seratch.jslack.api.methods.response.channels.ChannelsUnarchiveResponse
-
- 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
-
- ChannelUnarchiveHandler - Class in com.github.seratch.jslack.app_backend.events.handler
-
- ChannelUnarchiveHandler() - Constructor for class com.github.seratch.jslack.app_backend.events.handler.ChannelUnarchiveHandler
-
- ChannelUnarchivePayload - Class in com.github.seratch.jslack.app_backend.events.payload
-
- ChannelUnarchivePayload() - Constructor for class com.github.seratch.jslack.app_backend.events.payload.ChannelUnarchivePayload
-
- CHAT_DELETE - Static variable in class com.github.seratch.jslack.api.methods.Methods
-
- CHAT_DELETE_SCHEDULED_MESSAGE - Static variable in class com.github.seratch.jslack.api.methods.Methods
-
- CHAT_GET_PERMALINK - Static variable in class com.github.seratch.jslack.api.methods.Methods
-
- CHAT_ME_MESSAGE - Static variable in class com.github.seratch.jslack.api.methods.Methods
-
- CHAT_POST_EPHEMERAL - Static variable in class com.github.seratch.jslack.api.methods.Methods
-
- CHAT_POST_MESSAGE - Static variable in class com.github.seratch.jslack.api.methods.Methods
-
- CHAT_SCHEDULE_MESSAGE - Static variable in class com.github.seratch.jslack.api.methods.Methods
-
- CHAT_SCHEDULED_MESSAGES_LIST - Static variable in class com.github.seratch.jslack.api.methods.Methods
-
- CHAT_UNFURL - Static variable in class com.github.seratch.jslack.api.methods.Methods
-
- CHAT_UPDATE - Static variable in class com.github.seratch.jslack.api.methods.Methods
-
- chatDelete(ChatDeleteRequest) - Method in class com.github.seratch.jslack.api.methods.impl.MethodsClientImpl
-
- chatDelete(ChatDeleteRequest) - Method in interface com.github.seratch.jslack.api.methods.MethodsClient
-
- ChatDeleteRequest - Class in com.github.seratch.jslack.api.methods.request.chat
-
- ChatDeleteRequest() - Constructor for class com.github.seratch.jslack.api.methods.request.chat.ChatDeleteRequest
-
- ChatDeleteResponse - Class in com.github.seratch.jslack.api.methods.response.chat
-
- ChatDeleteResponse() - Constructor for class com.github.seratch.jslack.api.methods.response.chat.ChatDeleteResponse
-
- chatDeleteScheduledMessage(ChatDeleteScheduledMessageRequest) - Method in class com.github.seratch.jslack.api.methods.impl.MethodsClientImpl
-
- chatDeleteScheduledMessage(ChatDeleteScheduledMessageRequest) - Method in interface com.github.seratch.jslack.api.methods.MethodsClient
-
- ChatDeleteScheduledMessageRequest - Class in com.github.seratch.jslack.api.methods.request.chat
-
- ChatDeleteScheduledMessageRequest() - Constructor for class com.github.seratch.jslack.api.methods.request.chat.ChatDeleteScheduledMessageRequest
-
- ChatDeleteScheduledMessageResponse - Class in com.github.seratch.jslack.api.methods.response.chat
-
- ChatDeleteScheduledMessageResponse() - Constructor for class com.github.seratch.jslack.api.methods.response.chat.ChatDeleteScheduledMessageResponse
-
- chatGetPermalink(ChatGetPermalinkRequest) - Method in class com.github.seratch.jslack.api.methods.impl.MethodsClientImpl
-
- chatGetPermalink(ChatGetPermalinkRequest) - Method in interface com.github.seratch.jslack.api.methods.MethodsClient
-
- ChatGetPermalinkRequest - Class in com.github.seratch.jslack.api.methods.request.chat
-
A request to retrieve a permalink URL for a specific extant message
- ChatGetPermalinkRequest() - Constructor for class com.github.seratch.jslack.api.methods.request.chat.ChatGetPermalinkRequest
-
- ChatGetPermalinkResponse - Class in com.github.seratch.jslack.api.methods.response.chat
-
- ChatGetPermalinkResponse() - Constructor for class com.github.seratch.jslack.api.methods.response.chat.ChatGetPermalinkResponse
-
- chatMeMessage(ChatMeMessageRequest) - Method in class com.github.seratch.jslack.api.methods.impl.MethodsClientImpl
-
- chatMeMessage(ChatMeMessageRequest) - Method in interface com.github.seratch.jslack.api.methods.MethodsClient
-
- ChatMeMessageRequest - Class in com.github.seratch.jslack.api.methods.request.chat
-
- ChatMeMessageRequest() - Constructor for class com.github.seratch.jslack.api.methods.request.chat.ChatMeMessageRequest
-
- ChatMeMessageResponse - Class in com.github.seratch.jslack.api.methods.response.chat
-
- ChatMeMessageResponse() - Constructor for class com.github.seratch.jslack.api.methods.response.chat.ChatMeMessageResponse
-
- chatPostEphemeral(ChatPostEphemeralRequest) - Method in class com.github.seratch.jslack.api.methods.impl.MethodsClientImpl
-
- chatPostEphemeral(ChatPostEphemeralRequest) - Method in interface com.github.seratch.jslack.api.methods.MethodsClient
-
- ChatPostEphemeralRequest - Class in com.github.seratch.jslack.api.methods.request.chat
-
- ChatPostEphemeralRequest() - Constructor for class com.github.seratch.jslack.api.methods.request.chat.ChatPostEphemeralRequest
-
- ChatPostEphemeralResponse - Class in com.github.seratch.jslack.api.methods.response.chat
-
- ChatPostEphemeralResponse() - Constructor for class com.github.seratch.jslack.api.methods.response.chat.ChatPostEphemeralResponse
-
- chatPostMessage(ChatPostMessageRequest) - Method in class com.github.seratch.jslack.api.methods.impl.MethodsClientImpl
-
- chatPostMessage(ChatPostMessageRequest) - Method in interface com.github.seratch.jslack.api.methods.MethodsClient
-
- ChatPostMessageRequest - Class in com.github.seratch.jslack.api.methods.request.chat
-
https://api.slack.com/methods/chat.postMessage
- ChatPostMessageRequest() - Constructor for class com.github.seratch.jslack.api.methods.request.chat.ChatPostMessageRequest
-
- ChatPostMessageResponse - Class in com.github.seratch.jslack.api.methods.response.chat
-
- ChatPostMessageResponse() - Constructor for class com.github.seratch.jslack.api.methods.response.chat.ChatPostMessageResponse
-
- ChatPostMessageResponse.ResponseMetadata - Class in com.github.seratch.jslack.api.methods.response.chat
-
- chatScheduleMessage(ChatScheduleMessageRequest) - Method in class com.github.seratch.jslack.api.methods.impl.MethodsClientImpl
-
- chatScheduleMessage(ChatScheduleMessageRequest) - Method in interface com.github.seratch.jslack.api.methods.MethodsClient
-
- ChatScheduleMessageRequest - Class in com.github.seratch.jslack.api.methods.request.chat
-
- ChatScheduleMessageRequest() - Constructor for class com.github.seratch.jslack.api.methods.request.chat.ChatScheduleMessageRequest
-
- ChatScheduleMessageResponse - Class in com.github.seratch.jslack.api.methods.response.chat
-
- ChatScheduleMessageResponse() - Constructor for class com.github.seratch.jslack.api.methods.response.chat.ChatScheduleMessageResponse
-
- ChatScheduleMessageResponse.ScheduledMessage - Class in com.github.seratch.jslack.api.methods.response.chat
-
- chatScheduleMessagesListMessage(ChatScheduleMessagesListRequest) - Method in class com.github.seratch.jslack.api.methods.impl.MethodsClientImpl
-
- chatScheduleMessagesListMessage(ChatScheduleMessagesListRequest) - Method in interface com.github.seratch.jslack.api.methods.MethodsClient
-
- ChatScheduleMessagesListRequest - Class in com.github.seratch.jslack.api.methods.request.chat.scheduled_messages
-
- ChatScheduleMessagesListRequest() - Constructor for class com.github.seratch.jslack.api.methods.request.chat.scheduled_messages.ChatScheduleMessagesListRequest
-
- ChatScheduleMessagesListResponse - Class in com.github.seratch.jslack.api.methods.response.chat.scheduled_messages
-
- ChatScheduleMessagesListResponse() - Constructor for class com.github.seratch.jslack.api.methods.response.chat.scheduled_messages.ChatScheduleMessagesListResponse
-
- ChatScheduleMessagesListResponse.ScheduledMessage - Class in com.github.seratch.jslack.api.methods.response.chat.scheduled_messages
-
- chatUnfurl(ChatUnfurlRequest) - Method in class com.github.seratch.jslack.api.methods.impl.MethodsClientImpl
-
- chatUnfurl(ChatUnfurlRequest) - Method in interface com.github.seratch.jslack.api.methods.MethodsClient
-
- ChatUnfurlRequest - Class in com.github.seratch.jslack.api.methods.request.chat
-
Provide custom unfurl behavior for user-posted URLs
- ChatUnfurlRequest() - Constructor for class com.github.seratch.jslack.api.methods.request.chat.ChatUnfurlRequest
-
- ChatUnfurlResponse - Class in com.github.seratch.jslack.api.methods.response.chat
-
- ChatUnfurlResponse() - Constructor for class com.github.seratch.jslack.api.methods.response.chat.ChatUnfurlResponse
-
- chatUpdate(ChatUpdateRequest) - Method in class com.github.seratch.jslack.api.methods.impl.MethodsClientImpl
-
- chatUpdate(ChatUpdateRequest) - Method in interface com.github.seratch.jslack.api.methods.MethodsClient
-
- ChatUpdateRequest - Class in com.github.seratch.jslack.api.methods.request.chat
-
- ChatUpdateRequest() - Constructor for class com.github.seratch.jslack.api.methods.request.chat.ChatUpdateRequest
-
- ChatUpdateResponse - Class in com.github.seratch.jslack.api.methods.response.chat
-
- ChatUpdateResponse() - Constructor for class com.github.seratch.jslack.api.methods.response.chat.ChatUpdateResponse
-
- close() - Method in class com.github.seratch.jslack.api.rtm.RTMClient
-
- com.github.seratch.jslack - package com.github.seratch.jslack
-
- com.github.seratch.jslack.api.methods - package com.github.seratch.jslack.api.methods
-
- com.github.seratch.jslack.api.methods.impl - package com.github.seratch.jslack.api.methods.impl
-
- com.github.seratch.jslack.api.methods.request.api - package com.github.seratch.jslack.api.methods.request.api
-
- com.github.seratch.jslack.api.methods.request.apps - package com.github.seratch.jslack.api.methods.request.apps
-
- com.github.seratch.jslack.api.methods.request.apps.permissions - package com.github.seratch.jslack.api.methods.request.apps.permissions
-
- com.github.seratch.jslack.api.methods.request.apps.permissions.resources - package com.github.seratch.jslack.api.methods.request.apps.permissions.resources
-
- com.github.seratch.jslack.api.methods.request.apps.permissions.scopes - package com.github.seratch.jslack.api.methods.request.apps.permissions.scopes
-
- com.github.seratch.jslack.api.methods.request.apps.permissions.users - package com.github.seratch.jslack.api.methods.request.apps.permissions.users
-
- com.github.seratch.jslack.api.methods.request.auth - package com.github.seratch.jslack.api.methods.request.auth
-
- com.github.seratch.jslack.api.methods.request.bots - package com.github.seratch.jslack.api.methods.request.bots
-
- com.github.seratch.jslack.api.methods.request.channels - package com.github.seratch.jslack.api.methods.request.channels
-
- com.github.seratch.jslack.api.methods.request.chat - package com.github.seratch.jslack.api.methods.request.chat
-
- com.github.seratch.jslack.api.methods.request.chat.scheduled_messages - package com.github.seratch.jslack.api.methods.request.chat.scheduled_messages
-
- com.github.seratch.jslack.api.methods.request.conversations - package com.github.seratch.jslack.api.methods.request.conversations
-
- com.github.seratch.jslack.api.methods.request.dialog - package com.github.seratch.jslack.api.methods.request.dialog
-
- com.github.seratch.jslack.api.methods.request.dnd - package com.github.seratch.jslack.api.methods.request.dnd
-
- com.github.seratch.jslack.api.methods.request.emoji - package com.github.seratch.jslack.api.methods.request.emoji
-
- com.github.seratch.jslack.api.methods.request.files - package com.github.seratch.jslack.api.methods.request.files
-
- com.github.seratch.jslack.api.methods.request.files.comments - package com.github.seratch.jslack.api.methods.request.files.comments
-
- com.github.seratch.jslack.api.methods.request.groups - package com.github.seratch.jslack.api.methods.request.groups
-
- com.github.seratch.jslack.api.methods.request.im - package com.github.seratch.jslack.api.methods.request.im
-
- com.github.seratch.jslack.api.methods.request.migration - package com.github.seratch.jslack.api.methods.request.migration
-
- com.github.seratch.jslack.api.methods.request.mpim - package com.github.seratch.jslack.api.methods.request.mpim
-
- com.github.seratch.jslack.api.methods.request.oauth - package com.github.seratch.jslack.api.methods.request.oauth
-
- com.github.seratch.jslack.api.methods.request.pins - package com.github.seratch.jslack.api.methods.request.pins
-
- com.github.seratch.jslack.api.methods.request.reactions - package com.github.seratch.jslack.api.methods.request.reactions
-
- com.github.seratch.jslack.api.methods.request.reminders - package com.github.seratch.jslack.api.methods.request.reminders
-
- com.github.seratch.jslack.api.methods.request.rtm - package com.github.seratch.jslack.api.methods.request.rtm
-
- com.github.seratch.jslack.api.methods.request.search - package com.github.seratch.jslack.api.methods.request.search
-
- com.github.seratch.jslack.api.methods.request.stars - package com.github.seratch.jslack.api.methods.request.stars
-
- com.github.seratch.jslack.api.methods.request.team - package com.github.seratch.jslack.api.methods.request.team
-
- com.github.seratch.jslack.api.methods.request.team.profile - package com.github.seratch.jslack.api.methods.request.team.profile
-
- com.github.seratch.jslack.api.methods.request.usergroups - package com.github.seratch.jslack.api.methods.request.usergroups
-
- com.github.seratch.jslack.api.methods.request.usergroups.users - package com.github.seratch.jslack.api.methods.request.usergroups.users
-
- com.github.seratch.jslack.api.methods.request.users - package com.github.seratch.jslack.api.methods.request.users
-
- com.github.seratch.jslack.api.methods.request.users.profile - package com.github.seratch.jslack.api.methods.request.users.profile
-
- com.github.seratch.jslack.api.methods.response.api - package com.github.seratch.jslack.api.methods.response.api
-
- com.github.seratch.jslack.api.methods.response.apps - package com.github.seratch.jslack.api.methods.response.apps
-
- com.github.seratch.jslack.api.methods.response.apps.permissions - package com.github.seratch.jslack.api.methods.response.apps.permissions
-
- com.github.seratch.jslack.api.methods.response.apps.permissions.resources - package com.github.seratch.jslack.api.methods.response.apps.permissions.resources
-
- com.github.seratch.jslack.api.methods.response.apps.permissions.scopes - package com.github.seratch.jslack.api.methods.response.apps.permissions.scopes
-
- com.github.seratch.jslack.api.methods.response.apps.permissions.users - package com.github.seratch.jslack.api.methods.response.apps.permissions.users
-
- com.github.seratch.jslack.api.methods.response.auth - package com.github.seratch.jslack.api.methods.response.auth
-
- com.github.seratch.jslack.api.methods.response.bots - package com.github.seratch.jslack.api.methods.response.bots
-
- com.github.seratch.jslack.api.methods.response.channels - package com.github.seratch.jslack.api.methods.response.channels
-
- com.github.seratch.jslack.api.methods.response.chat - package com.github.seratch.jslack.api.methods.response.chat
-
- com.github.seratch.jslack.api.methods.response.chat.scheduled_messages - package com.github.seratch.jslack.api.methods.response.chat.scheduled_messages
-
- com.github.seratch.jslack.api.methods.response.conversations - package com.github.seratch.jslack.api.methods.response.conversations
-
- com.github.seratch.jslack.api.methods.response.dialog - package com.github.seratch.jslack.api.methods.response.dialog
-
- com.github.seratch.jslack.api.methods.response.dnd - package com.github.seratch.jslack.api.methods.response.dnd
-
- com.github.seratch.jslack.api.methods.response.emoji - package com.github.seratch.jslack.api.methods.response.emoji
-
- com.github.seratch.jslack.api.methods.response.files - package com.github.seratch.jslack.api.methods.response.files
-
- com.github.seratch.jslack.api.methods.response.files.comments - package com.github.seratch.jslack.api.methods.response.files.comments
-
- com.github.seratch.jslack.api.methods.response.groups - package com.github.seratch.jslack.api.methods.response.groups
-
- com.github.seratch.jslack.api.methods.response.im - package com.github.seratch.jslack.api.methods.response.im
-
- com.github.seratch.jslack.api.methods.response.migration - package com.github.seratch.jslack.api.methods.response.migration
-
- com.github.seratch.jslack.api.methods.response.mpim - package com.github.seratch.jslack.api.methods.response.mpim
-
- com.github.seratch.jslack.api.methods.response.oauth - package com.github.seratch.jslack.api.methods.response.oauth
-
- com.github.seratch.jslack.api.methods.response.pins - package com.github.seratch.jslack.api.methods.response.pins
-
- com.github.seratch.jslack.api.methods.response.reactions - package com.github.seratch.jslack.api.methods.response.reactions
-
- com.github.seratch.jslack.api.methods.response.reminders - package com.github.seratch.jslack.api.methods.response.reminders
-
- com.github.seratch.jslack.api.methods.response.rtm - package com.github.seratch.jslack.api.methods.response.rtm
-
- com.github.seratch.jslack.api.methods.response.search - package com.github.seratch.jslack.api.methods.response.search
-
- com.github.seratch.jslack.api.methods.response.stars - package com.github.seratch.jslack.api.methods.response.stars
-
- com.github.seratch.jslack.api.methods.response.team - package com.github.seratch.jslack.api.methods.response.team
-
- com.github.seratch.jslack.api.methods.response.team.profile - package com.github.seratch.jslack.api.methods.response.team.profile
-
- com.github.seratch.jslack.api.methods.response.usergroups - package com.github.seratch.jslack.api.methods.response.usergroups
-
- com.github.seratch.jslack.api.methods.response.usergroups.users - package com.github.seratch.jslack.api.methods.response.usergroups.users
-
- com.github.seratch.jslack.api.methods.response.users - package com.github.seratch.jslack.api.methods.response.users
-
- com.github.seratch.jslack.api.methods.response.users.profile - package com.github.seratch.jslack.api.methods.response.users.profile
-
- com.github.seratch.jslack.api.model - package com.github.seratch.jslack.api.model
-
- 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.rtm - package com.github.seratch.jslack.api.rtm
-
- com.github.seratch.jslack.api.rtm.message - package com.github.seratch.jslack.api.rtm.message
-
- com.github.seratch.jslack.api.scim - package com.github.seratch.jslack.api.scim
-
- com.github.seratch.jslack.api.scim.request - package com.github.seratch.jslack.api.scim.request
-
- com.github.seratch.jslack.api.scim.response - package com.github.seratch.jslack.api.scim.response
-
- com.github.seratch.jslack.api.webhook - package com.github.seratch.jslack.api.webhook
-
- com.github.seratch.jslack.app_backend - package com.github.seratch.jslack.app_backend
-
- com.github.seratch.jslack.app_backend.config - package com.github.seratch.jslack.app_backend.config
-
- com.github.seratch.jslack.app_backend.dialogs.payload - package com.github.seratch.jslack.app_backend.dialogs.payload
-
- com.github.seratch.jslack.app_backend.dialogs.response - package com.github.seratch.jslack.app_backend.dialogs.response
-
- com.github.seratch.jslack.app_backend.events - package com.github.seratch.jslack.app_backend.events
-
- com.github.seratch.jslack.app_backend.events.handler - package com.github.seratch.jslack.app_backend.events.handler
-
- com.github.seratch.jslack.app_backend.events.payload - package com.github.seratch.jslack.app_backend.events.payload
-
- com.github.seratch.jslack.app_backend.events.servlet - package com.github.seratch.jslack.app_backend.events.servlet
-
- com.github.seratch.jslack.app_backend.interactive_messages - package com.github.seratch.jslack.app_backend.interactive_messages
-
- com.github.seratch.jslack.app_backend.interactive_messages.payload - package com.github.seratch.jslack.app_backend.interactive_messages.payload
-
- com.github.seratch.jslack.app_backend.interactive_messages.response - package com.github.seratch.jslack.app_backend.interactive_messages.response
-
- com.github.seratch.jslack.app_backend.message_actions.payload - package com.github.seratch.jslack.app_backend.message_actions.payload
-
- com.github.seratch.jslack.app_backend.oauth - package com.github.seratch.jslack.app_backend.oauth
-
- com.github.seratch.jslack.app_backend.oauth.payload - package com.github.seratch.jslack.app_backend.oauth.payload
-
- com.github.seratch.jslack.app_backend.slash_commands - package com.github.seratch.jslack.app_backend.slash_commands
-
- com.github.seratch.jslack.app_backend.slash_commands.payload - package com.github.seratch.jslack.app_backend.slash_commands.payload
-
- com.github.seratch.jslack.app_backend.slash_commands.response - package com.github.seratch.jslack.app_backend.slash_commands.response
-
- com.github.seratch.jslack.app_backend.util - package com.github.seratch.jslack.app_backend.util
-
- com.github.seratch.jslack.app_backend.vendor.aws.lambda.request - package com.github.seratch.jslack.app_backend.vendor.aws.lambda.request
-
- com.github.seratch.jslack.app_backend.vendor.aws.lambda.response - package com.github.seratch.jslack.app_backend.vendor.aws.lambda.response
-
- com.github.seratch.jslack.app_backend.vendor.aws.lambda.util - package com.github.seratch.jslack.app_backend.vendor.aws.lambda.util
-
- com.github.seratch.jslack.common.http - package com.github.seratch.jslack.common.http
-
- com.github.seratch.jslack.common.http.listener - package com.github.seratch.jslack.common.http.listener
-
- com.github.seratch.jslack.common.json - package com.github.seratch.jslack.common.json
-
- com.github.seratch.jslack.shortcut - package com.github.seratch.jslack.shortcut
-
- com.github.seratch.jslack.shortcut.impl - package com.github.seratch.jslack.shortcut.impl
-
- com.github.seratch.jslack.shortcut.model - package com.github.seratch.jslack.shortcut.model
-
- 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
-
- Confirmation - Class in com.github.seratch.jslack.api.model
-
- Confirmation() - Constructor for class com.github.seratch.jslack.api.model.Confirmation
-
- 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
-
- connect() - Method in class com.github.seratch.jslack.api.rtm.RTMClient
-
Connects to the wss endpoint and starts a new WebSocket session.
- Container() - Constructor for class com.github.seratch.jslack.app_backend.interactive_messages.payload.BlockActionPayload.Container
-
- 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
-
- 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
-
- CONVERSATIONS_ARCHIVE - Static variable in class com.github.seratch.jslack.api.methods.Methods
-
- CONVERSATIONS_CLOSE - Static variable in class com.github.seratch.jslack.api.methods.Methods
-
- CONVERSATIONS_CREATE - Static variable in class com.github.seratch.jslack.api.methods.Methods
-
- CONVERSATIONS_HISTORY - Static variable in class com.github.seratch.jslack.api.methods.Methods
-
- CONVERSATIONS_INFO - Static variable in class com.github.seratch.jslack.api.methods.Methods
-
- CONVERSATIONS_INVITE - Static variable in class com.github.seratch.jslack.api.methods.Methods
-
- CONVERSATIONS_JOIN - Static variable in class com.github.seratch.jslack.api.methods.Methods
-
- CONVERSATIONS_KICK - Static variable in class com.github.seratch.jslack.api.methods.Methods
-
- CONVERSATIONS_LEAVE - Static variable in class com.github.seratch.jslack.api.methods.Methods
-
- CONVERSATIONS_LIST - Static variable in class com.github.seratch.jslack.api.methods.Methods
-
- CONVERSATIONS_MEMBERS - Static variable in class com.github.seratch.jslack.api.methods.Methods
-
- CONVERSATIONS_OPEN - Static variable in class com.github.seratch.jslack.api.methods.Methods
-
- CONVERSATIONS_RENAME - Static variable in class com.github.seratch.jslack.api.methods.Methods
-
- CONVERSATIONS_REPLIES - Static variable in class com.github.seratch.jslack.api.methods.Methods
-
- CONVERSATIONS_SET_PURPOSE - Static variable in class com.github.seratch.jslack.api.methods.Methods
-
- CONVERSATIONS_SET_TOPIC - Static variable in class com.github.seratch.jslack.api.methods.Methods
-
- CONVERSATIONS_UNARCHIVE - Static variable in class com.github.seratch.jslack.api.methods.Methods
-
- conversationsArchive(ConversationsArchiveRequest) - Method in class com.github.seratch.jslack.api.methods.impl.MethodsClientImpl
-
- conversationsArchive(ConversationsArchiveRequest) - Method in interface com.github.seratch.jslack.api.methods.MethodsClient
-
- ConversationsArchiveRequest - Class in com.github.seratch.jslack.api.methods.request.conversations
-
- ConversationsArchiveRequest() - Constructor for class com.github.seratch.jslack.api.methods.request.conversations.ConversationsArchiveRequest
-
- ConversationsArchiveResponse - Class in com.github.seratch.jslack.api.methods.response.conversations
-
- ConversationsArchiveResponse() - Constructor for class com.github.seratch.jslack.api.methods.response.conversations.ConversationsArchiveResponse
-
- conversationsClose(ConversationsCloseRequest) - Method in class com.github.seratch.jslack.api.methods.impl.MethodsClientImpl
-
- conversationsClose(ConversationsCloseRequest) - Method in interface com.github.seratch.jslack.api.methods.MethodsClient
-
- ConversationsCloseRequest - Class in com.github.seratch.jslack.api.methods.request.conversations
-
- ConversationsCloseRequest() - Constructor for class com.github.seratch.jslack.api.methods.request.conversations.ConversationsCloseRequest
-
- ConversationsCloseResponse - Class in com.github.seratch.jslack.api.methods.response.conversations
-
- ConversationsCloseResponse() - Constructor for class com.github.seratch.jslack.api.methods.response.conversations.ConversationsCloseResponse
-
- conversationsCreate(ConversationsCreateRequest) - Method in class com.github.seratch.jslack.api.methods.impl.MethodsClientImpl
-
- conversationsCreate(ConversationsCreateRequest) - Method in interface com.github.seratch.jslack.api.methods.MethodsClient
-
- ConversationsCreateRequest - Class in com.github.seratch.jslack.api.methods.request.conversations
-
- ConversationsCreateRequest() - Constructor for class com.github.seratch.jslack.api.methods.request.conversations.ConversationsCreateRequest
-
- ConversationsCreateResponse - Class in com.github.seratch.jslack.api.methods.response.conversations
-
- ConversationsCreateResponse() - Constructor for class com.github.seratch.jslack.api.methods.response.conversations.ConversationsCreateResponse
-
- conversationsHistory(ConversationsHistoryRequest) - Method in class com.github.seratch.jslack.api.methods.impl.MethodsClientImpl
-
- conversationsHistory(ConversationsHistoryRequest) - Method in interface com.github.seratch.jslack.api.methods.MethodsClient
-
- ConversationsHistoryRequest - Class in com.github.seratch.jslack.api.methods.request.conversations
-
- ConversationsHistoryRequest() - Constructor for class com.github.seratch.jslack.api.methods.request.conversations.ConversationsHistoryRequest
-
- ConversationsHistoryResponse - Class in com.github.seratch.jslack.api.methods.response.conversations
-
- ConversationsHistoryResponse() - Constructor for class com.github.seratch.jslack.api.methods.response.conversations.ConversationsHistoryResponse
-
- conversationsInfo(ConversationsInfoRequest) - Method in class com.github.seratch.jslack.api.methods.impl.MethodsClientImpl
-
- conversationsInfo(ConversationsInfoRequest) - Method in interface com.github.seratch.jslack.api.methods.MethodsClient
-
- ConversationsInfoRequest - Class in com.github.seratch.jslack.api.methods.request.conversations
-
- ConversationsInfoRequest() - Constructor for class com.github.seratch.jslack.api.methods.request.conversations.ConversationsInfoRequest
-
- ConversationsInfoResponse - Class in com.github.seratch.jslack.api.methods.response.conversations
-
- ConversationsInfoResponse() - Constructor for class com.github.seratch.jslack.api.methods.response.conversations.ConversationsInfoResponse
-
- conversationsInvite(ConversationsInviteRequest) - Method in class com.github.seratch.jslack.api.methods.impl.MethodsClientImpl
-
- conversationsInvite(ConversationsInviteRequest) - Method in interface com.github.seratch.jslack.api.methods.MethodsClient
-
- ConversationsInviteRequest - Class in com.github.seratch.jslack.api.methods.request.conversations
-
- ConversationsInviteRequest() - Constructor for class com.github.seratch.jslack.api.methods.request.conversations.ConversationsInviteRequest
-
- ConversationsInviteResponse - Class in com.github.seratch.jslack.api.methods.response.conversations
-
- ConversationsInviteResponse() - Constructor for class com.github.seratch.jslack.api.methods.response.conversations.ConversationsInviteResponse
-
- conversationsJoin(ConversationsJoinRequest) - Method in class com.github.seratch.jslack.api.methods.impl.MethodsClientImpl
-
- conversationsJoin(ConversationsJoinRequest) - Method in interface com.github.seratch.jslack.api.methods.MethodsClient
-
- ConversationsJoinRequest - Class in com.github.seratch.jslack.api.methods.request.conversations
-
- ConversationsJoinRequest() - Constructor for class com.github.seratch.jslack.api.methods.request.conversations.ConversationsJoinRequest
-
- ConversationsJoinResponse - Class in com.github.seratch.jslack.api.methods.response.conversations
-
- ConversationsJoinResponse() - Constructor for class com.github.seratch.jslack.api.methods.response.conversations.ConversationsJoinResponse
-
- conversationsKick(ConversationsKickRequest) - Method in class com.github.seratch.jslack.api.methods.impl.MethodsClientImpl
-
- conversationsKick(ConversationsKickRequest) - Method in interface com.github.seratch.jslack.api.methods.MethodsClient
-
- ConversationsKickRequest - Class in com.github.seratch.jslack.api.methods.request.conversations
-
- ConversationsKickRequest() - Constructor for class com.github.seratch.jslack.api.methods.request.conversations.ConversationsKickRequest
-
- ConversationsKickResponse - Class in com.github.seratch.jslack.api.methods.response.conversations
-
- ConversationsKickResponse() - Constructor for class com.github.seratch.jslack.api.methods.response.conversations.ConversationsKickResponse
-
- conversationsLeave(ConversationsLeaveRequest) - Method in class com.github.seratch.jslack.api.methods.impl.MethodsClientImpl
-
- conversationsLeave(ConversationsLeaveRequest) - Method in interface com.github.seratch.jslack.api.methods.MethodsClient
-
- ConversationsLeaveRequest - Class in com.github.seratch.jslack.api.methods.request.conversations
-
- ConversationsLeaveRequest() - Constructor for class com.github.seratch.jslack.api.methods.request.conversations.ConversationsLeaveRequest
-
- ConversationsLeaveResponse - Class in com.github.seratch.jslack.api.methods.response.conversations
-
- ConversationsLeaveResponse() - Constructor for class com.github.seratch.jslack.api.methods.response.conversations.ConversationsLeaveResponse
-
- conversationsList(ConversationsListRequest) - Method in class com.github.seratch.jslack.api.methods.impl.MethodsClientImpl
-
- conversationsList(ConversationsListRequest) - Method in interface com.github.seratch.jslack.api.methods.MethodsClient
-
- ConversationsListRequest - Class in com.github.seratch.jslack.api.methods.request.conversations
-
- ConversationsListRequest() - Constructor for class com.github.seratch.jslack.api.methods.request.conversations.ConversationsListRequest
-
- ConversationsListResponse - Class in com.github.seratch.jslack.api.methods.response.conversations
-
- ConversationsListResponse() - Constructor for class com.github.seratch.jslack.api.methods.response.conversations.ConversationsListResponse
-
- conversationsMembers(ConversationsMembersRequest) - Method in class com.github.seratch.jslack.api.methods.impl.MethodsClientImpl
-
- conversationsMembers(ConversationsMembersRequest) - Method in interface com.github.seratch.jslack.api.methods.MethodsClient
-
- ConversationsMembersRequest - Class in com.github.seratch.jslack.api.methods.request.conversations
-
- ConversationsMembersRequest() - Constructor for class com.github.seratch.jslack.api.methods.request.conversations.ConversationsMembersRequest
-
- ConversationsMembersResponse - Class in com.github.seratch.jslack.api.methods.response.conversations
-
- ConversationsMembersResponse() - Constructor for class com.github.seratch.jslack.api.methods.response.conversations.ConversationsMembersResponse
-
- conversationsOpen(ConversationsOpenRequest) - Method in class com.github.seratch.jslack.api.methods.impl.MethodsClientImpl
-
- conversationsOpen(ConversationsOpenRequest) - Method in interface com.github.seratch.jslack.api.methods.MethodsClient
-
- ConversationsOpenRequest - Class in com.github.seratch.jslack.api.methods.request.conversations
-
- ConversationsOpenRequest() - Constructor for class com.github.seratch.jslack.api.methods.request.conversations.ConversationsOpenRequest
-
- ConversationsOpenResponse - Class in com.github.seratch.jslack.api.methods.response.conversations
-
- ConversationsOpenResponse() - Constructor for class com.github.seratch.jslack.api.methods.response.conversations.ConversationsOpenResponse
-
- conversationsRename(ConversationsRenameRequest) - Method in class com.github.seratch.jslack.api.methods.impl.MethodsClientImpl
-
- conversationsRename(ConversationsRenameRequest) - Method in interface com.github.seratch.jslack.api.methods.MethodsClient
-
- ConversationsRenameRequest - Class in com.github.seratch.jslack.api.methods.request.conversations
-
- ConversationsRenameRequest() - Constructor for class com.github.seratch.jslack.api.methods.request.conversations.ConversationsRenameRequest
-
- ConversationsRenameResponse - Class in com.github.seratch.jslack.api.methods.response.conversations
-
- ConversationsRenameResponse() - Constructor for class com.github.seratch.jslack.api.methods.response.conversations.ConversationsRenameResponse
-
- conversationsReplies(ConversationsRepliesRequest) - Method in class com.github.seratch.jslack.api.methods.impl.MethodsClientImpl
-
- conversationsReplies(ConversationsRepliesRequest) - Method in interface com.github.seratch.jslack.api.methods.MethodsClient
-
- ConversationsRepliesRequest - Class in com.github.seratch.jslack.api.methods.request.conversations
-
- ConversationsRepliesRequest() - Constructor for class com.github.seratch.jslack.api.methods.request.conversations.ConversationsRepliesRequest
-
- ConversationsRepliesResponse - Class in com.github.seratch.jslack.api.methods.response.conversations
-
- ConversationsRepliesResponse() - Constructor for class com.github.seratch.jslack.api.methods.response.conversations.ConversationsRepliesResponse
-
- ConversationsSelectElement - Class in com.github.seratch.jslack.api.model.block.element
-
https://api.slack.com/reference/messaging/block-elements#conversations-select
- ConversationsSelectElement() - Constructor for class com.github.seratch.jslack.api.model.block.element.ConversationsSelectElement
-
- conversationsSetPurpose(ConversationsSetPurposeRequest) - Method in class com.github.seratch.jslack.api.methods.impl.MethodsClientImpl
-
- conversationsSetPurpose(ConversationsSetPurposeRequest) - Method in interface com.github.seratch.jslack.api.methods.MethodsClient
-
- ConversationsSetPurposeRequest - Class in com.github.seratch.jslack.api.methods.request.conversations
-
- ConversationsSetPurposeRequest() - Constructor for class com.github.seratch.jslack.api.methods.request.conversations.ConversationsSetPurposeRequest
-
- ConversationsSetPurposeResponse - Class in com.github.seratch.jslack.api.methods.response.conversations
-
- ConversationsSetPurposeResponse() - Constructor for class com.github.seratch.jslack.api.methods.response.conversations.ConversationsSetPurposeResponse
-
- conversationsSetTopic(ConversationsSetTopicRequest) - Method in class com.github.seratch.jslack.api.methods.impl.MethodsClientImpl
-
- conversationsSetTopic(ConversationsSetTopicRequest) - Method in interface com.github.seratch.jslack.api.methods.MethodsClient
-
- ConversationsSetTopicRequest - Class in com.github.seratch.jslack.api.methods.request.conversations
-
- ConversationsSetTopicRequest() - Constructor for class com.github.seratch.jslack.api.methods.request.conversations.ConversationsSetTopicRequest
-
- ConversationsSetTopicResponse - Class in com.github.seratch.jslack.api.methods.response.conversations
-
- ConversationsSetTopicResponse() - Constructor for class com.github.seratch.jslack.api.methods.response.conversations.ConversationsSetTopicResponse
-
- conversationsUnarchive(ConversationsUnarchiveRequest) - Method in class com.github.seratch.jslack.api.methods.impl.MethodsClientImpl
-
- conversationsUnarchive(ConversationsUnarchiveRequest) - Method in interface com.github.seratch.jslack.api.methods.MethodsClient
-
- ConversationsUnarchiveRequest - Class in com.github.seratch.jslack.api.methods.request.conversations
-
- ConversationsUnarchiveRequest() - Constructor for class com.github.seratch.jslack.api.methods.request.conversations.ConversationsUnarchiveRequest
-
- ConversationsUnarchiveResponse - Class in com.github.seratch.jslack.api.methods.response.conversations
-
- ConversationsUnarchiveResponse() - Constructor for class com.github.seratch.jslack.api.methods.response.conversations.ConversationsUnarchiveResponse
-
- 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
-
- createSnakeCase() - Static method in class com.github.seratch.jslack.common.json.GsonFactory
-
- createSnakeCase(SlackConfig) - Static method in class com.github.seratch.jslack.common.json.GsonFactory
-
- generate(String, String) - Method in class com.github.seratch.jslack.app_backend.SlackSignature.Generator
-
- Generator() - Constructor for class com.github.seratch.jslack.app_backend.SlackSignature.Generator
-
- Generator(String) - Constructor for class com.github.seratch.jslack.app_backend.SlackSignature.Generator
-
- getApiAppId() - Method in interface com.github.seratch.jslack.app_backend.events.payload.EventsApiPayload
-
- getBody() - Method in class com.github.seratch.jslack.app_backend.vendor.aws.lambda.response.ApiGatewayResponse
-
- getConfig() - Method in class com.github.seratch.jslack.common.http.SlackHttpClient
-
- getConnectedBotUser() - Method in class com.github.seratch.jslack.api.rtm.RTMClient
-
- getError() - Method in interface com.github.seratch.jslack.api.methods.SlackApiResponse
-
- getEvent() - Method in interface com.github.seratch.jslack.app_backend.events.payload.EventsApiPayload
-
- getEventClass() - Method in class com.github.seratch.jslack.api.rtm.RTMEventHandler
-
Returns the Class object of the Event implementation.
- getEventId() - Method in interface com.github.seratch.jslack.app_backend.events.payload.EventsApiPayload
-
- getEventPayloadClass() - Method in class com.github.seratch.jslack.app_backend.events.EventHandler
-
Returns the Class object of the EventApiPayload implementation.
- getEventTime() - Method in interface com.github.seratch.jslack.app_backend.events.payload.EventsApiPayload
-
- getEventType() - Method in class com.github.seratch.jslack.api.rtm.RTMEventHandler
-
Returns the type value of the event (e.g., MessageEvent.TYPE_NAME)
- getEventType() - Method in class com.github.seratch.jslack.app_backend.events.EventHandler
-
Returns the type value of the event (e.g., MessageEvent.TYPE_NAME)
- getEventType() - Method in class com.github.seratch.jslack.app_backend.events.handler.AppMentionHandler
-
- getEventType() - Method in class com.github.seratch.jslack.app_backend.events.handler.AppRateLimitedHandler
-
- getEventType() - Method in class com.github.seratch.jslack.app_backend.events.handler.AppUninstalledHandler
-
- getEventType() - Method in class com.github.seratch.jslack.app_backend.events.handler.ChannelArchiveHandler
-
- getEventType() - Method in class com.github.seratch.jslack.app_backend.events.handler.ChannelCreatedHandler
-
- getEventType() - Method in class com.github.seratch.jslack.app_backend.events.handler.ChannelDeletedHandler
-
- getEventType() - Method in class com.github.seratch.jslack.app_backend.events.handler.ChannelHistoryChangedHandler
-
- getEventType() - Method in class com.github.seratch.jslack.app_backend.events.handler.ChannelLeftHandler
-
- getEventType() - Method in class com.github.seratch.jslack.app_backend.events.handler.ChannelRenameHandler
-
- getEventType() - Method in class com.github.seratch.jslack.app_backend.events.handler.ChannelUnarchiveHandler
-
- getEventType() - Method in class com.github.seratch.jslack.app_backend.events.handler.DndUpdatedHandler
-
- getEventType() - Method in class com.github.seratch.jslack.app_backend.events.handler.DndUpdatedUserHandler
-
- getEventType() - Method in class com.github.seratch.jslack.app_backend.events.handler.EmailDomainChangedHandler
-
- getEventType() - Method in class com.github.seratch.jslack.app_backend.events.handler.EmojiChangedHandler
-
- getEventType() - Method in class com.github.seratch.jslack.app_backend.events.handler.FileChangeHandler
-
- getEventType() - Method in class com.github.seratch.jslack.app_backend.events.handler.FileCreatedHandler
-
- getEventType() - Method in class com.github.seratch.jslack.app_backend.events.handler.FileDeletedHandler
-
- getEventType() - Method in class com.github.seratch.jslack.app_backend.events.handler.FilePublicHandler
-
- getEventType() - Method in class com.github.seratch.jslack.app_backend.events.handler.FileSharedHandler
-
- getEventType() - Method in class com.github.seratch.jslack.app_backend.events.handler.FileUnsharedHandler
-
- getEventType() - Method in class com.github.seratch.jslack.app_backend.events.handler.GoodbyeHandler
-
- getEventType() - Method in class com.github.seratch.jslack.app_backend.events.handler.GridMigrationFinishedHandler
-
- getEventType() - Method in class com.github.seratch.jslack.app_backend.events.handler.GridMigrationStartedHandler
-
- getEventType() - Method in class com.github.seratch.jslack.app_backend.events.handler.GroupArchiveHandler
-
- getEventType() - Method in class com.github.seratch.jslack.app_backend.events.handler.GroupCloseHandler
-
- getEventType() - Method in class com.github.seratch.jslack.app_backend.events.handler.GroupDeletedHandler
-
- getEventType() - Method in class com.github.seratch.jslack.app_backend.events.handler.GroupHistoryChangedHandler
-
- getEventType() - Method in class com.github.seratch.jslack.app_backend.events.handler.GroupLeftHandler
-
- getEventType() - Method in class com.github.seratch.jslack.app_backend.events.handler.GroupOpenHandler
-
- getEventType() - Method in class com.github.seratch.jslack.app_backend.events.handler.GroupRenameHandler
-
- getEventType() - Method in class com.github.seratch.jslack.app_backend.events.handler.GroupUnarchiveHandler
-
- getEventType() - Method in class com.github.seratch.jslack.app_backend.events.handler.ImCloseHandler
-
- getEventType() - Method in class com.github.seratch.jslack.app_backend.events.handler.ImCreatedHandler
-
- getEventType() - Method in class com.github.seratch.jslack.app_backend.events.handler.ImHistoryChangedHandler
-
- getEventType() - Method in class com.github.seratch.jslack.app_backend.events.handler.ImOpenHandler
-
- getEventType() - Method in class com.github.seratch.jslack.app_backend.events.handler.LinkSharedHandler
-
- getEventType() - Method in class com.github.seratch.jslack.app_backend.events.handler.MemberJoinedChannelHandler
-
- getEventType() - Method in class com.github.seratch.jslack.app_backend.events.handler.MemberLeftChannelHandler
-
- getEventType() - Method in class com.github.seratch.jslack.app_backend.events.handler.MessageHandler
-
- getEventType() - Method in class com.github.seratch.jslack.app_backend.events.handler.PinAddedHandler
-
- getEventType() - Method in class com.github.seratch.jslack.app_backend.events.handler.PinRemovedHandler
-
- getEventType() - Method in class com.github.seratch.jslack.app_backend.events.handler.ReactionAddedHandler
-
- getEventType() - Method in class com.github.seratch.jslack.app_backend.events.handler.ReactionRemovedHandler
-
- getEventType() - Method in class com.github.seratch.jslack.app_backend.events.handler.ResourcesAddedHandler
-
- getEventType() - Method in class com.github.seratch.jslack.app_backend.events.handler.ResourcesRemovedHandler
-
- getEventType() - Method in class com.github.seratch.jslack.app_backend.events.handler.ScopeDeniedHandler
-
- getEventType() - Method in class com.github.seratch.jslack.app_backend.events.handler.ScopeGrantedHandler
-
- getEventType() - Method in class com.github.seratch.jslack.app_backend.events.handler.StarAddedHandler
-
- getEventType() - Method in class com.github.seratch.jslack.app_backend.events.handler.StarRemovedHandler
-
- getEventType() - Method in class com.github.seratch.jslack.app_backend.events.handler.SubteamCreatedHandler
-
- getEventType() - Method in class com.github.seratch.jslack.app_backend.events.handler.SubteamMembersChangedHandler
-
- getEventType() - Method in class com.github.seratch.jslack.app_backend.events.handler.SubteamSelfAddedHandler
-
- getEventType() - Method in class com.github.seratch.jslack.app_backend.events.handler.SubteamSelfRemovedHandler
-
- getEventType() - Method in class com.github.seratch.jslack.app_backend.events.handler.SubteamUpdatedHandler
-
- getEventType() - Method in class com.github.seratch.jslack.app_backend.events.handler.TeamDomainChangeHandler
-
- getEventType() - Method in class com.github.seratch.jslack.app_backend.events.handler.TeamJoinHandler
-
- getEventType() - Method in class com.github.seratch.jslack.app_backend.events.handler.TeamRenameHandler
-
- getEventType() - Method in class com.github.seratch.jslack.app_backend.events.handler.TokensRevokedHandler
-
- getEventType() - Method in class com.github.seratch.jslack.app_backend.events.handler.UserChangeHandler
-
- getEventType() - Method in class com.github.seratch.jslack.app_backend.events.handler.UserResourceDeniedHandler
-
- getEventType() - Method in class com.github.seratch.jslack.app_backend.events.handler.UserResourceGrantedHandler
-
- getEventType() - Method in class com.github.seratch.jslack.app_backend.events.handler.UserResourceRemovedHandler
-
- getHeaders() - Method in class com.github.seratch.jslack.app_backend.vendor.aws.lambda.response.ApiGatewayResponse
-
- getHttpClient() - Method in class com.github.seratch.jslack.Slack
-
- getInstance() - Static method in class com.github.seratch.jslack.api.rtm.RTMEventsDispatcherFactory
-
Returns an RTMEventsDispatcher.
- getInstance() - Static method in class com.github.seratch.jslack.app_backend.events.EventsDispatcherFactory
-
Returns an EventsDispatcher.
- getInstance() - Static method in class com.github.seratch.jslack.Slack
-
- getInstance(SlackConfig) - Static method in class com.github.seratch.jslack.Slack
-
- getInstance(SlackConfig, SlackHttpClient) - Static method in class com.github.seratch.jslack.Slack
-
- getInstance(SlackHttpClient) - Static method in class com.github.seratch.jslack.Slack
-
- getLabel() - Method in interface com.github.seratch.jslack.api.model.dialog.DialogElement
-
- getName() - Method in interface com.github.seratch.jslack.api.model.dialog.DialogElement
-
- getNeeded() - Method in interface com.github.seratch.jslack.api.methods.SlackApiResponse
-
- getPlaceholder() - Method in interface com.github.seratch.jslack.api.model.dialog.DialogElement
-
- getProvided() - Method in interface com.github.seratch.jslack.api.methods.SlackApiResponse
-
- getStatusCode() - Method in class com.github.seratch.jslack.app_backend.vendor.aws.lambda.response.ApiGatewayResponse
-
- getTeamId() - Method in interface com.github.seratch.jslack.app_backend.events.payload.EventsApiPayload
-
- getToken() - Method in interface com.github.seratch.jslack.app_backend.events.payload.EventsApiPayload
-
- 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
-
- getType() - Method in interface com.github.seratch.jslack.app_backend.events.payload.EventsApiPayload
-
- getValue() - Method in interface com.github.seratch.jslack.api.model.dialog.DialogElement
-
- getWarning() - Method in interface com.github.seratch.jslack.api.methods.SlackApiResponse
-
- getWssUri() - Method in class com.github.seratch.jslack.api.rtm.RTMClient
-
- 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
-
- GoodbyeHandler - Class in com.github.seratch.jslack.app_backend.events.handler
-
- GoodbyeHandler() - Constructor for class com.github.seratch.jslack.app_backend.events.handler.GoodbyeHandler
-
- GoodbyePayload - Class in com.github.seratch.jslack.app_backend.events.payload
-
- GoodbyePayload() - Constructor for class com.github.seratch.jslack.app_backend.events.payload.GoodbyePayload
-
- 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
-
- GridMigrationFinishedHandler - Class in com.github.seratch.jslack.app_backend.events.handler
-
- GridMigrationFinishedHandler() - Constructor for class com.github.seratch.jslack.app_backend.events.handler.GridMigrationFinishedHandler
-
- GridMigrationFinishedPayload - Class in com.github.seratch.jslack.app_backend.events.payload
-
- GridMigrationFinishedPayload() - Constructor for class com.github.seratch.jslack.app_backend.events.payload.GridMigrationFinishedPayload
-
- 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
-
- GridMigrationStartedHandler - Class in com.github.seratch.jslack.app_backend.events.handler
-
- GridMigrationStartedHandler() - Constructor for class com.github.seratch.jslack.app_backend.events.handler.GridMigrationStartedHandler
-
- GridMigrationStartedPayload - Class in com.github.seratch.jslack.app_backend.events.payload
-
- GridMigrationStartedPayload() - Constructor for class com.github.seratch.jslack.app_backend.events.payload.GridMigrationStartedPayload
-
- 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
-
- GroupArchiveHandler - Class in com.github.seratch.jslack.app_backend.events.handler
-
- GroupArchiveHandler() - Constructor for class com.github.seratch.jslack.app_backend.events.handler.GroupArchiveHandler
-
- GroupArchivePayload - Class in com.github.seratch.jslack.app_backend.events.payload
-
- GroupArchivePayload() - Constructor for class com.github.seratch.jslack.app_backend.events.payload.GroupArchivePayload
-
- 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
-
- GroupCloseHandler - Class in com.github.seratch.jslack.app_backend.events.handler
-
- GroupCloseHandler() - Constructor for class com.github.seratch.jslack.app_backend.events.handler.GroupCloseHandler
-
- GroupClosePayload - Class in com.github.seratch.jslack.app_backend.events.payload
-
- GroupClosePayload() - Constructor for class com.github.seratch.jslack.app_backend.events.payload.GroupClosePayload
-
- 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
-
- GroupDeletedHandler - Class in com.github.seratch.jslack.app_backend.events.handler
-
- GroupDeletedHandler() - Constructor for class com.github.seratch.jslack.app_backend.events.handler.GroupDeletedHandler
-
- GroupDeletedPayload - Class in com.github.seratch.jslack.app_backend.events.payload
-
- GroupDeletedPayload() - Constructor for class com.github.seratch.jslack.app_backend.events.payload.GroupDeletedPayload
-
- 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
-
- GroupHistoryChangedHandler - Class in com.github.seratch.jslack.app_backend.events.handler
-
- GroupHistoryChangedHandler() - Constructor for class com.github.seratch.jslack.app_backend.events.handler.GroupHistoryChangedHandler
-
- GroupHistoryChangedPayload - Class in com.github.seratch.jslack.app_backend.events.payload
-
- GroupHistoryChangedPayload() - Constructor for class com.github.seratch.jslack.app_backend.events.payload.GroupHistoryChangedPayload
-
- GroupId - Class in com.github.seratch.jslack.shortcut.model
-
- GroupId(String) - Constructor for class com.github.seratch.jslack.shortcut.model.GroupId
-
- 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
-
- GroupLeftHandler - Class in com.github.seratch.jslack.app_backend.events.handler
-
- GroupLeftHandler() - Constructor for class com.github.seratch.jslack.app_backend.events.handler.GroupLeftHandler
-
- GroupLeftPayload - Class in com.github.seratch.jslack.app_backend.events.payload
-
- GroupLeftPayload() - Constructor for class com.github.seratch.jslack.app_backend.events.payload.GroupLeftPayload
-
- 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
-
- GroupOpenHandler - Class in com.github.seratch.jslack.app_backend.events.handler
-
- GroupOpenHandler() - Constructor for class com.github.seratch.jslack.app_backend.events.handler.GroupOpenHandler
-
- GroupOpenPayload - Class in com.github.seratch.jslack.app_backend.events.payload
-
- GroupOpenPayload() - Constructor for class com.github.seratch.jslack.app_backend.events.payload.GroupOpenPayload
-
- 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
-
- GroupRenameHandler - Class in com.github.seratch.jslack.app_backend.events.handler
-
- GroupRenameHandler() - Constructor for class com.github.seratch.jslack.app_backend.events.handler.GroupRenameHandler
-
- GroupRenamePayload - Class in com.github.seratch.jslack.app_backend.events.payload
-
- GroupRenamePayload() - Constructor for class com.github.seratch.jslack.app_backend.events.payload.GroupRenamePayload
-
- GROUPS_ARCHIVE - Static variable in class com.github.seratch.jslack.api.methods.Methods
-
- GROUPS_CLOSE - Static variable in class com.github.seratch.jslack.api.methods.Methods
-
Deprecated.
- GROUPS_CREATE - Static variable in class com.github.seratch.jslack.api.methods.Methods
-
- GROUPS_CREATE_CHILD - Static variable in class com.github.seratch.jslack.api.methods.Methods
-
- GROUPS_HISTORY - Static variable in class com.github.seratch.jslack.api.methods.Methods
-
- GROUPS_INFO - Static variable in class com.github.seratch.jslack.api.methods.Methods
-
- GROUPS_INVITE - Static variable in class com.github.seratch.jslack.api.methods.Methods
-
- GROUPS_KICK - Static variable in class com.github.seratch.jslack.api.methods.Methods
-
- GROUPS_LEAVE - Static variable in class com.github.seratch.jslack.api.methods.Methods
-
- GROUPS_LIST - Static variable in class com.github.seratch.jslack.api.methods.Methods
-
- GROUPS_MARK - Static variable in class com.github.seratch.jslack.api.methods.Methods
-
- GROUPS_OPEN - Static variable in class com.github.seratch.jslack.api.methods.Methods
-
- GROUPS_RENAME - Static variable in class com.github.seratch.jslack.api.methods.Methods
-
- GROUPS_REPLIES - Static variable in class com.github.seratch.jslack.api.methods.Methods
-
- GROUPS_SET_PURPOSE - Static variable in class com.github.seratch.jslack.api.methods.Methods
-
- GROUPS_SET_TOPIC - Static variable in class com.github.seratch.jslack.api.methods.Methods
-
- GROUPS_UNARCHIVE - Static variable in class com.github.seratch.jslack.api.methods.Methods
-
- groupsArchive(GroupsArchiveRequest) - Method in class com.github.seratch.jslack.api.methods.impl.MethodsClientImpl
-
- groupsArchive(GroupsArchiveRequest) - Method in interface com.github.seratch.jslack.api.methods.MethodsClient
-
- GroupsArchiveRequest - Class in com.github.seratch.jslack.api.methods.request.groups
-
- GroupsArchiveRequest() - Constructor for class com.github.seratch.jslack.api.methods.request.groups.GroupsArchiveRequest
-
- GroupsArchiveResponse - Class in com.github.seratch.jslack.api.methods.response.groups
-
- GroupsArchiveResponse() - Constructor for class com.github.seratch.jslack.api.methods.response.groups.GroupsArchiveResponse
-
- groupsClose(GroupsCloseRequest) - Method in class com.github.seratch.jslack.api.methods.impl.MethodsClientImpl
-
- groupsClose(GroupsCloseRequest) - Method in interface com.github.seratch.jslack.api.methods.MethodsClient
-
Deprecated.
- GroupsCloseRequest - Class in com.github.seratch.jslack.api.methods.request.groups
-
- GroupsCloseRequest() - Constructor for class com.github.seratch.jslack.api.methods.request.groups.GroupsCloseRequest
-
- GroupsCloseResponse - Class in com.github.seratch.jslack.api.methods.response.groups
-
- GroupsCloseResponse() - Constructor for class com.github.seratch.jslack.api.methods.response.groups.GroupsCloseResponse
-
- groupsCreate(GroupsCreateRequest) - Method in class com.github.seratch.jslack.api.methods.impl.MethodsClientImpl
-
- groupsCreate(GroupsCreateRequest) - Method in interface com.github.seratch.jslack.api.methods.MethodsClient
-
- groupsCreateChild(GroupsCreateChildRequest) - Method in class com.github.seratch.jslack.api.methods.impl.MethodsClientImpl
-
- groupsCreateChild(GroupsCreateChildRequest) - Method in interface com.github.seratch.jslack.api.methods.MethodsClient
-
- GroupsCreateChildRequest - Class in com.github.seratch.jslack.api.methods.request.groups
-
- GroupsCreateChildRequest() - Constructor for class com.github.seratch.jslack.api.methods.request.groups.GroupsCreateChildRequest
-
- GroupsCreateChildResponse - Class in com.github.seratch.jslack.api.methods.response.groups
-
- GroupsCreateChildResponse() - Constructor for class com.github.seratch.jslack.api.methods.response.groups.GroupsCreateChildResponse
-
- GroupsCreateRequest - Class in com.github.seratch.jslack.api.methods.request.groups
-
- GroupsCreateRequest() - Constructor for class com.github.seratch.jslack.api.methods.request.groups.GroupsCreateRequest
-
- GroupsCreateResponse - Class in com.github.seratch.jslack.api.methods.response.groups
-
- GroupsCreateResponse() - Constructor for class com.github.seratch.jslack.api.methods.response.groups.GroupsCreateResponse
-
- groupsHistory(GroupsHistoryRequest) - Method in class com.github.seratch.jslack.api.methods.impl.MethodsClientImpl
-
- groupsHistory(GroupsHistoryRequest) - Method in interface com.github.seratch.jslack.api.methods.MethodsClient
-
- GroupsHistoryRequest - Class in com.github.seratch.jslack.api.methods.request.groups
-
- GroupsHistoryRequest() - Constructor for class com.github.seratch.jslack.api.methods.request.groups.GroupsHistoryRequest
-
- GroupsHistoryResponse - Class in com.github.seratch.jslack.api.methods.response.groups
-
- GroupsHistoryResponse() - Constructor for class com.github.seratch.jslack.api.methods.response.groups.GroupsHistoryResponse
-
- groupsInfo(GroupsInfoRequest) - Method in class com.github.seratch.jslack.api.methods.impl.MethodsClientImpl
-
- groupsInfo(GroupsInfoRequest) - Method in interface com.github.seratch.jslack.api.methods.MethodsClient
-
- GroupsInfoRequest - Class in com.github.seratch.jslack.api.methods.request.groups
-
- GroupsInfoRequest() - Constructor for class com.github.seratch.jslack.api.methods.request.groups.GroupsInfoRequest
-
- GroupsInfoResponse - Class in com.github.seratch.jslack.api.methods.response.groups
-
- GroupsInfoResponse() - Constructor for class com.github.seratch.jslack.api.methods.response.groups.GroupsInfoResponse
-
- groupsInvite(GroupsInviteRequest) - Method in class com.github.seratch.jslack.api.methods.impl.MethodsClientImpl
-
- groupsInvite(GroupsInviteRequest) - Method in interface com.github.seratch.jslack.api.methods.MethodsClient
-
- GroupsInviteRequest - Class in com.github.seratch.jslack.api.methods.request.groups
-
- GroupsInviteRequest() - Constructor for class com.github.seratch.jslack.api.methods.request.groups.GroupsInviteRequest
-
- GroupsInviteResponse - Class in com.github.seratch.jslack.api.methods.response.groups
-
- GroupsInviteResponse() - Constructor for class com.github.seratch.jslack.api.methods.response.groups.GroupsInviteResponse
-
- groupsKick(GroupsKickRequest) - Method in class com.github.seratch.jslack.api.methods.impl.MethodsClientImpl
-
- groupsKick(GroupsKickRequest) - Method in interface com.github.seratch.jslack.api.methods.MethodsClient
-
- GroupsKickRequest - Class in com.github.seratch.jslack.api.methods.request.groups
-
- GroupsKickRequest() - Constructor for class com.github.seratch.jslack.api.methods.request.groups.GroupsKickRequest
-
- GroupsKickResponse - Class in com.github.seratch.jslack.api.methods.response.groups
-
- GroupsKickResponse() - Constructor for class com.github.seratch.jslack.api.methods.response.groups.GroupsKickResponse
-
- groupsLeave(GroupsLeaveRequest) - Method in class com.github.seratch.jslack.api.methods.impl.MethodsClientImpl
-
- groupsLeave(GroupsLeaveRequest) - Method in interface com.github.seratch.jslack.api.methods.MethodsClient
-
- GroupsLeaveRequest - Class in com.github.seratch.jslack.api.methods.request.groups
-
- GroupsLeaveRequest() - Constructor for class com.github.seratch.jslack.api.methods.request.groups.GroupsLeaveRequest
-
- GroupsLeaveResponse - Class in com.github.seratch.jslack.api.methods.response.groups
-
- GroupsLeaveResponse() - Constructor for class com.github.seratch.jslack.api.methods.response.groups.GroupsLeaveResponse
-
- groupsList(GroupsListRequest) - Method in class com.github.seratch.jslack.api.methods.impl.MethodsClientImpl
-
- groupsList(GroupsListRequest) - Method in interface com.github.seratch.jslack.api.methods.MethodsClient
-
- GroupsListRequest - Class in com.github.seratch.jslack.api.methods.request.groups
-
- GroupsListRequest() - Constructor for class com.github.seratch.jslack.api.methods.request.groups.GroupsListRequest
-
- GroupsListResponse - Class in com.github.seratch.jslack.api.methods.response.groups
-
- GroupsListResponse() - Constructor for class com.github.seratch.jslack.api.methods.response.groups.GroupsListResponse
-
- groupsMark(GroupsMarkRequest) - Method in class com.github.seratch.jslack.api.methods.impl.MethodsClientImpl
-
- groupsMark(GroupsMarkRequest) - Method in interface com.github.seratch.jslack.api.methods.MethodsClient
-
- GroupsMarkRequest - Class in com.github.seratch.jslack.api.methods.request.groups
-
- GroupsMarkRequest() - Constructor for class com.github.seratch.jslack.api.methods.request.groups.GroupsMarkRequest
-
- GroupsMarkResponse - Class in com.github.seratch.jslack.api.methods.response.groups
-
- GroupsMarkResponse() - Constructor for class com.github.seratch.jslack.api.methods.response.groups.GroupsMarkResponse
-
- groupsOpen(GroupsOpenRequest) - Method in class com.github.seratch.jslack.api.methods.impl.MethodsClientImpl
-
- groupsOpen(GroupsOpenRequest) - Method in interface com.github.seratch.jslack.api.methods.MethodsClient
-
- GroupsOpenRequest - Class in com.github.seratch.jslack.api.methods.request.groups
-
- GroupsOpenRequest() - Constructor for class com.github.seratch.jslack.api.methods.request.groups.GroupsOpenRequest
-
- GroupsOpenResponse - Class in com.github.seratch.jslack.api.methods.response.groups
-
- GroupsOpenResponse() - Constructor for class com.github.seratch.jslack.api.methods.response.groups.GroupsOpenResponse
-
- groupsRename(GroupsRenameRequest) - Method in class com.github.seratch.jslack.api.methods.impl.MethodsClientImpl
-
- groupsRename(GroupsRenameRequest) - Method in interface com.github.seratch.jslack.api.methods.MethodsClient
-
- GroupsRenameRequest - Class in com.github.seratch.jslack.api.methods.request.groups
-
- GroupsRenameRequest() - Constructor for class com.github.seratch.jslack.api.methods.request.groups.GroupsRenameRequest
-
- GroupsRenameResponse - Class in com.github.seratch.jslack.api.methods.response.groups
-
- GroupsRenameResponse() - Constructor for class com.github.seratch.jslack.api.methods.response.groups.GroupsRenameResponse
-
- groupsReplies(GroupsRepliesRequest) - Method in class com.github.seratch.jslack.api.methods.impl.MethodsClientImpl
-
- groupsReplies(GroupsRepliesRequest) - Method in interface com.github.seratch.jslack.api.methods.MethodsClient
-
- GroupsRepliesRequest - Class in com.github.seratch.jslack.api.methods.request.groups
-
- GroupsRepliesRequest() - Constructor for class com.github.seratch.jslack.api.methods.request.groups.GroupsRepliesRequest
-
- GroupsRepliesResponse - Class in com.github.seratch.jslack.api.methods.response.groups
-
- GroupsRepliesResponse() - Constructor for class com.github.seratch.jslack.api.methods.response.groups.GroupsRepliesResponse
-
- groupsSetPurpose(GroupsSetPurposeRequest) - Method in class com.github.seratch.jslack.api.methods.impl.MethodsClientImpl
-
- groupsSetPurpose(GroupsSetPurposeRequest) - Method in interface com.github.seratch.jslack.api.methods.MethodsClient
-
- GroupsSetPurposeRequest - Class in com.github.seratch.jslack.api.methods.request.groups
-
- GroupsSetPurposeRequest() - Constructor for class com.github.seratch.jslack.api.methods.request.groups.GroupsSetPurposeRequest
-
- GroupsSetPurposeResponse - Class in com.github.seratch.jslack.api.methods.response.groups
-
- GroupsSetPurposeResponse() - Constructor for class com.github.seratch.jslack.api.methods.response.groups.GroupsSetPurposeResponse
-
- groupsSetTopic(GroupsSetTopicRequest) - Method in class com.github.seratch.jslack.api.methods.impl.MethodsClientImpl
-
- groupsSetTopic(GroupsSetTopicRequest) - Method in interface com.github.seratch.jslack.api.methods.MethodsClient
-
- GroupsSetTopicRequest - Class in com.github.seratch.jslack.api.methods.request.groups
-
- GroupsSetTopicRequest() - Constructor for class com.github.seratch.jslack.api.methods.request.groups.GroupsSetTopicRequest
-
- GroupsSetTopicResponse - Class in com.github.seratch.jslack.api.methods.response.groups
-
- GroupsSetTopicResponse() - Constructor for class com.github.seratch.jslack.api.methods.response.groups.GroupsSetTopicResponse
-
- groupsUnarchive(GroupsUnarchiveRequest) - Method in class com.github.seratch.jslack.api.methods.impl.MethodsClientImpl
-
- groupsUnarchive(GroupsUnarchiveRequest) - Method in interface com.github.seratch.jslack.api.methods.MethodsClient
-
- GroupsUnarchiveRequest - Class in com.github.seratch.jslack.api.methods.request.groups
-
- GroupsUnarchiveRequest() - Constructor for class com.github.seratch.jslack.api.methods.request.groups.GroupsUnarchiveRequest
-
- GroupsUnarchiveResponse - Class in com.github.seratch.jslack.api.methods.response.groups
-
- GroupsUnarchiveResponse() - Constructor for class com.github.seratch.jslack.api.methods.response.groups.GroupsUnarchiveResponse
-
- 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
-
- GroupUnarchiveHandler - Class in com.github.seratch.jslack.app_backend.events.handler
-
- GroupUnarchiveHandler() - Constructor for class com.github.seratch.jslack.app_backend.events.handler.GroupUnarchiveHandler
-
- GroupUnarchivePayload - Class in com.github.seratch.jslack.app_backend.events.payload
-
- GroupUnarchivePayload() - Constructor for class com.github.seratch.jslack.app_backend.events.payload.GroupUnarchivePayload
-
- 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
-
- GsonContextBlockElementFactory - Class in com.github.seratch.jslack.common.json
-
- GsonContextBlockElementFactory() - Constructor for class com.github.seratch.jslack.common.json.GsonContextBlockElementFactory
-
- GsonFactory - Class in com.github.seratch.jslack.common.json
-
- GsonLayoutBlockFactory - Class in com.github.seratch.jslack.common.json
-
- GsonLayoutBlockFactory() - Constructor for class com.github.seratch.jslack.common.json.GsonLayoutBlockFactory
-
- GsonTextObjectFactory - Class in com.github.seratch.jslack.common.json
-
- GsonTextObjectFactory() - Constructor for class com.github.seratch.jslack.common.json.GsonTextObjectFactory
-
- rawBody(String) - Method in class com.github.seratch.jslack.app_backend.vendor.aws.lambda.response.ApiGatewayResponse.Builder
-
- 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
-
- ReactionAddedHandler - Class in com.github.seratch.jslack.app_backend.events.handler
-
- ReactionAddedHandler() - Constructor for class com.github.seratch.jslack.app_backend.events.handler.ReactionAddedHandler
-
- ReactionAddedPayload - Class in com.github.seratch.jslack.app_backend.events.payload
-
- ReactionAddedPayload() - Constructor for class com.github.seratch.jslack.app_backend.events.payload.ReactionAddedPayload
-
- ReactionName - Class in com.github.seratch.jslack.shortcut.model
-
- ReactionName(String) - Constructor for class com.github.seratch.jslack.shortcut.model.ReactionName
-
- 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
-
- ReactionRemovedHandler - Class in com.github.seratch.jslack.app_backend.events.handler
-
- ReactionRemovedHandler() - Constructor for class com.github.seratch.jslack.app_backend.events.handler.ReactionRemovedHandler
-
- ReactionRemovedPayload - Class in com.github.seratch.jslack.app_backend.events.payload
-
- ReactionRemovedPayload() - Constructor for class com.github.seratch.jslack.app_backend.events.payload.ReactionRemovedPayload
-
- REACTIONS_ADD - Static variable in class com.github.seratch.jslack.api.methods.Methods
-
- REACTIONS_GET - Static variable in class com.github.seratch.jslack.api.methods.Methods
-
- REACTIONS_LIST - Static variable in class com.github.seratch.jslack.api.methods.Methods
-
- REACTIONS_REMOVE - Static variable in class com.github.seratch.jslack.api.methods.Methods
-
- reactionsAdd(ReactionsAddRequest) - Method in class com.github.seratch.jslack.api.methods.impl.MethodsClientImpl
-
- reactionsAdd(ReactionsAddRequest) - Method in interface com.github.seratch.jslack.api.methods.MethodsClient
-
- ReactionsAddRequest - Class in com.github.seratch.jslack.api.methods.request.reactions
-
- ReactionsAddRequest() - Constructor for class com.github.seratch.jslack.api.methods.request.reactions.ReactionsAddRequest
-
- ReactionsAddResponse - Class in com.github.seratch.jslack.api.methods.response.reactions
-
- ReactionsAddResponse() - Constructor for class com.github.seratch.jslack.api.methods.response.reactions.ReactionsAddResponse
-
- reactionsGet(ReactionsGetRequest) - Method in class com.github.seratch.jslack.api.methods.impl.MethodsClientImpl
-
- reactionsGet(ReactionsGetRequest) - Method in interface com.github.seratch.jslack.api.methods.MethodsClient
-
- ReactionsGetRequest - Class in com.github.seratch.jslack.api.methods.request.reactions
-
- ReactionsGetRequest() - Constructor for class com.github.seratch.jslack.api.methods.request.reactions.ReactionsGetRequest
-
- ReactionsGetResponse - Class in com.github.seratch.jslack.api.methods.response.reactions
-
- ReactionsGetResponse() - Constructor for class com.github.seratch.jslack.api.methods.response.reactions.ReactionsGetResponse
-
- reactionsList(ReactionsListRequest) - Method in class com.github.seratch.jslack.api.methods.impl.MethodsClientImpl
-
- reactionsList(ReactionsListRequest) - Method in interface com.github.seratch.jslack.api.methods.MethodsClient
-
- ReactionsListRequest - Class in com.github.seratch.jslack.api.methods.request.reactions
-
- ReactionsListRequest() - Constructor for class com.github.seratch.jslack.api.methods.request.reactions.ReactionsListRequest
-
- ReactionsListResponse - Class in com.github.seratch.jslack.api.methods.response.reactions
-
- ReactionsListResponse() - Constructor for class com.github.seratch.jslack.api.methods.response.reactions.ReactionsListResponse
-
- reactionsRemove(ReactionsRemoveRequest) - Method in class com.github.seratch.jslack.api.methods.impl.MethodsClientImpl
-
- reactionsRemove(ReactionsRemoveRequest) - Method in interface com.github.seratch.jslack.api.methods.MethodsClient
-
- ReactionsRemoveRequest - Class in com.github.seratch.jslack.api.methods.request.reactions
-
- ReactionsRemoveRequest() - Constructor for class com.github.seratch.jslack.api.methods.request.reactions.ReactionsRemoveRequest
-
- ReactionsRemoveResponse - Class in com.github.seratch.jslack.api.methods.response.reactions
-
- ReactionsRemoveResponse() - Constructor for class com.github.seratch.jslack.api.methods.response.reactions.ReactionsRemoveResponse
-
- reconnect() - Method in class com.github.seratch.jslack.api.rtm.RTMClient
-
Re-connects to a new wss endpoint and starts a new WebSocket session.
- 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
-
- register(RTMEventHandler<? extends Event>) - Method in interface com.github.seratch.jslack.api.rtm.RTMEventsDispatcher
-
Registers a new EventHandler.
- register(RTMEventHandler<? extends Event>) - Method in class com.github.seratch.jslack.api.rtm.RTMEventsDispatcherImpl
-
- register(EventHandler<? extends EventsApiPayload<?>>) - Method in interface com.github.seratch.jslack.app_backend.events.EventsDispatcher
-
Registers a new EventHandler.
- register(EventHandler<? extends EventsApiPayload<?>>) - Method in class com.github.seratch.jslack.app_backend.events.EventsDispatcherImpl
-
- 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
-
- REMINDERS_ADD - Static variable in class com.github.seratch.jslack.api.methods.Methods
-
- REMINDERS_COMPLETE - Static variable in class com.github.seratch.jslack.api.methods.Methods
-
- REMINDERS_DELETE - Static variable in class com.github.seratch.jslack.api.methods.Methods
-
- REMINDERS_INFO - Static variable in class com.github.seratch.jslack.api.methods.Methods
-
- REMINDERS_LIST - Static variable in class com.github.seratch.jslack.api.methods.Methods
-
- remindersAdd(RemindersAddRequest) - Method in class com.github.seratch.jslack.api.methods.impl.MethodsClientImpl
-
- remindersAdd(RemindersAddRequest) - Method in interface com.github.seratch.jslack.api.methods.MethodsClient
-
- RemindersAddRequest - Class in com.github.seratch.jslack.api.methods.request.reminders
-
- RemindersAddRequest() - Constructor for class com.github.seratch.jslack.api.methods.request.reminders.RemindersAddRequest
-
- RemindersAddResponse - Class in com.github.seratch.jslack.api.methods.response.reminders
-
- RemindersAddResponse() - Constructor for class com.github.seratch.jslack.api.methods.response.reminders.RemindersAddResponse
-
- remindersComplete(RemindersCompleteRequest) - Method in class com.github.seratch.jslack.api.methods.impl.MethodsClientImpl
-
- remindersComplete(RemindersCompleteRequest) - Method in interface com.github.seratch.jslack.api.methods.MethodsClient
-
- RemindersCompleteRequest - Class in com.github.seratch.jslack.api.methods.request.reminders
-
- RemindersCompleteRequest() - Constructor for class com.github.seratch.jslack.api.methods.request.reminders.RemindersCompleteRequest
-
- RemindersCompleteResponse - Class in com.github.seratch.jslack.api.methods.response.reminders
-
- RemindersCompleteResponse() - Constructor for class com.github.seratch.jslack.api.methods.response.reminders.RemindersCompleteResponse
-
- remindersDelete(RemindersDeleteRequest) - Method in class com.github.seratch.jslack.api.methods.impl.MethodsClientImpl
-
- remindersDelete(RemindersDeleteRequest) - Method in interface com.github.seratch.jslack.api.methods.MethodsClient
-
- RemindersDeleteRequest - Class in com.github.seratch.jslack.api.methods.request.reminders
-
- RemindersDeleteRequest() - Constructor for class com.github.seratch.jslack.api.methods.request.reminders.RemindersDeleteRequest
-
- RemindersDeleteResponse - Class in com.github.seratch.jslack.api.methods.response.reminders
-
- RemindersDeleteResponse() - Constructor for class com.github.seratch.jslack.api.methods.response.reminders.RemindersDeleteResponse
-
- remindersInfo(RemindersInfoRequest) - Method in class com.github.seratch.jslack.api.methods.impl.MethodsClientImpl
-
- remindersInfo(RemindersInfoRequest) - Method in interface com.github.seratch.jslack.api.methods.MethodsClient
-
- RemindersInfoRequest - Class in com.github.seratch.jslack.api.methods.request.reminders
-
- RemindersInfoRequest() - Constructor for class com.github.seratch.jslack.api.methods.request.reminders.RemindersInfoRequest
-
- RemindersInfoResponse - Class in com.github.seratch.jslack.api.methods.response.reminders
-
- RemindersInfoResponse() - Constructor for class com.github.seratch.jslack.api.methods.response.reminders.RemindersInfoResponse
-
- remindersList(RemindersListRequest) - Method in class com.github.seratch.jslack.api.methods.impl.MethodsClientImpl
-
- remindersList(RemindersListRequest) - Method in interface com.github.seratch.jslack.api.methods.MethodsClient
-
- RemindersListRequest - Class in com.github.seratch.jslack.api.methods.request.reminders
-
- RemindersListRequest() - Constructor for class com.github.seratch.jslack.api.methods.request.reminders.RemindersListRequest
-
- RemindersListResponse - Class in com.github.seratch.jslack.api.methods.response.reminders
-
- RemindersListResponse() - Constructor for class com.github.seratch.jslack.api.methods.response.reminders.RemindersListResponse
-
- removeCloseHandler(RTMCloseHandler) - Method in class com.github.seratch.jslack.api.rtm.RTMClient
-
- removeErrorHandler(RTMErrorHandler) - Method in class com.github.seratch.jslack.api.rtm.RTMClient
-
- removeMessageHandler(RTMMessageHandler) - Method in class com.github.seratch.jslack.api.rtm.RTMClient
-
- RequestContext - Class in com.github.seratch.jslack.app_backend.vendor.aws.lambda.request
-
- RequestContext() - Constructor for class com.github.seratch.jslack.app_backend.vendor.aws.lambda.request.RequestContext
-
- RequestFormBuilder - Class in com.github.seratch.jslack.api.methods
-
- RequestTokenVerifier - Class in com.github.seratch.jslack.app_backend.util
-
Deprecated.
- RequestTokenVerifier() - Constructor for class com.github.seratch.jslack.app_backend.util.RequestTokenVerifier
-
Deprecated.
- RequestTokenVerifier(String) - Constructor for class com.github.seratch.jslack.app_backend.util.RequestTokenVerifier
-
Deprecated.
- Resource() - Constructor for class com.github.seratch.jslack.api.methods.response.apps.permissions.resources.AppsPermissionsResourcesListResponse.Resource
-
- Resource() - Constructor for class com.github.seratch.jslack.api.methods.response.apps.permissions.users.AppsPermissionsUsersListResponse.Resource
-
- 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
-
- Resources() - Constructor for class com.github.seratch.jslack.api.methods.response.apps.permissions.AppsPermissionsInfoResponse.Info.Permissions.Resources
-
- 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
-
- ResourcesAddedHandler - Class in com.github.seratch.jslack.app_backend.events.handler
-
- ResourcesAddedHandler() - Constructor for class com.github.seratch.jslack.app_backend.events.handler.ResourcesAddedHandler
-
- ResourcesAddedPayload - Class in com.github.seratch.jslack.app_backend.events.payload
-
- ResourcesAddedPayload() - Constructor for class com.github.seratch.jslack.app_backend.events.payload.ResourcesAddedPayload
-
- 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
-
- ResourcesRemovedHandler - Class in com.github.seratch.jslack.app_backend.events.handler
-
- ResourcesRemovedHandler() - Constructor for class com.github.seratch.jslack.app_backend.events.handler.ResourcesRemovedHandler
-
- ResourcesRemovedPayload - Class in com.github.seratch.jslack.app_backend.events.payload
-
- ResourcesRemovedPayload() - Constructor for class com.github.seratch.jslack.app_backend.events.payload.ResourcesRemovedPayload
-
- ResponseMetadata() - Constructor for class com.github.seratch.jslack.api.methods.response.chat.ChatPostMessageResponse.ResponseMetadata
-
- 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
-
- ResponsePrettyPrintingListener - Class in com.github.seratch.jslack.common.http.listener
-
- ResponsePrettyPrintingListener() - Constructor for class com.github.seratch.jslack.common.http.listener.ResponsePrettyPrintingListener
-
- ResponseSender - Class in com.github.seratch.jslack.app_backend.interactive_messages
-
- ResponseSender(Slack) - Constructor for class com.github.seratch.jslack.app_backend.interactive_messages.ResponseSender
-
- rtm(String) - Method in class com.github.seratch.jslack.Slack
-
Creates an RTM API client.
- RTM_CONNECT - Static variable in class com.github.seratch.jslack.api.methods.Methods
-
- RTM_START - Static variable in class com.github.seratch.jslack.api.methods.Methods
-
- RTMClient - Class in com.github.seratch.jslack.api.rtm
-
Real Time Messaging API
- RTMClient(Slack, String, String, User) - Constructor for class com.github.seratch.jslack.api.rtm.RTMClient
-
- RTMCloseHandler - Interface in com.github.seratch.jslack.api.rtm
-
- rtmConnect(RTMConnectRequest) - Method in class com.github.seratch.jslack.api.methods.impl.MethodsClientImpl
-
- rtmConnect(RTMConnectRequest) - Method in interface com.github.seratch.jslack.api.methods.MethodsClient
-
- rtmConnect(String) - Method in class com.github.seratch.jslack.Slack
-
Creates an RTM API client using `/rtm.connect`.
- rtmConnect(String, boolean) - Method in class com.github.seratch.jslack.Slack
-
Creates an RTM API client using `/rtm.connect`.
- RTMConnectRequest - Class in com.github.seratch.jslack.api.methods.request.rtm
-
- RTMConnectRequest() - Constructor for class com.github.seratch.jslack.api.methods.request.rtm.RTMConnectRequest
-
- RTMConnectResponse - Class in com.github.seratch.jslack.api.methods.response.rtm
-
- RTMConnectResponse() - Constructor for class com.github.seratch.jslack.api.methods.response.rtm.RTMConnectResponse
-
- RTMErrorHandler - Interface in com.github.seratch.jslack.api.rtm
-
- RTMEventHandler<E extends Event> - Class in com.github.seratch.jslack.api.rtm
-
Real Time Messaging API event handler base class.
- RTMEventHandler() - Constructor for class com.github.seratch.jslack.api.rtm.RTMEventHandler
-
- RTMEventsDispatcher - Interface in com.github.seratch.jslack.api.rtm
-
Real Time Messaging API requests dispatcher.
- RTMEventsDispatcherFactory - Class in com.github.seratch.jslack.api.rtm
-
Creates RTMEventsDispatcher instances.
- RTMEventsDispatcherImpl - Class in com.github.seratch.jslack.api.rtm
-
- RTMEventsDispatcherImpl() - Constructor for class com.github.seratch.jslack.api.rtm.RTMEventsDispatcherImpl
-
- RTMMessage - Interface in com.github.seratch.jslack.api.rtm.message
-
- RTMMessageHandler - Interface in com.github.seratch.jslack.api.rtm
-
- rtmStart(RTMStartRequest) - Method in class com.github.seratch.jslack.api.methods.impl.MethodsClientImpl
-
- rtmStart(RTMStartRequest) - Method in interface com.github.seratch.jslack.api.methods.MethodsClient
-
- rtmStart(String) - Method in class com.github.seratch.jslack.Slack
-
Creates an RTM API client using `/rtm.start`.
- rtmStart(String, boolean) - Method in class com.github.seratch.jslack.Slack
-
Creates an RTM API client using `/rtm.start`.
- RTMStartRequest - Class in com.github.seratch.jslack.api.methods.request.rtm
-
- RTMStartRequest() - Constructor for class com.github.seratch.jslack.api.methods.request.rtm.RTMStartRequest
-
- RTMStartResponse - Class in com.github.seratch.jslack.api.methods.response.rtm
-
- RTMStartResponse() - Constructor for class com.github.seratch.jslack.api.methods.response.rtm.RTMStartResponse
-
- RTMStartResponse.Prefs - Class in com.github.seratch.jslack.api.methods.response.rtm
-
- runHttpResponseListeners(Response, String) - Method in class com.github.seratch.jslack.common.http.SlackHttpClient
-
- runPostForm(FormBody.Builder, String) - Method in class com.github.seratch.jslack.api.methods.impl.MethodsClientImpl
-
- runPostForm(FormBody.Builder, String) - Method in interface com.github.seratch.jslack.api.methods.MethodsClient
-
- runPostFormWithToken(FormBody.Builder, String, String) - Method in class com.github.seratch.jslack.api.methods.impl.MethodsClientImpl
-
- runPostFormWithToken(FormBody.Builder, String, String) - Method in interface com.github.seratch.jslack.api.methods.MethodsClient
-
- runPostMultipart(MultipartBody.Builder, String, String) - Method in class com.github.seratch.jslack.api.methods.impl.MethodsClientImpl
-
- runPostMultipart(MultipartBody.Builder, String, String) - Method in interface com.github.seratch.jslack.api.methods.MethodsClient
-
- ScheduledMessage() - Constructor for class com.github.seratch.jslack.api.methods.response.chat.ChatScheduleMessageResponse.ScheduledMessage
-
- ScheduledMessage() - Constructor for class com.github.seratch.jslack.api.methods.response.chat.scheduled_messages.ChatScheduleMessagesListResponse.ScheduledMessage
-
- scim() - Method in class com.github.seratch.jslack.Slack
-
Creates a SCIM api client.
- SCIMClient - Interface in com.github.seratch.jslack.api.scim
-
- SCIMClientImpl - Class in com.github.seratch.jslack.api.scim
-
- SCIMClientImpl(SlackHttpClient) - Constructor for class com.github.seratch.jslack.api.scim.SCIMClientImpl
-
- Scope() - Constructor for class com.github.seratch.jslack.api.methods.response.apps.permissions.scopes.AppsPermissionsScopesListResponse.Scope
-
- 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
-
- ScopeDeniedHandler - Class in com.github.seratch.jslack.app_backend.events.handler
-
- ScopeDeniedHandler() - Constructor for class com.github.seratch.jslack.app_backend.events.handler.ScopeDeniedHandler
-
- ScopeDeniedPayload - Class in com.github.seratch.jslack.app_backend.events.payload
-
- ScopeDeniedPayload() - Constructor for class com.github.seratch.jslack.app_backend.events.payload.ScopeDeniedPayload
-
- ScopeGrantedEvent - Class in com.github.seratch.jslack.api.model.event
-
- ScopeGrantedEvent() - Constructor for class com.github.seratch.jslack.api.model.event.ScopeGrantedEvent
-
- ScopeGrantedHandler - Class in com.github.seratch.jslack.app_backend.events.handler
-
- ScopeGrantedHandler() - Constructor for class com.github.seratch.jslack.app_backend.events.handler.ScopeGrantedHandler
-
- ScopeGrantedPayload - Class in com.github.seratch.jslack.app_backend.events.payload
-
- ScopeGrantedPayload() - Constructor for class com.github.seratch.jslack.app_backend.events.payload.ScopeGrantedPayload
-
- search(String) - Method in class com.github.seratch.jslack.shortcut.impl.ShortcutImpl
-
- search(String) - Method in interface com.github.seratch.jslack.shortcut.Shortcut
-
Returns search result by a given query.
- SEARCH_ALL - Static variable in class com.github.seratch.jslack.api.methods.Methods
-
- SEARCH_FILES - Static variable in class com.github.seratch.jslack.api.methods.Methods
-
- SEARCH_MESSAGES - Static variable in class com.github.seratch.jslack.api.methods.Methods
-
- searchAll(SearchAllRequest) - Method in class com.github.seratch.jslack.api.methods.impl.MethodsClientImpl
-
- searchAll(SearchAllRequest) - Method in interface com.github.seratch.jslack.api.methods.MethodsClient
-
- SearchAllRequest - Class in com.github.seratch.jslack.api.methods.request.search
-
- SearchAllRequest() - Constructor for class com.github.seratch.jslack.api.methods.request.search.SearchAllRequest
-
- SearchAllResponse - Class in com.github.seratch.jslack.api.methods.response.search
-
- SearchAllResponse() - Constructor for class com.github.seratch.jslack.api.methods.response.search.SearchAllResponse
-
- SearchAllResponse.Posts - Class in com.github.seratch.jslack.api.methods.response.search
-
- searchFiles(SearchFilesRequest) - Method in class com.github.seratch.jslack.api.methods.impl.MethodsClientImpl
-
- searchFiles(SearchFilesRequest) - Method in interface com.github.seratch.jslack.api.methods.MethodsClient
-
- SearchFilesRequest - Class in com.github.seratch.jslack.api.methods.request.search
-
- SearchFilesRequest() - Constructor for class com.github.seratch.jslack.api.methods.request.search.SearchFilesRequest
-
- SearchFilesResponse - Class in com.github.seratch.jslack.api.methods.response.search
-
- SearchFilesResponse() - Constructor for class com.github.seratch.jslack.api.methods.response.search.SearchFilesResponse
-
- searchMessages(SearchMessagesRequest) - Method in class com.github.seratch.jslack.api.methods.impl.MethodsClientImpl
-
- searchMessages(SearchMessagesRequest) - Method in interface com.github.seratch.jslack.api.methods.MethodsClient
-
- SearchMessagesRequest - Class in com.github.seratch.jslack.api.methods.request.search
-
- SearchMessagesRequest() - Constructor for class com.github.seratch.jslack.api.methods.request.search.SearchMessagesRequest
-
- SearchMessagesResponse - Class in com.github.seratch.jslack.api.methods.response.search
-
- SearchMessagesResponse() - Constructor for class com.github.seratch.jslack.api.methods.response.search.SearchMessagesResponse
-
- 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
-
- 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.app_backend.interactive_messages.payload.AttachmentActionPayload.Action.SelectedOption
-
- SelectedOption() - Constructor for class com.github.seratch.jslack.app_backend.interactive_messages.payload.BlockActionPayload.Action.SelectedOption
-
- send(String, ActionResponse) - Method in class com.github.seratch.jslack.app_backend.interactive_messages.ResponseSender
-
- send(SlashCommandPayload, SlashCommandResponse) - Method in class com.github.seratch.jslack.app_backend.slash_commands.DelayedResponseSender
-
- send(String, Payload) - Method in class com.github.seratch.jslack.Slack
-
Send a data to Incoming Webhook endpoint.
- sendMessage(String) - Method in class com.github.seratch.jslack.api.rtm.RTMClient
-
- 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(TextObject, Type, JsonSerializationContext) - Method in class com.github.seratch.jslack.common.json.GsonTextObjectFactory
-
- setApiAppId(String) - Method in interface com.github.seratch.jslack.app_backend.events.payload.EventsApiPayload
-
- setAsUser(Boolean) - Method in class com.github.seratch.jslack.api.methods.request.chat.ChatDeleteScheduledMessageRequest
-
- setAsUser(Boolean) - Method in class com.github.seratch.jslack.api.methods.request.chat.ChatPostMessageRequest
-
- setAsUser(Boolean) - Method in class com.github.seratch.jslack.api.methods.request.chat.ChatScheduleMessageRequest
-
- setBase64Encoded(boolean) - Method in class com.github.seratch.jslack.app_backend.vendor.aws.lambda.response.ApiGatewayResponse.Builder
-
Deprecated.
- setBinaryBody(byte[]) - Method in class com.github.seratch.jslack.app_backend.vendor.aws.lambda.response.ApiGatewayResponse.Builder
-
Deprecated.
- setConfig(SlackConfig) - Method in class com.github.seratch.jslack.common.http.SlackHttpClient
-
- setEndpointUrlPrefix(String) - Method in class com.github.seratch.jslack.api.methods.impl.MethodsClientImpl
-
- setEndpointUrlPrefix(String) - Method in interface com.github.seratch.jslack.api.methods.MethodsClient
-
- setEndpointUrlPrefix(String) - Method in interface com.github.seratch.jslack.api.scim.SCIMClient
-
- setEndpointUrlPrefix(String) - Method in class com.github.seratch.jslack.api.scim.SCIMClientImpl
-
- setError(String) - Method in interface com.github.seratch.jslack.api.methods.SlackApiResponse
-
- setEvent(E) - Method in interface com.github.seratch.jslack.app_backend.events.payload.EventsApiPayload
-
- setEventId(String) - Method in interface com.github.seratch.jslack.app_backend.events.payload.EventsApiPayload
-
- setEventTime(Integer) - Method in interface com.github.seratch.jslack.app_backend.events.payload.EventsApiPayload
-
- setHeaders(Map<String, String>) - Method in class com.github.seratch.jslack.app_backend.vendor.aws.lambda.response.ApiGatewayResponse.Builder
-
Deprecated.
- setLabel(String) - Method in interface com.github.seratch.jslack.api.model.dialog.DialogElement
-
- setName(String) - Method in interface com.github.seratch.jslack.api.model.dialog.DialogElement
-
- setNeeded(String) - Method in interface com.github.seratch.jslack.api.methods.SlackApiResponse
-
- setObjectBody(Object) - Method in class com.github.seratch.jslack.app_backend.vendor.aws.lambda.response.ApiGatewayResponse.Builder
-
Deprecated.
- setOk(boolean) - Method in interface com.github.seratch.jslack.api.methods.SlackApiResponse
-
- 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
-
- setProvided(String) - Method in interface com.github.seratch.jslack.api.methods.SlackApiResponse
-
- 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
-
- setRawBody(String) - Method in class com.github.seratch.jslack.app_backend.vendor.aws.lambda.response.ApiGatewayResponse.Builder
-
Deprecated.
- setStatusCode(int) - Method in class com.github.seratch.jslack.app_backend.vendor.aws.lambda.response.ApiGatewayResponse.Builder
-
Deprecated.
- setTeamId(String) - Method in interface com.github.seratch.jslack.app_backend.events.payload.EventsApiPayload
-
- setToken(String) - Method in interface com.github.seratch.jslack.app_backend.events.payload.EventsApiPayload
-
- setType(String) - Method in interface com.github.seratch.jslack.app_backend.events.payload.EventsApiPayload
-
- setupDispatcher(EventsDispatcher) - Method in class com.github.seratch.jslack.app_backend.events.servlet.SlackEventsApiServlet
-
- setValue(String) - Method in interface com.github.seratch.jslack.api.model.dialog.DialogElement
-
- setWarning(String) - Method in interface com.github.seratch.jslack.api.methods.SlackApiResponse
-
- ShareDetail() - Constructor for class com.github.seratch.jslack.api.model.File.ShareDetail
-
- Shares() - Constructor for class com.github.seratch.jslack.api.model.File.Shares
-
- Shortcut - Interface in com.github.seratch.jslack.shortcut
-
Shortcut is an original API provided by this library.
- shortcut() - Method in class com.github.seratch.jslack.Slack
-
- shortcut(ApiToken) - Method in class com.github.seratch.jslack.Slack
-
- ShortcutImpl - Class in com.github.seratch.jslack.shortcut.impl
-
- ShortcutImpl(Slack) - Constructor for class com.github.seratch.jslack.shortcut.impl.ShortcutImpl
-
- ShortcutImpl(Slack, ApiToken) - Constructor for class com.github.seratch.jslack.shortcut.impl.ShortcutImpl
-
- Slack - Class in com.github.seratch.jslack
-
Slack Integrations
- Slack() - Constructor for class com.github.seratch.jslack.Slack
-
- SlackApiErrorResponse - Class in com.github.seratch.jslack.api.methods
-
- SlackApiErrorResponse() - Constructor for class com.github.seratch.jslack.api.methods.SlackApiErrorResponse
-
- SlackApiException - Exception in com.github.seratch.jslack.api.methods
-
- SlackApiException(Response, String) - Constructor for exception com.github.seratch.jslack.api.methods.SlackApiException
-
- SlackApiRequest - Interface in com.github.seratch.jslack.api.methods
-
A marker interface for Slack API request objects.
- SlackApiResponse - Interface in com.github.seratch.jslack.api.methods
-
- SlackAppConfig - Class in com.github.seratch.jslack.app_backend.config
-
https://api.slack.com/apps
- SlackAppConfig() - Constructor for class com.github.seratch.jslack.app_backend.config.SlackAppConfig
-
- SlackConfig - Class in com.github.seratch.jslack
-
- SlackConfig() - Constructor for class com.github.seratch.jslack.SlackConfig
-
- SlackEventsApiServlet - Class in com.github.seratch.jslack.app_backend.events.servlet
-
- SlackEventsApiServlet() - Constructor for class com.github.seratch.jslack.app_backend.events.servlet.SlackEventsApiServlet
-
- SlackHttpClient - Class in com.github.seratch.jslack.common.http
-
- SlackHttpClient() - Constructor for class com.github.seratch.jslack.common.http.SlackHttpClient
-
- SlackHttpClient(OkHttpClient) - Constructor for class com.github.seratch.jslack.common.http.SlackHttpClient
-
- SlackSignature - Class in com.github.seratch.jslack.app_backend
-
see "https://api.slack.com/docs/verifying-requests-from-slack"
- SlackSignature.Generator - Class in com.github.seratch.jslack.app_backend
-
- SlackSignature.HeaderNames - Class in com.github.seratch.jslack.app_backend
-
- SlackSignature.Secret - Class in com.github.seratch.jslack.app_backend
-
- SlackSignatureVerifier - Class in com.github.seratch.jslack.app_backend.vendor.aws.lambda.util
-
- SlackSignatureVerifier() - Constructor for class com.github.seratch.jslack.app_backend.vendor.aws.lambda.util.SlackSignatureVerifier
-
- SlackSignatureVerifier(SlackSignature.Generator) - Constructor for class com.github.seratch.jslack.app_backend.vendor.aws.lambda.util.SlackSignatureVerifier
-
- SlashCommandPayload - Class in com.github.seratch.jslack.app_backend.slash_commands.payload
-
- SlashCommandPayload() - Constructor for class com.github.seratch.jslack.app_backend.slash_commands.payload.SlashCommandPayload
-
- SlashCommandPayloadParser - Class in com.github.seratch.jslack.app_backend.slash_commands.payload
-
- SlashCommandPayloadParser() - Constructor for class com.github.seratch.jslack.app_backend.slash_commands.payload.SlashCommandPayloadParser
-
- SlashCommandResponse - Class in com.github.seratch.jslack.app_backend.slash_commands.response
-
https://api.slack.com/docs/interactive-message-field-guide
- SlashCommandResponse() - Constructor for class com.github.seratch.jslack.app_backend.slash_commands.response.SlashCommandResponse
-
- 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
-
- StarAddedHandler - Class in com.github.seratch.jslack.app_backend.events.handler
-
- StarAddedHandler() - Constructor for class com.github.seratch.jslack.app_backend.events.handler.StarAddedHandler
-
- StarAddedPayload - Class in com.github.seratch.jslack.app_backend.events.payload
-
- StarAddedPayload() - Constructor for class com.github.seratch.jslack.app_backend.events.payload.StarAddedPayload
-
- 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
-
- StarRemovedHandler - Class in com.github.seratch.jslack.app_backend.events.handler
-
- StarRemovedHandler() - Constructor for class com.github.seratch.jslack.app_backend.events.handler.StarRemovedHandler
-
- StarRemovedPayload - Class in com.github.seratch.jslack.app_backend.events.payload
-
- StarRemovedPayload() - Constructor for class com.github.seratch.jslack.app_backend.events.payload.StarRemovedPayload
-
- STARS_ADD - Static variable in class com.github.seratch.jslack.api.methods.Methods
-
- STARS_LIST - Static variable in class com.github.seratch.jslack.api.methods.Methods
-
- STARS_REMOVE - Static variable in class com.github.seratch.jslack.api.methods.Methods
-
- starsAdd(StarsAddRequest) - Method in class com.github.seratch.jslack.api.methods.impl.MethodsClientImpl
-
- starsAdd(StarsAddRequest) - Method in interface com.github.seratch.jslack.api.methods.MethodsClient
-
- StarsAddRequest - Class in com.github.seratch.jslack.api.methods.request.stars
-
- StarsAddRequest() - Constructor for class com.github.seratch.jslack.api.methods.request.stars.StarsAddRequest
-
- StarsAddResponse - Class in com.github.seratch.jslack.api.methods.response.stars
-
- StarsAddResponse() - Constructor for class com.github.seratch.jslack.api.methods.response.stars.StarsAddResponse
-
- starsList(StarsListRequest) - Method in class com.github.seratch.jslack.api.methods.impl.MethodsClientImpl
-
- starsList(StarsListRequest) - Method in interface com.github.seratch.jslack.api.methods.MethodsClient
-
- StarsListRequest - Class in com.github.seratch.jslack.api.methods.request.stars
-
- StarsListRequest() - Constructor for class com.github.seratch.jslack.api.methods.request.stars.StarsListRequest
-
- StarsListResponse - Class in com.github.seratch.jslack.api.methods.response.stars
-
- StarsListResponse() - Constructor for class com.github.seratch.jslack.api.methods.response.stars.StarsListResponse
-
- starsRemove(StarsRemoveRequest) - Method in class com.github.seratch.jslack.api.methods.impl.MethodsClientImpl
-
- starsRemove(StarsRemoveRequest) - Method in interface com.github.seratch.jslack.api.methods.MethodsClient
-
- StarsRemoveRequest - Class in com.github.seratch.jslack.api.methods.request.stars
-
- StarsRemoveRequest() - Constructor for class com.github.seratch.jslack.api.methods.request.stars.StarsRemoveRequest
-
- StarsRemoveResponse - Class in com.github.seratch.jslack.api.methods.response.stars
-
- StarsRemoveResponse() - Constructor for class com.github.seratch.jslack.api.methods.response.stars.StarsRemoveResponse
-
- start() - Method in interface com.github.seratch.jslack.app_backend.events.EventsDispatcher
-
Starts the internal thread to handle requests.
- start() - Method in class com.github.seratch.jslack.app_backend.events.EventsDispatcherImpl
-
- State() - Constructor for class com.github.seratch.jslack.common.http.listener.HttpResponseListener.State
-
- 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
-
- statusCode(int) - Method in class com.github.seratch.jslack.app_backend.vendor.aws.lambda.response.ApiGatewayResponse.Builder
-
- stop() - Method in interface com.github.seratch.jslack.app_backend.events.EventsDispatcher
-
Stops the internal thread to handle requests.
- stop() - Method in class com.github.seratch.jslack.app_backend.events.EventsDispatcherImpl
-
- 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
-
- SubteamCreatedHandler - Class in com.github.seratch.jslack.app_backend.events.handler
-
- SubteamCreatedHandler() - Constructor for class com.github.seratch.jslack.app_backend.events.handler.SubteamCreatedHandler
-
- SubteamCreatedPayload - Class in com.github.seratch.jslack.app_backend.events.payload
-
- SubteamCreatedPayload() - Constructor for class com.github.seratch.jslack.app_backend.events.payload.SubteamCreatedPayload
-
- 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
-
- SubteamMembersChangedHandler - Class in com.github.seratch.jslack.app_backend.events.handler
-
- SubteamMembersChangedHandler() - Constructor for class com.github.seratch.jslack.app_backend.events.handler.SubteamMembersChangedHandler
-
- SubteamMembersChangedPayload - Class in com.github.seratch.jslack.app_backend.events.payload
-
- SubteamMembersChangedPayload() - Constructor for class com.github.seratch.jslack.app_backend.events.payload.SubteamMembersChangedPayload
-
- 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
-
- SubteamSelfAddedHandler - Class in com.github.seratch.jslack.app_backend.events.handler
-
- SubteamSelfAddedHandler() - Constructor for class com.github.seratch.jslack.app_backend.events.handler.SubteamSelfAddedHandler
-
- SubteamSelfAddedPayload - Class in com.github.seratch.jslack.app_backend.events.payload
-
- SubteamSelfAddedPayload() - Constructor for class com.github.seratch.jslack.app_backend.events.payload.SubteamSelfAddedPayload
-
- 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
-
- SubteamSelfRemovedHandler - Class in com.github.seratch.jslack.app_backend.events.handler
-
- SubteamSelfRemovedHandler() - Constructor for class com.github.seratch.jslack.app_backend.events.handler.SubteamSelfRemovedHandler
-
- SubteamSelfRemovedPayload - Class in com.github.seratch.jslack.app_backend.events.payload
-
- SubteamSelfRemovedPayload() - Constructor for class com.github.seratch.jslack.app_backend.events.payload.SubteamSelfRemovedPayload
-
- 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
-
- SubteamUpdatedHandler - Class in com.github.seratch.jslack.app_backend.events.handler
-
- SubteamUpdatedHandler() - Constructor for class com.github.seratch.jslack.app_backend.events.handler.SubteamUpdatedHandler
-
- SubteamUpdatedPayload - Class in com.github.seratch.jslack.app_backend.events.payload
-
- SubteamUpdatedPayload() - Constructor for class com.github.seratch.jslack.app_backend.events.payload.SubteamUpdatedPayload
-