Uses of Class
net.bis5.mattermost.model.SlackAttachment
-
Packages that use SlackAttachment Package Description net.bis5.mattermost.model -
-
Uses of SlackAttachment in net.bis5.mattermost.model
Methods in net.bis5.mattermost.model that return types with arguments of type SlackAttachment Modifier and Type Method Description List<SlackAttachment>CommandResponse. getAttachments()List<SlackAttachment>IncomingWebhookRequest. getAttachments()Method parameters in net.bis5.mattermost.model with type arguments of type SlackAttachment Modifier and Type Method Description voidCommandResponse. setAttachments(List<SlackAttachment> attachments)voidIncomingWebhookRequest. setAttachments(List<SlackAttachment> attachments)
-