| Package | Description |
|---|---|
| com.hubspot.slack.client.models |
| Modifier and Type | Method and Description |
|---|---|
ReplySkeleton |
ReplySkeleton.Builder.build()
Builds a new
ReplySkeleton. |
static ReplySkeleton |
ReplySkeleton.copyOf(ReplySkeletonIF instance)
Creates an immutable copy of a
ReplySkeletonIF value. |
ReplySkeleton |
ReplySkeleton.withReplyTs(String replyTs)
Copy the current immutable object by setting a value for the
replyTs attribute. |
ReplySkeleton |
ReplySkeleton.withUserId(String userId)
Copy the current immutable object by setting a value for the
userId attribute. |
| Modifier and Type | Method and Description |
|---|---|
List<ReplySkeleton> |
LiteMessage.getReplies()
Deprecated.
use
LiteMessage.getReplyUserIds() or LiteMessage.getLatestReplyTimestamp()
These can be used to find the user ids and the last reply timestamp.
Used to return a list of `ReplySkeleton` |
default List<ReplySkeleton> |
LiteMessageIF.getReplies()
Deprecated.
use
LiteMessageIF.getReplyUserIds() or LiteMessageIF.getLatestReplyTimestamp()
These can be used to find the user ids and the last reply timestamp.
Used to return a list of `ReplySkeleton` |
| Modifier and Type | Method and Description |
|---|---|
LiteMessage.Builder |
LiteMessage.Builder.addReplies(ReplySkeleton... elements)
Deprecated.
|
LiteMessage.Builder |
LiteMessage.Builder.addReplies(ReplySkeleton element)
Deprecated.
|
LiteMessage |
LiteMessage.withReplies(ReplySkeleton... elements)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
LiteMessage.Builder |
LiteMessage.Builder.addAllReplies(Iterable<? extends ReplySkeleton> elements)
Deprecated.
|
LiteMessage.Builder |
LiteMessage.Builder.setReplies(Iterable<? extends ReplySkeleton> elements)
Deprecated.
|
LiteMessage |
LiteMessage.withReplies(Iterable<? extends ReplySkeleton> elements)
Deprecated.
|
Copyright © 2019. All rights reserved.