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