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