| Package | Description |
|---|---|
| com.hubspot.slack.client.models.events.links |
| Modifier and Type | Method and Description |
|---|---|
SlackLinkSharedEvent |
SlackLinkSharedEvent.Builder.build()
Builds a new
SlackLinkSharedEvent. |
static SlackLinkSharedEvent |
SlackLinkSharedEvent.copyOf(SlackLinkSharedEventIF instance)
Creates an immutable copy of a
SlackLinkSharedEventIF value. |
SlackLinkSharedEvent |
SlackLinkSharedEvent.withChannelId(String channelId)
Copy the current immutable object by setting a value for the
channelId attribute. |
SlackLinkSharedEvent |
SlackLinkSharedEvent.withLinks(Iterable<? extends Link> elements)
Copy the current immutable object with elements that replace the content of
links. |
SlackLinkSharedEvent |
SlackLinkSharedEvent.withLinks(Link... elements)
Copy the current immutable object with elements that replace the content of
links. |
SlackLinkSharedEvent |
SlackLinkSharedEvent.withMessageTs(String messageTs)
Copy the current immutable object by setting a value for the
messageTs attribute. |
SlackLinkSharedEvent |
SlackLinkSharedEvent.withThreadTs(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
threadTs attribute. |
SlackLinkSharedEvent |
SlackLinkSharedEvent.withThreadTs(String value)
Copy the current immutable object by setting a present value for the optional
threadTs attribute. |
SlackLinkSharedEvent |
SlackLinkSharedEvent.withType(SlackEventType type)
Copy the current immutable object by setting a value for the
type attribute. |
SlackLinkSharedEvent |
SlackLinkSharedEvent.withUserId(String userId)
Copy the current immutable object by setting a value for the
userId attribute. |
Copyright © 2020. All rights reserved.