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