| Modifier and Type | Method and Description |
|---|---|
LiteMessage |
LiteMessage.Builder.build()
Builds a new
LiteMessage. |
static LiteMessage |
LiteMessage.copyOf(LiteMessageIF instance)
Creates an immutable copy of a
LiteMessageIF value. |
LiteMessage |
LiteMessage.withAttachments(Attachment... elements)
Copy the current immutable object with elements that replace the content of
attachments. |
LiteMessage |
LiteMessage.withAttachments(Iterable<? extends Attachment> elements)
Copy the current immutable object with elements that replace the content of
attachments. |
LiteMessage |
LiteMessage.withBotId(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
botId attribute. |
LiteMessage |
LiteMessage.withBotId(String value)
Copy the current immutable object by setting a present value for the optional
botId attribute. |
LiteMessage |
LiteMessage.withFiles(Iterable<? extends SlackFile> elements)
Copy the current immutable object with elements that replace the content of
files. |
LiteMessage |
LiteMessage.withFiles(SlackFile... elements)
Copy the current immutable object with elements that replace the content of
files. |
LiteMessage |
LiteMessage.withLatestReplyTimestamp(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
latestReplyTimestamp attribute. |
LiteMessage |
LiteMessage.withLatestReplyTimestamp(String value)
Copy the current immutable object by setting a present value for the optional
latestReplyTimestamp attribute. |
LiteMessage |
LiteMessage.withReplies(Iterable<? extends ReplySkeleton> elements)
Deprecated.
|
LiteMessage |
LiteMessage.withReplies(ReplySkeleton... elements)
Deprecated.
|
LiteMessage |
LiteMessage.withReplyCount(Integer value)
Copy the current immutable object by setting a present value for the optional
replyCount attribute. |
LiteMessage |
LiteMessage.withReplyCount(Optional<Integer> optional)
Copy the current immutable object by setting an optional value for the
replyCount attribute. |
LiteMessage |
LiteMessage.withReplyUserIds(List<String> value)
Copy the current immutable object by setting a present value for the optional
replyUserIds attribute. |
LiteMessage |
LiteMessage.withReplyUserIds(Optional<List<String>> optional)
Copy the current immutable object by setting an optional value for the
replyUserIds attribute. |
LiteMessage |
LiteMessage.withReplyUsersCount(Integer value)
Copy the current immutable object by setting a present value for the optional
replyUsersCount attribute. |
LiteMessage |
LiteMessage.withReplyUsersCount(Optional<Integer> optional)
Copy the current immutable object by setting an optional value for the
replyUsersCount attribute. |
LiteMessage |
LiteMessage.withSubtype(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
subtype attribute. |
LiteMessage |
LiteMessage.withSubtype(String value)
Copy the current immutable object by setting a present value for the optional
subtype attribute. |
LiteMessage |
LiteMessage.withText(String text)
Copy the current immutable object by setting a value for the
text attribute. |
LiteMessage |
LiteMessage.withThreadTimestamp(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
threadTimestamp attribute. |
LiteMessage |
LiteMessage.withThreadTimestamp(String value)
Copy the current immutable object by setting a present value for the optional
threadTimestamp attribute. |
LiteMessage |
LiteMessage.withTimestamp(String timestamp)
Copy the current immutable object by setting a value for the
timestamp attribute. |
LiteMessage |
LiteMessage.withType(String type)
Copy the current immutable object by setting a value for the
type attribute. |
LiteMessage |
LiteMessage.withUser(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
user attribute. |
LiteMessage |
LiteMessage.withUser(String value)
Copy the current immutable object by setting a present value for the optional
user attribute. |
LiteMessage |
LiteMessage.withUsername(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
username attribute. |
LiteMessage |
LiteMessage.withUsername(String value)
Copy the current immutable object by setting a present value for the optional
username attribute. |
| Modifier and Type | Method and Description |
|---|---|
Optional<LiteMessage> |
Message.getNext() |
Optional<LiteMessage> |
MessageIF.getNext() |
Optional<LiteMessage> |
Message.getNextNext() |
Optional<LiteMessage> |
MessageIF.getNextNext() |
Optional<LiteMessage> |
Message.getPrevious() |
Optional<LiteMessage> |
MessageIF.getPrevious() |
Optional<LiteMessage> |
Message.getPreviousPrevious() |
Optional<LiteMessage> |
MessageIF.getPreviousPrevious() |
| Modifier and Type | Method and Description |
|---|---|
Message.Builder |
Message.Builder.setNext(LiteMessage next)
Initializes the optional value
next to next. |
Message.Builder |
Message.Builder.setNextNext(LiteMessage nextNext)
Initializes the optional value
nextNext to nextNext. |
Message.Builder |
Message.Builder.setPrevious(LiteMessage previous)
Initializes the optional value
previous to previous. |
Message.Builder |
Message.Builder.setPreviousPrevious(LiteMessage previousPrevious)
Initializes the optional value
previousPrevious to previousPrevious. |
Message |
Message.withNext(LiteMessage value)
Copy the current immutable object by setting a present value for the optional
next attribute. |
Message |
Message.withNextNext(LiteMessage value)
Copy the current immutable object by setting a present value for the optional
nextNext attribute. |
Message |
Message.withPrevious(LiteMessage value)
Copy the current immutable object by setting a present value for the optional
previous attribute. |
Message |
Message.withPreviousPrevious(LiteMessage value)
Copy the current immutable object by setting a present value for the optional
previousPrevious attribute. |
| Modifier and Type | Method and Description |
|---|---|
Message.Builder |
Message.Builder.setNext(Optional<LiteMessage> next)
Initializes the optional value
next to next. |
Message.Builder |
Message.Builder.setNextNext(Optional<LiteMessage> nextNext)
Initializes the optional value
nextNext to nextNext. |
Message.Builder |
Message.Builder.setPrevious(Optional<LiteMessage> previous)
Initializes the optional value
previous to previous. |
Message.Builder |
Message.Builder.setPreviousPrevious(Optional<LiteMessage> previousPrevious)
Initializes the optional value
previousPrevious to previousPrevious. |
Message |
Message.withNext(Optional<LiteMessage> optional)
Copy the current immutable object by setting an optional value for the
next attribute. |
Message |
Message.withNextNext(Optional<LiteMessage> optional)
Copy the current immutable object by setting an optional value for the
nextNext attribute. |
Message |
Message.withPrevious(Optional<LiteMessage> optional)
Copy the current immutable object by setting an optional value for the
previous attribute. |
Message |
Message.withPreviousPrevious(Optional<LiteMessage> optional)
Copy the current immutable object by setting an optional value for the
previousPrevious attribute. |
| Modifier and Type | Method and Description |
|---|---|
LiteMessage |
SlackEventMessageChanged.getMessage() |
abstract LiteMessage |
AbstractSlackEventMessageChanged.getMessage() |
| Modifier and Type | Method and Description |
|---|---|
Optional<LiteMessage> |
SlackEventMessageDeleted.getPreviousMessage() |
Optional<LiteMessage> |
SlackEventMessageChanged.getPreviousMessage() |
abstract Optional<LiteMessage> |
AbstractSlackEventMessageChanged.getPreviousMessage() |
abstract Optional<LiteMessage> |
AbstractSlackEventMessageDeleted.getPreviousMessage() |
| Modifier and Type | Method and Description |
|---|---|
SlackEventMessageChanged.Builder |
SlackEventMessageChanged.Builder.setMessage(LiteMessage message)
Initializes the value for the
message attribute. |
SlackEventMessageDeleted.Builder |
SlackEventMessageDeleted.Builder.setPreviousMessage(LiteMessage previousMessage)
Initializes the optional value
previousMessage to previousMessage. |
SlackEventMessageChanged.Builder |
SlackEventMessageChanged.Builder.setPreviousMessage(LiteMessage previousMessage)
Initializes the optional value
previousMessage to previousMessage. |
SlackEventMessageChanged |
SlackEventMessageChanged.withMessage(LiteMessage message)
Copy the current immutable object by setting a value for the
message attribute. |
SlackEventMessageDeleted |
SlackEventMessageDeleted.withPreviousMessage(LiteMessage value)
Copy the current immutable object by setting a present value for the optional
previousMessage attribute. |
SlackEventMessageChanged |
SlackEventMessageChanged.withPreviousMessage(LiteMessage value)
Copy the current immutable object by setting a present value for the optional
previousMessage attribute. |
| Modifier and Type | Method and Description |
|---|---|
SlackEventMessageDeleted.Builder |
SlackEventMessageDeleted.Builder.setPreviousMessage(Optional<LiteMessage> previousMessage)
Initializes the optional value
previousMessage to previousMessage. |
SlackEventMessageChanged.Builder |
SlackEventMessageChanged.Builder.setPreviousMessage(Optional<LiteMessage> previousMessage)
Initializes the optional value
previousMessage to previousMessage. |
SlackEventMessageDeleted |
SlackEventMessageDeleted.withPreviousMessage(Optional<LiteMessage> optional)
Copy the current immutable object by setting an optional value for the
previousMessage attribute. |
SlackEventMessageChanged |
SlackEventMessageChanged.withPreviousMessage(Optional<LiteMessage> optional)
Copy the current immutable object by setting an optional value for the
previousMessage attribute. |
| Modifier and Type | Method and Description |
|---|---|
LiteMessage |
MessageAction.getMessage() |
LiteMessage |
MessageActionIF.getMessage() |
| Modifier and Type | Method and Description |
|---|---|
Optional<LiteMessage> |
InteractiveAction.getOriginalMessage() |
Optional<LiteMessage> |
InteractiveActionIF.getOriginalMessage() |
| Modifier and Type | Method and Description |
|---|---|
MessageAction.Builder |
MessageAction.Builder.setMessage(LiteMessage message)
Initializes the value for the
message attribute. |
InteractiveAction.Builder |
InteractiveAction.Builder.setOriginalMessage(LiteMessage originalMessage)
Initializes the optional value
originalMessage to originalMessage. |
MessageAction |
MessageAction.withMessage(LiteMessage message)
Copy the current immutable object by setting a value for the
message attribute. |
InteractiveAction |
InteractiveAction.withOriginalMessage(LiteMessage value)
Copy the current immutable object by setting a present value for the optional
originalMessage attribute. |
| Modifier and Type | Method and Description |
|---|---|
InteractiveAction.Builder |
InteractiveAction.Builder.setOriginalMessage(Optional<LiteMessage> originalMessage)
Initializes the optional value
originalMessage to originalMessage. |
InteractiveAction |
InteractiveAction.withOriginalMessage(Optional<LiteMessage> optional)
Copy the current immutable object by setting an optional value for the
originalMessage attribute. |
| Modifier and Type | Method and Description |
|---|---|
List<LiteMessage> |
FindRepliesResponse.getMessages() |
List<LiteMessage> |
FindRepliesResponseIF.getMessages() |
| Modifier and Type | Method and Description |
|---|---|
FindRepliesResponse.Builder |
FindRepliesResponse.Builder.addMessages(LiteMessage... elements)
Adds elements to
messages list. |
FindRepliesResponse.Builder |
FindRepliesResponse.Builder.addMessages(LiteMessage element)
Adds one element to
messages list. |
FindRepliesResponse |
FindRepliesResponse.withMessages(LiteMessage... elements)
Copy the current immutable object with elements that replace the content of
messages. |
| Modifier and Type | Method and Description |
|---|---|
FindRepliesResponse.Builder |
FindRepliesResponse.Builder.addAllMessages(Iterable<? extends LiteMessage> elements)
Adds elements to
messages list. |
FindRepliesResponse.Builder |
FindRepliesResponse.Builder.setMessages(Iterable<? extends LiteMessage> elements)
Sets or replaces all elements for
messages list. |
FindRepliesResponse |
FindRepliesResponse.withMessages(Iterable<? extends LiteMessage> elements)
Copy the current immutable object with elements that replace the content of
messages. |
| Modifier and Type | Method and Description |
|---|---|
List<LiteMessage> |
ChannelsHistoryResponse.getMessages() |
abstract List<LiteMessage> |
AbstractChannelsHistoryResponse.getMessages() |
| Modifier and Type | Method and Description |
|---|---|
ChannelsHistoryResponse.Builder |
ChannelsHistoryResponse.Builder.addMessages(LiteMessage... elements)
Adds elements to
messages list. |
ChannelsHistoryResponse.Builder |
ChannelsHistoryResponse.Builder.addMessages(LiteMessage element)
Adds one element to
messages list. |
ChannelsHistoryResponse |
ChannelsHistoryResponse.withMessages(LiteMessage... elements)
Copy the current immutable object with elements that replace the content of
messages. |
| Modifier and Type | Method and Description |
|---|---|
ChannelsHistoryResponse.Builder |
ChannelsHistoryResponse.Builder.addAllMessages(Iterable<? extends LiteMessage> elements)
Adds elements to
messages list. |
ChannelsHistoryResponse.Builder |
ChannelsHistoryResponse.Builder.setMessages(Iterable<? extends LiteMessage> elements)
Sets or replaces all elements for
messages list. |
ChannelsHistoryResponse |
ChannelsHistoryResponse.withMessages(Iterable<? extends LiteMessage> elements)
Copy the current immutable object with elements that replace the content of
messages. |
| Modifier and Type | Method and Description |
|---|---|
List<LiteMessage> |
ConversationsHistoryResponse.getMessages() |
List<LiteMessage> |
ConversationsRepliesResponse.getMessages() |
List<LiteMessage> |
ConversationsHistoryResponseIF.getMessages() |
List<LiteMessage> |
ConversationsRepliesResponseIF.getMessages() |
| Modifier and Type | Method and Description |
|---|---|
ConversationsHistoryResponse.Builder |
ConversationsHistoryResponse.Builder.addMessages(LiteMessage... elements)
Adds elements to
messages list. |
ConversationsRepliesResponse.Builder |
ConversationsRepliesResponse.Builder.addMessages(LiteMessage... elements)
Adds elements to
messages list. |
ConversationsHistoryResponse.Builder |
ConversationsHistoryResponse.Builder.addMessages(LiteMessage element)
Adds one element to
messages list. |
ConversationsRepliesResponse.Builder |
ConversationsRepliesResponse.Builder.addMessages(LiteMessage element)
Adds one element to
messages list. |
ConversationsHistoryResponse |
ConversationsHistoryResponse.withMessages(LiteMessage... elements)
Copy the current immutable object with elements that replace the content of
messages. |
ConversationsRepliesResponse |
ConversationsRepliesResponse.withMessages(LiteMessage... elements)
Copy the current immutable object with elements that replace the content of
messages. |
| Modifier and Type | Method and Description |
|---|---|
ConversationsHistoryResponse.Builder |
ConversationsHistoryResponse.Builder.addAllMessages(Iterable<? extends LiteMessage> elements)
Adds elements to
messages list. |
ConversationsRepliesResponse.Builder |
ConversationsRepliesResponse.Builder.addAllMessages(Iterable<? extends LiteMessage> elements)
Adds elements to
messages list. |
ConversationsHistoryResponse.Builder |
ConversationsHistoryResponse.Builder.setMessages(Iterable<? extends LiteMessage> elements)
Sets or replaces all elements for
messages list. |
ConversationsRepliesResponse.Builder |
ConversationsRepliesResponse.Builder.setMessages(Iterable<? extends LiteMessage> elements)
Sets or replaces all elements for
messages list. |
ConversationsHistoryResponse |
ConversationsHistoryResponse.withMessages(Iterable<? extends LiteMessage> elements)
Copy the current immutable object with elements that replace the content of
messages. |
ConversationsRepliesResponse |
ConversationsRepliesResponse.withMessages(Iterable<? extends LiteMessage> elements)
Copy the current immutable object with elements that replace the content of
messages. |
Copyright © 2019. All rights reserved.