Uses of Class
com.slack.api.model.Attachment
Packages that use Attachment
Package
Description
The classes representing the Slack core objects such as conversations, messages, users, blocks, and surfaces.
The classes representing the Slack core objects such as conversations, messages, users, blocks, and surfaces.
Provides the classes used for Incoming Webhooks feature.
-
Uses of Attachment in com.slack.api.model
Methods in com.slack.api.model that return AttachmentModifier and TypeMethodDescriptionstatic AttachmentAttachments.attachment(ModelConfigurator<Attachment.AttachmentBuilder> configurator) Attachment.AttachmentBuilder.build()Methods in com.slack.api.model that return types with arguments of type AttachmentModifier and TypeMethodDescriptionstatic List<Attachment>Attachments.asAttachments(Attachment... attachments) File.getAttachments()Deprecated.Latest.getAttachments()MatchedItem.getAttachments()MatchedItem.OtherItem.getAttachments()Message.getAttachments()Methods in com.slack.api.model with parameters of type AttachmentModifier and TypeMethodDescriptionstatic List<Attachment>Attachments.asAttachments(Attachment... attachments) Method parameters in com.slack.api.model with type arguments of type AttachmentModifier and TypeMethodDescriptionFile.FileBuilder.attachments(List<Attachment> attachments) Deprecated.voidFile.setAttachments(List<Attachment> attachments) Deprecated.voidLatest.setAttachments(List<Attachment> attachments) voidMatchedItem.OtherItem.setAttachments(List<Attachment> attachments) voidMatchedItem.setAttachments(List<Attachment> attachments) voidMessage.setAttachments(List<Attachment> attachments) -
Uses of Attachment in com.slack.api.model.event
Methods in com.slack.api.model.event that return types with arguments of type AttachmentModifier and TypeMethodDescriptionAppMentionEvent.getAttachments()MessageBotEvent.getAttachments()MessageChangedEvent.Message.getAttachments()MessageDeletedEvent.Message.getAttachments()MessageEkmAccessDeniedEvent.getAttachments()MessageEvent.getAttachments()MessageFileShareEvent.getAttachments()MessageRepliedEvent.Message.getAttachments()MessageThreadBroadcastEvent.getAttachments()PinAddedEvent.Message.getAttachments()PinRemovedEvent.Message.getAttachments()StarAddedEvent.Message.getAttachments()StarRemovedEvent.Message.getAttachments()Method parameters in com.slack.api.model.event with type arguments of type AttachmentModifier and TypeMethodDescriptionvoidAppMentionEvent.setAttachments(List<Attachment> attachments) voidMessageBotEvent.setAttachments(List<Attachment> attachments) voidMessageChangedEvent.Message.setAttachments(List<Attachment> attachments) voidMessageDeletedEvent.Message.setAttachments(List<Attachment> attachments) voidMessageEkmAccessDeniedEvent.setAttachments(List<Attachment> attachments) voidMessageEvent.setAttachments(List<Attachment> attachments) voidMessageFileShareEvent.setAttachments(List<Attachment> attachments) voidMessageRepliedEvent.Message.setAttachments(List<Attachment> attachments) voidMessageThreadBroadcastEvent.setAttachments(List<Attachment> attachments) voidPinAddedEvent.Message.setAttachments(List<Attachment> attachments) voidPinRemovedEvent.Message.setAttachments(List<Attachment> attachments) voidStarAddedEvent.Message.setAttachments(List<Attachment> attachments) voidStarRemovedEvent.Message.setAttachments(List<Attachment> attachments) -
Uses of Attachment in com.slack.api.webhook
Methods in com.slack.api.webhook that return types with arguments of type AttachmentModifier and TypeMethodDescriptionPayload.getAttachments()An array of legacy secondary attachments.Method parameters in com.slack.api.webhook with type arguments of type AttachmentModifier and TypeMethodDescriptionPayload.PayloadBuilder.attachments(List<Attachment> attachments) An array of legacy secondary attachments.voidPayload.setAttachments(List<Attachment> attachments) An array of legacy secondary attachments.