Uses of Class
com.slack.api.model.Field
-
Packages that use Field Package Description com.slack.api.model The classes representing the Slack core objects such as conversations, messages, users, blocks, and surfaces. -
-
Uses of Field in com.slack.api.model
Methods in com.slack.api.model that return Field Modifier and Type Method Description Field
Field.FieldBuilder. build()
static Field
Attachments. field(ModelConfigurator<Field.FieldBuilder> configurator)
Methods in com.slack.api.model that return types with arguments of type Field Modifier and Type Method Description static List<Field>
Attachments. asFields(Field... fields)
List<Field>
Attachment. getFields()
Fields are defined as an array, and hashes contained within it will be displayed in a table inside the message attachment.Methods in com.slack.api.model with parameters of type Field Modifier and Type Method Description static List<Field>
Attachments. asFields(Field... fields)
Method parameters in com.slack.api.model with type arguments of type Field Modifier and Type Method Description Attachment.AttachmentBuilder
Attachment.AttachmentBuilder. fields(List<Field> fields)
Fields are defined as an array, and hashes contained within it will be displayed in a table inside the message attachment.void
Attachment. setFields(List<Field> fields)
Fields are defined as an array, and hashes contained within it will be displayed in a table inside the message attachment.Constructor parameters in com.slack.api.model with type arguments of type Field Constructor Description Attachment(String msgSubtype, String fallback, String callbackId, String color, String pretext, String serviceUrl, String serviceName, String serviceIcon, String authorId, String authorName, String authorLink, String authorIcon, String fromUrl, String originalUrl, String authorSubname, String channelId, String channelName, String channelTeam, Integer id, String appId, String botId, Boolean indent, Boolean msgUnfurl, Boolean replyUnfurl, Boolean threadRootUnfurl, Boolean appUnfurl, String appUnfurlUrl, String title, String titleLink, String text, List<Field> fields, String imageUrl, Integer imageWidth, Integer imageHeight, Integer imageBytes, String thumbUrl, Integer thumbWidth, Integer thumbHeight, String videoUrl, Attachment.VideoHtml videoHtml, Integer videoHtmlWidth, Integer videoHtmlHeight, String footer, String footerIcon, String ts, List<String> mrkdwnIn, List<Action> actions, List<LayoutBlock> blocks, Attachment.Preview preview, List<File> files, String filename, Integer size, String mimetype, String url, Attachment.AttachmentMetadata metadata)
-