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