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