| Package | Description |
|---|---|
| com.hubspot.slack.client.models.events.links |
| Modifier and Type | Method and Description |
|---|---|
SlackLinkSharedEvent.Builder |
SlackLinkSharedEvent.Builder.addAllLinks(Iterable<? extends Link> elements)
Adds elements to
links list. |
SlackLinkSharedEvent.Builder |
SlackLinkSharedEvent.Builder.addLinks(Link... elements)
Adds elements to
links list. |
SlackLinkSharedEvent.Builder |
SlackLinkSharedEvent.Builder.addLinks(Link element)
Adds one element to
links list. |
static SlackLinkSharedEvent.Builder |
SlackLinkSharedEvent.builder()
Creates a builder for
SlackLinkSharedEvent. |
SlackLinkSharedEvent.Builder |
SlackLinkSharedEvent.Builder.from(SlackEvent instance)
Fill a builder with attribute values from the provided
com.hubspot.slack.client.models.events.SlackEvent instance. |
SlackLinkSharedEvent.Builder |
SlackLinkSharedEvent.Builder.from(SlackLinkSharedEventIF instance)
Fill a builder with attribute values from the provided
com.hubspot.slack.client.models.events.links.SlackLinkSharedEventIF instance. |
SlackLinkSharedEvent.Builder |
SlackLinkSharedEvent.Builder.setChannelId(String channelId)
Initializes the value for the
channelId attribute. |
SlackLinkSharedEvent.Builder |
SlackLinkSharedEvent.Builder.setLinks(Iterable<? extends Link> elements)
Sets or replaces all elements for
links list. |
SlackLinkSharedEvent.Builder |
SlackLinkSharedEvent.Builder.setMessageTs(String messageTs)
Initializes the value for the
messageTs attribute. |
SlackLinkSharedEvent.Builder |
SlackLinkSharedEvent.Builder.setThreadTs(Optional<String> threadTs)
Initializes the optional value
threadTs to threadTs. |
SlackLinkSharedEvent.Builder |
SlackLinkSharedEvent.Builder.setThreadTs(String threadTs)
Initializes the optional value
threadTs to threadTs. |
SlackLinkSharedEvent.Builder |
SlackLinkSharedEvent.Builder.setType(SlackEventType type)
Initializes the value for the
type attribute. |
SlackLinkSharedEvent.Builder |
SlackLinkSharedEvent.Builder.setUserId(String userId)
Initializes the value for the
userId attribute. |
Copyright © 2020. All rights reserved.