| Package | Description |
|---|---|
| com.hubspot.slack.client.methods.params.chat |
| Modifier and Type | Method and Description |
|---|---|
ChatUpdateMessageParams.Builder |
ChatUpdateMessageParams.Builder.addAllAttachments(Iterable<? extends Attachment> elements)
Adds elements to
attachments list. |
ChatUpdateMessageParams.Builder |
ChatUpdateMessageParams.Builder.addAllBlocks(Iterable<? extends Block> elements)
Adds elements to
blocks list. |
ChatUpdateMessageParams.Builder |
ChatUpdateMessageParams.Builder.addAttachments(Attachment... elements)
Adds elements to
attachments list. |
ChatUpdateMessageParams.Builder |
ChatUpdateMessageParams.Builder.addAttachments(Attachment element)
Adds one element to
attachments list. |
ChatUpdateMessageParams.Builder |
ChatUpdateMessageParams.Builder.addBlocks(Block... elements)
Adds elements to
blocks list. |
ChatUpdateMessageParams.Builder |
ChatUpdateMessageParams.Builder.addBlocks(Block element)
Adds one element to
blocks list. |
static ChatUpdateMessageParams.Builder |
ChatUpdateMessageParams.builder()
Creates a builder for
ChatUpdateMessageParams. |
ChatUpdateMessageParams.Builder |
ChatUpdateMessageParams.Builder.from(ChatUpdateMessageParamsIF instance)
Fill a builder with attribute values from the provided
com.hubspot.slack.client.methods.params.chat.ChatUpdateMessageParamsIF instance. |
ChatUpdateMessageParams.Builder |
ChatUpdateMessageParams.Builder.from(HasChannel instance)
Fill a builder with attribute values from the provided
com.hubspot.slack.client.methods.interceptor.HasChannel instance. |
ChatUpdateMessageParams.Builder |
ChatUpdateMessageParams.Builder.from(MessageParams instance)
Fill a builder with attribute values from the provided
com.hubspot.slack.client.methods.params.chat.MessageParams instance. |
ChatUpdateMessageParams.Builder |
ChatUpdateMessageParams.Builder.setAsUser(Boolean asUser)
Initializes the optional value
asUser to asUser. |
ChatUpdateMessageParams.Builder |
ChatUpdateMessageParams.Builder.setAsUser(Optional<Boolean> asUser)
Initializes the optional value
asUser to asUser. |
ChatUpdateMessageParams.Builder |
ChatUpdateMessageParams.Builder.setAttachments(Iterable<? extends Attachment> elements)
Sets or replaces all elements for
attachments list. |
ChatUpdateMessageParams.Builder |
ChatUpdateMessageParams.Builder.setBlocks(Iterable<? extends Block> elements)
Sets or replaces all elements for
blocks list. |
ChatUpdateMessageParams.Builder |
ChatUpdateMessageParams.Builder.setChannelId(String channelId)
Initializes the value for the
channelId attribute. |
ChatUpdateMessageParams.Builder |
ChatUpdateMessageParams.Builder.setParse(String parse)
Initializes the value for the
parse attribute. |
ChatUpdateMessageParams.Builder |
ChatUpdateMessageParams.Builder.setShouldLinkNames(boolean shouldLinkNames)
Initializes the value for the
shouldLinkNames attribute. |
ChatUpdateMessageParams.Builder |
ChatUpdateMessageParams.Builder.setText(Optional<String> text)
Initializes the optional value
text to text. |
ChatUpdateMessageParams.Builder |
ChatUpdateMessageParams.Builder.setText(String text)
Initializes the optional value
text to text. |
ChatUpdateMessageParams.Builder |
ChatUpdateMessageParams.Builder.setTs(String ts)
Initializes the value for the
ts attribute. |
Copyright © 2019. All rights reserved.