| Package | Description |
|---|---|
| com.hubspot.slack.client.methods.params.chat |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ChatPostEphemeralMessageParamsIF |
interface |
ChatUpdateMessageParamsIF |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractChatPostMessageParams |
class |
ChatPostEphemeralMessageParams
Immutable implementation of
ChatPostEphemeralMessageParamsIF. |
class |
ChatPostMessageParams
Immutable implementation of
AbstractChatPostMessageParams. |
class |
ChatUpdateMessageParams
Immutable implementation of
ChatUpdateMessageParamsIF. |
| Modifier and Type | Method and Description |
|---|---|
ChatPostMessageParams.Builder |
ChatPostMessageParams.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.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.from(MessageParams instance)
Fill a builder with attribute values from the provided
com.hubspot.slack.client.methods.params.chat.MessageParams instance. |
Copyright © 2019. All rights reserved.