| Package | Description |
|---|---|
| com.hubspot.slack.client.models | |
| com.hubspot.slack.client.models.group | |
| com.hubspot.slack.client.models.response |
| Modifier and Type | Method and Description |
|---|---|
Message |
Message.Builder.build()
Builds a new
Message. |
static Message |
Message.copyOf(MessageIF instance)
Creates an immutable copy of a
MessageIF value. |
Message |
Message.withAttachments(Attachment... elements)
Copy the current immutable object with elements that replace the content of
attachments. |
Message |
Message.withAttachments(Iterable<? extends Attachment> elements)
Copy the current immutable object with elements that replace the content of
attachments. |
Message |
Message.withChannel(SlackChannel channel)
Copy the current immutable object by setting a value for the
channel attribute. |
Message |
Message.withNext(LiteMessage value)
Copy the current immutable object by setting a present value for the optional
next attribute. |
Message |
Message.withNext(Optional<LiteMessage> optional)
Copy the current immutable object by setting an optional value for the
next attribute. |
Message |
Message.withNextNext(LiteMessage value)
Copy the current immutable object by setting a present value for the optional
nextNext attribute. |
Message |
Message.withNextNext(Optional<LiteMessage> optional)
Copy the current immutable object by setting an optional value for the
nextNext attribute. |
Message |
Message.withPermalink(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
permalink attribute. |
Message |
Message.withPermalink(String value)
Copy the current immutable object by setting a present value for the optional
permalink attribute. |
Message |
Message.withPrevious(LiteMessage value)
Copy the current immutable object by setting a present value for the optional
previous attribute. |
Message |
Message.withPrevious(Optional<LiteMessage> optional)
Copy the current immutable object by setting an optional value for the
previous attribute. |
Message |
Message.withPreviousPrevious(LiteMessage value)
Copy the current immutable object by setting a present value for the optional
previousPrevious attribute. |
Message |
Message.withPreviousPrevious(Optional<LiteMessage> optional)
Copy the current immutable object by setting an optional value for the
previousPrevious attribute. |
Message |
Message.withTeam(String team)
Copy the current immutable object by setting a value for the
team attribute. |
Message |
Message.withText(String text)
Copy the current immutable object by setting a value for the
text attribute. |
Message |
Message.withTimestamp(String timestamp)
Copy the current immutable object by setting a value for the
timestamp attribute. |
Message |
Message.withType(String type)
Copy the current immutable object by setting a value for the
type attribute. |
Message |
Message.withUser(String user)
Copy the current immutable object by setting a value for the
user attribute. |
Message |
Message.withUsername(String username)
Copy the current immutable object by setting a value for the
username attribute. |
| Modifier and Type | Method and Description |
|---|---|
Optional<Message> |
SlackGroup.getLatest() |
Optional<Message> |
SlackGroupIF.getLatest() |
| Modifier and Type | Method and Description |
|---|---|
SlackGroup.Builder |
SlackGroup.Builder.setLatest(Message latest)
Initializes the optional value
latest to latest. |
SlackGroup |
SlackGroup.withLatest(Message value)
Copy the current immutable object by setting a present value for the optional
latest attribute. |
| Modifier and Type | Method and Description |
|---|---|
SlackGroup.Builder |
SlackGroup.Builder.setLatest(Optional<Message> latest)
Initializes the optional value
latest to latest. |
SlackGroup |
SlackGroup.withLatest(Optional<Message> optional)
Copy the current immutable object by setting an optional value for the
latest attribute. |
| Modifier and Type | Method and Description |
|---|---|
List<Message> |
MessagePage.getMatches() |
List<Message> |
MessagePageIF.getMatches() |
| Modifier and Type | Method and Description |
|---|---|
MessagePage.Builder |
MessagePage.Builder.addMatches(Message... elements)
Adds elements to
matches list. |
MessagePage.Builder |
MessagePage.Builder.addMatches(Message element)
Adds one element to
matches list. |
MessagePage |
MessagePage.withMatches(Message... elements)
Copy the current immutable object with elements that replace the content of
matches. |
| Modifier and Type | Method and Description |
|---|---|
MessagePage.Builder |
MessagePage.Builder.addAllMatches(Iterable<? extends Message> elements)
Adds elements to
matches list. |
MessagePage.Builder |
MessagePage.Builder.setMatches(Iterable<? extends Message> elements)
Sets or replaces all elements for
matches list. |
MessagePage |
MessagePage.withMatches(Iterable<? extends Message> elements)
Copy the current immutable object with elements that replace the content of
matches. |
Copyright © 2019. All rights reserved.