Uses of Class
com.slack.api.model.block.composition.SlackFileObject
Packages that use SlackFileObject
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.
The classes representing the Slack core objects such as conversations, messages, users, blocks, and surfaces.
-
Uses of SlackFileObject in com.slack.api.model.block
Methods in com.slack.api.model.block that return SlackFileObjectMethods in com.slack.api.model.block with parameters of type SlackFileObjectModifier and TypeMethodDescriptionvoidImageBlock.setSlackFile(SlackFileObject slackFile) ImageBlock.ImageBlockBuilder.slackFile(SlackFileObject slackFile) Constructors in com.slack.api.model.block with parameters of type SlackFileObjectModifierConstructorDescriptionImageBlock(String fallback, String imageUrl, Integer imageWidth, Integer imageHeight, Integer imageBytes, Boolean isAnimated, SlackFileObject slackFile, String altText, PlainTextObject title, String blockId) -
Uses of SlackFileObject in com.slack.api.model.block.composition
Methods in com.slack.api.model.block.composition that return SlackFileObjectModifier and TypeMethodDescriptionSlackFileObject.SlackFileObjectBuilder.build()static SlackFileObjectBlockCompositions.slackFile(ModelConfigurator<SlackFileObject.SlackFileObjectBuilder> configurator) -
Uses of SlackFileObject in com.slack.api.model.block.element
Methods in com.slack.api.model.block.element that return SlackFileObjectMethods in com.slack.api.model.block.element with parameters of type SlackFileObjectModifier and TypeMethodDescriptionvoidImageElement.setSlackFile(SlackFileObject slackFile) ImageElement.ImageElementBuilder.slackFile(SlackFileObject slackFile) Constructors in com.slack.api.model.block.element with parameters of type SlackFileObjectModifierConstructorDescriptionImageElement(String imageUrl, String altText, String fallback, Integer imageWidth, Integer imageHeight, Integer imageBytes, SlackFileObject slackFile)