Uses of Class
com.slack.api.model.Attachment.Preview.PreviewBuilder
-
Packages that use Attachment.Preview.PreviewBuilder Package Description com.slack.api.model The classes representing the Slack core objects such as conversations, messages, users, blocks, and surfaces. -
-
Uses of Attachment.Preview.PreviewBuilder in com.slack.api.model
Methods in com.slack.api.model that return Attachment.Preview.PreviewBuilder Modifier and Type Method Description static Attachment.Preview.PreviewBuilderAttachment.Preview. builder()Attachment.Preview.PreviewBuilderAttachment.Preview.PreviewBuilder. canRemove(boolean canRemove)Attachment.Preview.PreviewBuilderAttachment.Preview.PreviewBuilder. iconUrl(String iconUrl)Attachment.Preview.PreviewBuilderAttachment.Preview.PreviewBuilder. subtitle(PlainTextObject subtitle)Attachment.Preview.PreviewBuilderAttachment.Preview.PreviewBuilder. title(PlainTextObject title)Attachment.Preview.PreviewBuilderAttachment.Preview.PreviewBuilder. type(String type)
-