| Package | Description |
|---|---|
| com.hubspot.slack.client.models.events.links |
| Modifier and Type | Method and Description |
|---|---|
Link |
Link.Builder.build()
Builds a new
Link. |
static Link |
Link.copyOf(LinkIF instance)
Creates an immutable copy of a
LinkIF value. |
Link |
Link.withDomain(String domain)
Copy the current immutable object by setting a value for the
domain attribute. |
Link |
Link.withUrl(String url)
Copy the current immutable object by setting a value for the
url attribute. |
| Modifier and Type | Method and Description |
|---|---|
List<Link> |
SlackLinkSharedEvent.getLinks() |
List<Link> |
SlackLinkSharedEventIF.getLinks() |
| Modifier and Type | Method and Description |
|---|---|
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. |
SlackLinkSharedEvent |
SlackLinkSharedEvent.withLinks(Link... elements)
Copy the current immutable object with elements that replace the content of
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.setLinks(Iterable<? extends Link> elements)
Sets or replaces all elements for
links list. |
SlackLinkSharedEvent |
SlackLinkSharedEvent.withLinks(Iterable<? extends Link> elements)
Copy the current immutable object with elements that replace the content of
links. |
Copyright © 2020. All rights reserved.