| Package | Description |
|---|---|
| com.hubspot.slack.client.methods.params.chat |
| Modifier and Type | Method and Description |
|---|---|
ChatUpdateMessageParams |
ChatUpdateMessageParams.Builder.build()
Builds a new
ChatUpdateMessageParams. |
static ChatUpdateMessageParams |
ChatUpdateMessageParams.copyOf(ChatUpdateMessageParamsIF instance)
Creates an immutable copy of a
ChatUpdateMessageParamsIF value. |
ChatUpdateMessageParams |
ChatUpdateMessageParams.withAsUser(Boolean value)
Copy the current immutable object by setting a present value for the optional
asUser attribute. |
ChatUpdateMessageParams |
ChatUpdateMessageParams.withAsUser(Optional<Boolean> optional)
Copy the current immutable object by setting an optional value for the
asUser attribute. |
ChatUpdateMessageParams |
ChatUpdateMessageParams.withAttachments(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. |
ChatUpdateMessageParams |
ChatUpdateMessageParams.withBlocks(Block... elements)
Copy the current immutable object with elements that replace the content of
blocks. |
ChatUpdateMessageParams |
ChatUpdateMessageParams.withBlocks(Iterable<? extends Block> elements)
Copy the current immutable object with elements that replace the content of
blocks. |
ChatUpdateMessageParams |
ChatUpdateMessageParams.withChannelId(String channelId)
Copy the current immutable object by setting a value for the
channelId attribute. |
ChatUpdateMessageParams |
ChatUpdateMessageParams.withParse(String parse)
Copy the current immutable object by setting a value for the
parse attribute. |
ChatUpdateMessageParams |
ChatUpdateMessageParams.withShouldLinkNames(boolean shouldLinkNames)
Copy the current immutable object by setting a value for the
shouldLinkNames attribute. |
ChatUpdateMessageParams |
ChatUpdateMessageParams.withText(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
text attribute. |
ChatUpdateMessageParams |
ChatUpdateMessageParams.withText(String value)
Copy the current immutable object by setting a present value for the optional
text attribute. |
ChatUpdateMessageParams |
ChatUpdateMessageParams.withTs(String ts)
Copy the current immutable object by setting a value for the
ts attribute. |
Copyright © 2019. All rights reserved.