| Package | Description |
|---|---|
| com.hubspot.slack.client.methods.params.chat |
| Modifier and Type | Method and Description |
|---|---|
ChatPostEphemeralMessageParams |
ChatPostEphemeralMessageParams.Builder.build()
Builds a new
ChatPostEphemeralMessageParams. |
static ChatPostEphemeralMessageParams |
ChatPostEphemeralMessageParams.copyOf(ChatPostEphemeralMessageParamsIF instance)
Creates an immutable copy of a
ChatPostEphemeralMessageParamsIF value. |
ChatPostEphemeralMessageParams |
ChatPostEphemeralMessageParams.withAttachments(Attachment... elements)
Copy the current immutable object with elements that replace the content of
attachments. |
ChatPostEphemeralMessageParams |
ChatPostEphemeralMessageParams.withAttachments(Iterable<? extends Attachment> elements)
Copy the current immutable object with elements that replace the content of
attachments. |
ChatPostEphemeralMessageParams |
ChatPostEphemeralMessageParams.withBlocks(Block... elements)
Copy the current immutable object with elements that replace the content of
blocks. |
ChatPostEphemeralMessageParams |
ChatPostEphemeralMessageParams.withBlocks(Iterable<? extends Block> elements)
Copy the current immutable object with elements that replace the content of
blocks. |
ChatPostEphemeralMessageParams |
ChatPostEphemeralMessageParams.withChannelId(String channelId)
Copy the current immutable object by setting a value for the
channelId attribute. |
ChatPostEphemeralMessageParams |
ChatPostEphemeralMessageParams.withParseMode(String parseMode)
Copy the current immutable object by setting a value for the
parseMode attribute. |
ChatPostEphemeralMessageParams |
ChatPostEphemeralMessageParams.withSendAsUser(boolean sendAsUser)
Copy the current immutable object by setting a value for the
sendAsUser attribute. |
ChatPostEphemeralMessageParams |
ChatPostEphemeralMessageParams.withShouldLinkNames(boolean shouldLinkNames)
Copy the current immutable object by setting a value for the
shouldLinkNames attribute. |
ChatPostEphemeralMessageParams |
ChatPostEphemeralMessageParams.withText(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
text attribute. |
ChatPostEphemeralMessageParams |
ChatPostEphemeralMessageParams.withText(String value)
Copy the current immutable object by setting a present value for the optional
text attribute. |
ChatPostEphemeralMessageParams |
ChatPostEphemeralMessageParams.withThreadTs(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
threadTs attribute. |
ChatPostEphemeralMessageParams |
ChatPostEphemeralMessageParams.withThreadTs(String value)
Copy the current immutable object by setting a present value for the optional
threadTs attribute. |
ChatPostEphemeralMessageParams |
ChatPostEphemeralMessageParams.withUserToSendTo(String userToSendTo)
Copy the current immutable object by setting a value for the
userToSendTo attribute. |
Copyright © 2019. All rights reserved.