| Package | Description |
|---|---|
| com.hubspot.slack.client.methods.params.chat |
| Modifier and Type | Method and Description |
|---|---|
ChatPostMessageParams |
ChatPostMessageParams.Builder.build()
Builds a new
ChatPostMessageParams. |
static ChatPostMessageParams |
ChatPostMessageParams.copyOf(AbstractChatPostMessageParams instance)
Creates an immutable copy of a
AbstractChatPostMessageParams value. |
ChatPostMessageParams |
ChatPostMessageParams.withAsUser(Boolean value)
Copy the current immutable object by setting a present value for the optional
asUser attribute. |
ChatPostMessageParams |
ChatPostMessageParams.withAsUser(Optional<Boolean> optional)
Copy the current immutable object by setting an optional value for the
asUser attribute. |
ChatPostMessageParams |
ChatPostMessageParams.withAttachments(Attachment... elements)
Copy the current immutable object with elements that replace the content of
attachments. |
ChatPostMessageParams |
ChatPostMessageParams.withAttachments(Iterable<? extends Attachment> elements)
Copy the current immutable object with elements that replace the content of
attachments. |
ChatPostMessageParams |
ChatPostMessageParams.withBlocks(Block... elements)
Copy the current immutable object with elements that replace the content of
blocks. |
ChatPostMessageParams |
ChatPostMessageParams.withBlocks(Iterable<? extends Block> elements)
Copy the current immutable object with elements that replace the content of
blocks. |
ChatPostMessageParams |
ChatPostMessageParams.withChannelId(String channelId)
Copy the current immutable object by setting a value for the
channelId attribute. |
ChatPostMessageParams |
ChatPostMessageParams.withIconEmoji(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
iconEmoji attribute. |
ChatPostMessageParams |
ChatPostMessageParams.withIconEmoji(String value)
Copy the current immutable object by setting a present value for the optional
iconEmoji attribute. |
ChatPostMessageParams |
ChatPostMessageParams.withIconUrl(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
iconUrl attribute. |
ChatPostMessageParams |
ChatPostMessageParams.withIconUrl(String value)
Copy the current immutable object by setting a present value for the optional
iconUrl attribute. |
ChatPostMessageParams |
ChatPostMessageParams.withLinkNames(Boolean value)
Copy the current immutable object by setting a present value for the optional
linkNames attribute. |
ChatPostMessageParams |
ChatPostMessageParams.withLinkNames(Optional<Boolean> optional)
Copy the current immutable object by setting an optional value for the
linkNames attribute. |
ChatPostMessageParams |
ChatPostMessageParams.withReplyBroadcast(Boolean value)
Copy the current immutable object by setting a present value for the optional
replyBroadcast attribute. |
ChatPostMessageParams |
ChatPostMessageParams.withReplyBroadcast(Optional<Boolean> optional)
Copy the current immutable object by setting an optional value for the
replyBroadcast attribute. |
ChatPostMessageParams |
ChatPostMessageParams.withText(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
text attribute. |
ChatPostMessageParams |
ChatPostMessageParams.withText(String value)
Copy the current immutable object by setting a present value for the optional
text attribute. |
ChatPostMessageParams |
ChatPostMessageParams.withThreadTs(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
threadTs attribute. |
ChatPostMessageParams |
ChatPostMessageParams.withThreadTs(String value)
Copy the current immutable object by setting a present value for the optional
threadTs attribute. |
ChatPostMessageParams |
ChatPostMessageParams.withUnfurlLinks(Boolean value)
Copy the current immutable object by setting a present value for the optional
unfurlLinks attribute. |
ChatPostMessageParams |
ChatPostMessageParams.withUnfurlLinks(Optional<Boolean> optional)
Copy the current immutable object by setting an optional value for the
unfurlLinks attribute. |
ChatPostMessageParams |
ChatPostMessageParams.withUnfurlMedia(Boolean value)
Copy the current immutable object by setting a present value for the optional
unfurlMedia attribute. |
ChatPostMessageParams |
ChatPostMessageParams.withUnfurlMedia(Optional<Boolean> optional)
Copy the current immutable object by setting an optional value for the
unfurlMedia attribute. |
ChatPostMessageParams |
ChatPostMessageParams.withUsername(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
username attribute. |
ChatPostMessageParams |
ChatPostMessageParams.withUsername(String value)
Copy the current immutable object by setting a present value for the optional
username attribute. |
Copyright © 2019. All rights reserved.