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 java.util.List<Field> Attachments.asFields​(Field... fields)  
    java.util.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 java.util.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​(java.util.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​(java.util.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​(java.lang.String msgSubtype, java.lang.String fallback, java.lang.String callbackId, java.lang.String color, java.lang.String pretext, java.lang.String serviceUrl, java.lang.String serviceName, java.lang.String serviceIcon, java.lang.String authorId, java.lang.String authorName, java.lang.String authorLink, java.lang.String authorIcon, java.lang.String fromUrl, java.lang.String originalUrl, java.lang.String authorSubname, java.lang.String channelId, java.lang.String channelName, java.lang.Integer id, java.lang.String botId, java.lang.Boolean indent, java.lang.Boolean msgUnfurl, java.lang.Boolean replyUnfurl, java.lang.Boolean threadRootUnfurl, java.lang.Boolean appUnfurl, java.lang.String appUnfurlUrl, java.lang.String title, java.lang.String titleLink, java.lang.String text, java.util.List<Field> fields, java.lang.String imageUrl, java.lang.Integer imageWidth, java.lang.Integer imageHeight, java.lang.Integer imageBytes, java.lang.String thumbUrl, java.lang.Integer thumbWidth, java.lang.Integer thumbHeight, java.lang.String videoUrl, Attachment.VideoHtml videoHtml, java.lang.Integer videoHtmlWidth, java.lang.Integer videoHtmlHeight, java.lang.String footer, java.lang.String footerIcon, java.lang.String ts, java.util.List<java.lang.String> mrkdwnIn, java.util.List<Action> actions, java.util.List<LayoutBlock> blocks, java.util.List<File> files, java.lang.String filename, java.lang.Integer size, java.lang.String mimetype, java.lang.String url, Attachment.AttachmentMetadata metadata)