| Package | Description |
|---|---|
| com.hubspot.slack.client.models.events |
| Modifier and Type | Method and Description |
|---|---|
SlackEventMessageChanged |
SlackEventMessageChanged.Builder.build()
Builds a new
SlackEventMessageChanged. |
static SlackEventMessageChanged |
SlackEventMessageChanged.copyOf(AbstractSlackEventMessageChanged instance)
Creates an immutable copy of a
AbstractSlackEventMessageChanged value. |
SlackEventMessageChanged |
SlackEventMessageChanged.withChannelId(String channelId)
Copy the current immutable object by setting a value for the
channelId attribute. |
SlackEventMessageChanged |
SlackEventMessageChanged.withEventTs(String eventTs)
Copy the current immutable object by setting a value for the
eventTs attribute. |
SlackEventMessageChanged |
SlackEventMessageChanged.withHidden(boolean hidden)
Copy the current immutable object by setting a value for the
hidden attribute. |
SlackEventMessageChanged |
SlackEventMessageChanged.withMessage(LiteMessage message)
Copy the current immutable object by setting a value for the
message attribute. |
SlackEventMessageChanged |
SlackEventMessageChanged.withPreviousMessage(LiteMessage value)
Copy the current immutable object by setting a present value for the optional
previousMessage attribute. |
SlackEventMessageChanged |
SlackEventMessageChanged.withPreviousMessage(Optional<LiteMessage> optional)
Copy the current immutable object by setting an optional value for the
previousMessage attribute. |
SlackEventMessageChanged |
SlackEventMessageChanged.withSubtype(Optional<SlackMessageSubtype> optional)
Copy the current immutable object by setting an optional value for the
subtype attribute. |
SlackEventMessageChanged |
SlackEventMessageChanged.withSubtype(SlackMessageSubtype value)
Copy the current immutable object by setting a present value for the optional
subtype attribute. |
SlackEventMessageChanged |
SlackEventMessageChanged.withTs(String ts)
Copy the current immutable object by setting a value for the
ts attribute. |
SlackEventMessageChanged |
SlackEventMessageChanged.withType(SlackEventType type)
Copy the current immutable object by setting a value for the
type attribute. |
Copyright © 2019. All rights reserved.