| Package | Description |
|---|---|
| com.hubspot.slack.client.models |
| Modifier and Type | Method and Description |
|---|---|
Attachment.Builder |
Attachment.Builder.addActions(Action... elements)
Adds elements to
actions list. |
Attachment.Builder |
Attachment.Builder.addActions(Action element)
Adds one element to
actions list. |
Attachment.Builder |
Attachment.Builder.addAllActions(Iterable<? extends Action> elements)
Adds elements to
actions list. |
Attachment.Builder |
Attachment.Builder.addAllFields(Iterable<? extends Field> elements)
Adds elements to
fields list. |
Attachment.Builder |
Attachment.Builder.addAllMrkdwnIn(Iterable<String> elements)
Adds elements to
mrkdwnIn set. |
Attachment.Builder |
Attachment.Builder.addFields(Field... elements)
Adds elements to
fields list. |
Attachment.Builder |
Attachment.Builder.addFields(Field element)
Adds one element to
fields list. |
Attachment.Builder |
Attachment.Builder.addMrkdwnIn(String... elements)
Adds elements to
mrkdwnIn set. |
Attachment.Builder |
Attachment.Builder.addMrkdwnIn(String element)
Adds one element to
mrkdwnIn set. |
static Attachment.Builder |
Attachment.builder()
Creates a builder for
Attachment. |
Attachment.Builder |
Attachment.Builder.from(AttachmentIF instance)
Fill a builder with attribute values from the provided
AttachmentIF instance. |
Attachment.Builder |
Attachment.Builder.setActions(Iterable<? extends Action> elements)
Sets or replaces all elements for
actions list. |
Attachment.Builder |
Attachment.Builder.setAttachmentType(Optional<String> attachmentType)
Initializes the optional value
attachmentType to attachmentType. |
Attachment.Builder |
Attachment.Builder.setAttachmentType(String attachmentType)
Initializes the optional value
attachmentType to attachmentType. |
Attachment.Builder |
Attachment.Builder.setAuthorIcon(Optional<String> authorIcon)
Initializes the optional value
authorIcon to authorIcon. |
Attachment.Builder |
Attachment.Builder.setAuthorIcon(String authorIcon)
Initializes the optional value
authorIcon to authorIcon. |
Attachment.Builder |
Attachment.Builder.setAuthorLink(Optional<String> authorLink)
Initializes the optional value
authorLink to authorLink. |
Attachment.Builder |
Attachment.Builder.setAuthorLink(String authorLink)
Initializes the optional value
authorLink to authorLink. |
Attachment.Builder |
Attachment.Builder.setAuthorName(Optional<String> authorName)
Initializes the optional value
authorName to authorName. |
Attachment.Builder |
Attachment.Builder.setAuthorName(String authorName)
Initializes the optional value
authorName to authorName. |
Attachment.Builder |
Attachment.Builder.setCallbackId(Optional<String> callbackId)
Initializes the optional value
callbackId to callbackId. |
Attachment.Builder |
Attachment.Builder.setCallbackId(String callbackId)
Initializes the optional value
callbackId to callbackId. |
Attachment.Builder |
Attachment.Builder.setColor(Optional<String> color)
Initializes the optional value
color to color. |
Attachment.Builder |
Attachment.Builder.setColor(String color)
Initializes the optional value
color to color. |
Attachment.Builder |
Attachment.Builder.setEpochSeconds(Optional<String> epochSeconds)
Initializes the optional value
epochSeconds to epochSeconds. |
Attachment.Builder |
Attachment.Builder.setEpochSeconds(String epochSeconds)
Initializes the optional value
epochSeconds to epochSeconds. |
Attachment.Builder |
Attachment.Builder.setFallback(Optional<String> fallback)
Initializes the optional value
fallback to fallback. |
Attachment.Builder |
Attachment.Builder.setFallback(String fallback)
Initializes the optional value
fallback to fallback. |
Attachment.Builder |
Attachment.Builder.setFields(Iterable<? extends Field> elements)
Sets or replaces all elements for
fields list. |
Attachment.Builder |
Attachment.Builder.setFooter(Optional<String> footer)
Initializes the optional value
footer to footer. |
Attachment.Builder |
Attachment.Builder.setFooter(String footer)
Initializes the optional value
footer to footer. |
Attachment.Builder |
Attachment.Builder.setFooterIcon(Optional<String> footerIcon)
Initializes the optional value
footerIcon to footerIcon. |
Attachment.Builder |
Attachment.Builder.setFooterIcon(String footerIcon)
Initializes the optional value
footerIcon to footerIcon. |
Attachment.Builder |
Attachment.Builder.setImageUrl(Optional<String> imageUrl)
Initializes the optional value
imageUrl to imageUrl. |
Attachment.Builder |
Attachment.Builder.setImageUrl(String imageUrl)
Initializes the optional value
imageUrl to imageUrl. |
Attachment.Builder |
Attachment.Builder.setMrkdwnIn(Iterable<String> elements)
Sets or replaces all elements for
mrkdwnIn set. |
Attachment.Builder |
Attachment.Builder.setPretext(Optional<String> pretext)
Initializes the optional value
pretext to pretext. |
Attachment.Builder |
Attachment.Builder.setPretext(String pretext)
Initializes the optional value
pretext to pretext. |
Attachment.Builder |
Attachment.Builder.setText(Optional<String> text)
Initializes the optional value
text to text. |
Attachment.Builder |
Attachment.Builder.setText(String text)
Initializes the optional value
text to text. |
Attachment.Builder |
Attachment.Builder.setThumbUrl(Optional<String> thumbUrl)
Initializes the optional value
thumbUrl to thumbUrl. |
Attachment.Builder |
Attachment.Builder.setThumbUrl(String thumbUrl)
Initializes the optional value
thumbUrl to thumbUrl. |
Attachment.Builder |
Attachment.Builder.setTitle(Optional<String> title)
Initializes the optional value
title to title. |
Attachment.Builder |
Attachment.Builder.setTitle(String title)
Initializes the optional value
title to title. |
Attachment.Builder |
Attachment.Builder.setTitleLink(Optional<String> titleLink)
Initializes the optional value
titleLink to titleLink. |
Attachment.Builder |
Attachment.Builder.setTitleLink(String titleLink)
Initializes the optional value
titleLink to titleLink. |
Copyright © 2019. All rights reserved.