| Package | Description |
|---|---|
| com.hubspot.slack.client.methods.params.chat | |
| com.hubspot.slack.client.models | |
| com.hubspot.slack.client.models.events | |
| com.hubspot.slack.client.models.interaction |
| Modifier and Type | Method and Description |
|---|---|
List<Attachment> |
ChatPostMessageParams.getAttachments() |
List<Attachment> |
ChatUpdateMessageParams.getAttachments() |
List<Attachment> |
ChatPostEphemeralMessageParams.getAttachments() |
List<Attachment> |
MessageParams.getAttachments() |
| Modifier and Type | Method and Description |
|---|---|
ChatPostMessageParams.Builder |
ChatPostMessageParams.Builder.addAttachments(Attachment... elements)
Adds elements to
attachments list. |
ChatUpdateMessageParams.Builder |
ChatUpdateMessageParams.Builder.addAttachments(Attachment... elements)
Adds elements to
attachments list. |
ChatPostEphemeralMessageParams.Builder |
ChatPostEphemeralMessageParams.Builder.addAttachments(Attachment... elements)
Adds elements to
attachments list. |
ChatPostMessageParams.Builder |
ChatPostMessageParams.Builder.addAttachments(Attachment element)
Adds one element to
attachments list. |
ChatUpdateMessageParams.Builder |
ChatUpdateMessageParams.Builder.addAttachments(Attachment element)
Adds one element to
attachments list. |
ChatPostEphemeralMessageParams.Builder |
ChatPostEphemeralMessageParams.Builder.addAttachments(Attachment element)
Adds one element to
attachments list. |
ChatPostMessageParams |
ChatPostMessageParams.withAttachments(Attachment... elements)
Copy the current immutable object with elements that replace the content of
attachments. |
ChatUpdateMessageParams |
ChatUpdateMessageParams.withAttachments(Attachment... elements)
Copy the current immutable object with elements that replace the content of
attachments. |
ChatPostEphemeralMessageParams |
ChatPostEphemeralMessageParams.withAttachments(Attachment... elements)
Copy the current immutable object with elements that replace the content of
attachments. |
| Modifier and Type | Method and Description |
|---|---|
ChatPostMessageParams.Builder |
ChatPostMessageParams.Builder.addAllAttachments(Iterable<? extends Attachment> elements)
Adds elements to
attachments list. |
ChatUpdateMessageParams.Builder |
ChatUpdateMessageParams.Builder.addAllAttachments(Iterable<? extends Attachment> elements)
Adds elements to
attachments list. |
ChatPostEphemeralMessageParams.Builder |
ChatPostEphemeralMessageParams.Builder.addAllAttachments(Iterable<? extends Attachment> elements)
Adds elements to
attachments list. |
ChatPostMessageParams.Builder |
ChatPostMessageParams.Builder.setAttachments(Iterable<? extends Attachment> elements)
Sets or replaces all elements for
attachments list. |
ChatUpdateMessageParams.Builder |
ChatUpdateMessageParams.Builder.setAttachments(Iterable<? extends Attachment> elements)
Sets or replaces all elements for
attachments list. |
ChatPostEphemeralMessageParams.Builder |
ChatPostEphemeralMessageParams.Builder.setAttachments(Iterable<? extends Attachment> elements)
Sets or replaces all elements for
attachments list. |
ChatPostMessageParams |
ChatPostMessageParams.withAttachments(Iterable<? extends Attachment> elements)
Copy the current immutable object with elements that replace the content of
attachments. |
ChatUpdateMessageParams |
ChatUpdateMessageParams.withAttachments(Iterable<? extends Attachment> elements)
Copy the current immutable object with elements that replace the content of
attachments. |
ChatPostEphemeralMessageParams |
ChatPostEphemeralMessageParams.withAttachments(Iterable<? extends Attachment> elements)
Copy the current immutable object with elements that replace the content of
attachments. |
| Modifier and Type | Method and Description |
|---|---|
Attachment |
Attachment.Builder.build()
Builds a new
Attachment. |
static Attachment |
Attachment.copyOf(AttachmentIF instance)
Creates an immutable copy of a
AttachmentIF value. |
Attachment |
Attachment.withActions(Action... elements)
Copy the current immutable object with elements that replace the content of
actions. |
Attachment |
Attachment.withActions(Iterable<? extends Action> elements)
Copy the current immutable object with elements that replace the content of
actions. |
Attachment |
Attachment.withAttachmentType(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
attachmentType attribute. |
Attachment |
Attachment.withAttachmentType(String value)
Copy the current immutable object by setting a present value for the optional
attachmentType attribute. |
Attachment |
Attachment.withAuthorIcon(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
authorIcon attribute. |
Attachment |
Attachment.withAuthorIcon(String value)
Copy the current immutable object by setting a present value for the optional
authorIcon attribute. |
Attachment |
Attachment.withAuthorLink(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
authorLink attribute. |
Attachment |
Attachment.withAuthorLink(String value)
Copy the current immutable object by setting a present value for the optional
authorLink attribute. |
Attachment |
Attachment.withAuthorName(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
authorName attribute. |
Attachment |
Attachment.withAuthorName(String value)
Copy the current immutable object by setting a present value for the optional
authorName attribute. |
Attachment |
Attachment.withCallbackId(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
callbackId attribute. |
Attachment |
Attachment.withCallbackId(String value)
Copy the current immutable object by setting a present value for the optional
callbackId attribute. |
Attachment |
Attachment.withColor(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
color attribute. |
Attachment |
Attachment.withColor(String value)
Copy the current immutable object by setting a present value for the optional
color attribute. |
Attachment |
Attachment.withEpochSeconds(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
epochSeconds attribute. |
Attachment |
Attachment.withEpochSeconds(String value)
Copy the current immutable object by setting a present value for the optional
epochSeconds attribute. |
Attachment |
Attachment.withFallback(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
fallback attribute. |
Attachment |
Attachment.withFallback(String value)
Copy the current immutable object by setting a present value for the optional
fallback attribute. |
Attachment |
Attachment.withFields(Field... elements)
Copy the current immutable object with elements that replace the content of
fields. |
Attachment |
Attachment.withFields(Iterable<? extends Field> elements)
Copy the current immutable object with elements that replace the content of
fields. |
Attachment |
Attachment.withFooter(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
footer attribute. |
Attachment |
Attachment.withFooter(String value)
Copy the current immutable object by setting a present value for the optional
footer attribute. |
Attachment |
Attachment.withFooterIcon(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
footerIcon attribute. |
Attachment |
Attachment.withFooterIcon(String value)
Copy the current immutable object by setting a present value for the optional
footerIcon attribute. |
Attachment |
Attachment.withImageUrl(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
imageUrl attribute. |
Attachment |
Attachment.withImageUrl(String value)
Copy the current immutable object by setting a present value for the optional
imageUrl attribute. |
Attachment |
Attachment.withMrkdwnIn(Iterable<String> elements)
Copy the current immutable object with elements that replace the content of
mrkdwnIn. |
Attachment |
Attachment.withMrkdwnIn(String... elements)
Copy the current immutable object with elements that replace the content of
mrkdwnIn. |
Attachment |
Attachment.withPretext(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
pretext attribute. |
Attachment |
Attachment.withPretext(String value)
Copy the current immutable object by setting a present value for the optional
pretext attribute. |
Attachment |
Attachment.withText(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
text attribute. |
Attachment |
Attachment.withText(String value)
Copy the current immutable object by setting a present value for the optional
text attribute. |
Attachment |
Attachment.withThumbUrl(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
thumbUrl attribute. |
Attachment |
Attachment.withThumbUrl(String value)
Copy the current immutable object by setting a present value for the optional
thumbUrl attribute. |
Attachment |
Attachment.withTitle(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
title attribute. |
Attachment |
Attachment.withTitle(String value)
Copy the current immutable object by setting a present value for the optional
title attribute. |
Attachment |
Attachment.withTitleLink(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
titleLink attribute. |
Attachment |
Attachment.withTitleLink(String value)
Copy the current immutable object by setting a present value for the optional
titleLink attribute. |
| Modifier and Type | Method and Description |
|---|---|
List<Attachment> |
LiteMessage.getAttachments() |
List<Attachment> |
Message.getAttachments() |
List<Attachment> |
LiteMessageIF.getAttachments() |
List<Attachment> |
MessageIF.getAttachments() |
| Modifier and Type | Method and Description |
|---|---|
LiteMessage.Builder |
LiteMessage.Builder.addAttachments(Attachment... elements)
Adds elements to
attachments list. |
Message.Builder |
Message.Builder.addAttachments(Attachment... elements)
Adds elements to
attachments list. |
LiteMessage.Builder |
LiteMessage.Builder.addAttachments(Attachment element)
Adds one element to
attachments list. |
Message.Builder |
Message.Builder.addAttachments(Attachment element)
Adds one element to
attachments list. |
LiteMessage |
LiteMessage.withAttachments(Attachment... elements)
Copy the current immutable object with elements that replace the content of
attachments. |
Message |
Message.withAttachments(Attachment... elements)
Copy the current immutable object with elements that replace the content of
attachments. |
| Modifier and Type | Method and Description |
|---|---|
LiteMessage.Builder |
LiteMessage.Builder.addAllAttachments(Iterable<? extends Attachment> elements)
Adds elements to
attachments list. |
Message.Builder |
Message.Builder.addAllAttachments(Iterable<? extends Attachment> elements)
Adds elements to
attachments list. |
LiteMessage.Builder |
LiteMessage.Builder.setAttachments(Iterable<? extends Attachment> elements)
Sets or replaces all elements for
attachments list. |
Message.Builder |
Message.Builder.setAttachments(Iterable<? extends Attachment> elements)
Sets or replaces all elements for
attachments list. |
LiteMessage |
LiteMessage.withAttachments(Iterable<? extends Attachment> elements)
Copy the current immutable object with elements that replace the content of
attachments. |
Message |
Message.withAttachments(Iterable<? extends Attachment> elements)
Copy the current immutable object with elements that replace the content of
attachments. |
| Modifier and Type | Method and Description |
|---|---|
List<Attachment> |
SlackEventBotMessage.getAttachments() |
abstract List<Attachment> |
AbstractSlackEventBotMessage.getAttachments() |
| Modifier and Type | Method and Description |
|---|---|
SlackEventBotMessage.Builder |
SlackEventBotMessage.Builder.addAttachments(Attachment... elements)
Adds elements to
attachments list. |
SlackEventBotMessage.Builder |
SlackEventBotMessage.Builder.addAttachments(Attachment element)
Adds one element to
attachments list. |
SlackEventBotMessage |
SlackEventBotMessage.withAttachments(Attachment... elements)
Copy the current immutable object with elements that replace the content of
attachments. |
| Modifier and Type | Method and Description |
|---|---|
SlackEventBotMessage.Builder |
SlackEventBotMessage.Builder.addAllAttachments(Iterable<? extends Attachment> elements)
Adds elements to
attachments list. |
SlackEventBotMessage.Builder |
SlackEventBotMessage.Builder.setAttachments(Iterable<? extends Attachment> elements)
Sets or replaces all elements for
attachments list. |
SlackEventBotMessage |
SlackEventBotMessage.withAttachments(Iterable<? extends Attachment> elements)
Copy the current immutable object with elements that replace the content of
attachments. |
| Modifier and Type | Method and Description |
|---|---|
List<Attachment> |
TopLevelMessageInteractionResponse.getAttachments() |
List<Attachment> |
TopLevelMessageInteractionResponseIF.getAttachments() |
| Modifier and Type | Method and Description |
|---|---|
TopLevelMessageInteractionResponse.Builder |
TopLevelMessageInteractionResponse.Builder.addAttachments(Attachment... elements)
Adds elements to
attachments list. |
TopLevelMessageInteractionResponse.Builder |
TopLevelMessageInteractionResponse.Builder.addAttachments(Attachment element)
Adds one element to
attachments list. |
TopLevelMessageInteractionResponse |
TopLevelMessageInteractionResponse.withAttachments(Attachment... elements)
Copy the current immutable object with elements that replace the content of
attachments. |
| Modifier and Type | Method and Description |
|---|---|
TopLevelMessageInteractionResponse.Builder |
TopLevelMessageInteractionResponse.Builder.addAllAttachments(Iterable<? extends Attachment> elements)
Adds elements to
attachments list. |
TopLevelMessageInteractionResponse.Builder |
TopLevelMessageInteractionResponse.Builder.setAttachments(Iterable<? extends Attachment> elements)
Sets or replaces all elements for
attachments list. |
TopLevelMessageInteractionResponse |
TopLevelMessageInteractionResponse.withAttachments(Iterable<? extends Attachment> elements)
Copy the current immutable object with elements that replace the content of
attachments. |
Copyright © 2019. All rights reserved.