| Package | Description |
|---|---|
| com.hubspot.slack.client.methods.params.conversations |
| Modifier and Type | Method and Description |
|---|---|
ConversationsHistoryParams |
ConversationsHistoryParams.Builder.build()
Builds a new
ConversationsHistoryParams. |
static ConversationsHistoryParams |
ConversationsHistoryParams.copyOf(AbstractConversationsHistoryParams instance)
Creates an immutable copy of a
AbstractConversationsHistoryParams value. |
ConversationsHistoryParams |
ConversationsHistoryParams.withChannelId(String channelId)
Copy the current immutable object by setting a value for the
channelId attribute. |
ConversationsHistoryParams |
ConversationsHistoryParams.withInclusive(Boolean value)
Copy the current immutable object by setting a present value for the optional
inclusive attribute. |
ConversationsHistoryParams |
ConversationsHistoryParams.withInclusive(Optional<Boolean> optional)
Copy the current immutable object by setting an optional value for the
inclusive attribute. |
ConversationsHistoryParams |
ConversationsHistoryParams.withLimit(Integer value)
Copy the current immutable object by setting a present value for the optional
limit attribute. |
ConversationsHistoryParams |
ConversationsHistoryParams.withLimit(Optional<Integer> optional)
Copy the current immutable object by setting an optional value for the
limit attribute. |
ConversationsHistoryParams |
ConversationsHistoryParams.withNewestTimestamp(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
newestTimestamp attribute. |
ConversationsHistoryParams |
ConversationsHistoryParams.withNewestTimestamp(String value)
Copy the current immutable object by setting a present value for the optional
newestTimestamp attribute. |
ConversationsHistoryParams |
ConversationsHistoryParams.withOldestTimestamp(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
oldestTimestamp attribute. |
ConversationsHistoryParams |
ConversationsHistoryParams.withOldestTimestamp(String value)
Copy the current immutable object by setting a present value for the optional
oldestTimestamp attribute. |
Copyright © 2019. All rights reserved.