| Package | Description |
|---|---|
| com.hubspot.slack.client.models.events |
| Modifier and Type | Method and Description |
|---|---|
SlackEventMessageIm |
SlackEventMessageIm.Builder.build()
Builds a new
SlackEventMessageIm. |
static SlackEventMessageIm |
SlackEventMessageIm.copyOf(AbstractSlackEventMessageIm instance)
Creates an immutable copy of a
AbstractSlackEventMessageIm value. |
SlackEventMessageIm |
SlackEventMessageIm.withChannelId(String channelId)
Copy the current immutable object by setting a value for the
channelId attribute. |
SlackEventMessageIm |
SlackEventMessageIm.withSubtype(Optional<SlackMessageSubtype> optional)
Copy the current immutable object by setting an optional value for the
subtype attribute. |
SlackEventMessageIm |
SlackEventMessageIm.withSubtype(SlackMessageSubtype value)
Copy the current immutable object by setting a present value for the optional
subtype attribute. |
SlackEventMessageIm |
SlackEventMessageIm.withText(String text)
Copy the current immutable object by setting a value for the
text attribute. |
SlackEventMessageIm |
SlackEventMessageIm.withThreadTs(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
threadTs attribute. |
SlackEventMessageIm |
SlackEventMessageIm.withThreadTs(String value)
Copy the current immutable object by setting a present value for the optional
threadTs attribute. |
SlackEventMessageIm |
SlackEventMessageIm.withTs(String ts)
Copy the current immutable object by setting a value for the
ts attribute. |
SlackEventMessageIm |
SlackEventMessageIm.withType(SlackEventType type)
Copy the current immutable object by setting a value for the
type attribute. |
SlackEventMessageIm |
SlackEventMessageIm.withUserId(String userId)
Copy the current immutable object by setting a value for the
userId attribute. |
Copyright © 2019. All rights reserved.