Uses of Class
com.slack.api.model.Attachment
| Package | Description |
|---|---|
| com.slack.api.model |
The classes representing the Slack core objects such as conversations, messages, users, blocks, and surfaces.
|
| com.slack.api.model.event |
The classes representing the Slack core objects such as conversations, messages, users, blocks, and surfaces.
|
| com.slack.api.webhook |
Provides the classes used for Incoming Webhooks feature.
|
-
Uses of Attachment in com.slack.api.model
Methods in com.slack.api.model that return Attachment Modifier and Type Method Description static AttachmentAttachments. attachment(ModelConfigurator<Attachment.AttachmentBuilder> configurator)AttachmentAttachment.AttachmentBuilder. build()Methods in com.slack.api.model that return types with arguments of type Attachment Modifier and Type Method Description static List<Attachment>Attachments. asAttachments(Attachment... attachments)List<Attachment>File. getAttachments()Deprecated.List<Attachment>Latest. getAttachments()List<Attachment>MatchedItem. getAttachments()List<Attachment>MatchedItem.OtherItem. getAttachments()List<Attachment>Message. getAttachments()Methods in com.slack.api.model with parameters of type Attachment Modifier and Type Method Description static List<Attachment>Attachments. asAttachments(Attachment... attachments)Method parameters in com.slack.api.model with type arguments of type Attachment Modifier and Type Method Description File.FileBuilderFile.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 Attachment Modifier and Type Method Description List<Attachment>AppMentionEvent. getAttachments()List<Attachment>MessageBotEvent. getAttachments()List<Attachment>MessageChangedEvent.Message. getAttachments()List<Attachment>MessageDeletedEvent.Message. getAttachments()List<Attachment>MessageEkmAccessDeniedEvent. getAttachments()List<Attachment>MessageEvent. getAttachments()List<Attachment>MessageFileShareEvent. getAttachments()List<Attachment>MessageRepliedEvent.Message. getAttachments()List<Attachment>MessageThreadBroadcastEvent. getAttachments()List<Attachment>PinAddedEvent.Message. getAttachments()List<Attachment>PinRemovedEvent.Message. getAttachments()List<Attachment>StarAddedEvent.Message. getAttachments()List<Attachment>StarRemovedEvent.Message. getAttachments()Method parameters in com.slack.api.model.event with type arguments of type Attachment Modifier and Type Method Description voidAppMentionEvent. 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 Attachment Modifier and Type Method Description List<Attachment>Payload. getAttachments()An array of legacy secondary attachments.Method parameters in com.slack.api.webhook with type arguments of type Attachment Modifier and Type Method Description Payload.PayloadBuilderPayload.PayloadBuilder. attachments(List<Attachment> attachments)An array of legacy secondary attachments.voidPayload. setAttachments(List<Attachment> attachments)An array of legacy secondary attachments.