| Package | Description |
|---|---|
| com.hubspot.slack.client.models.response.channels |
| Modifier and Type | Method and Description |
|---|---|
ChannelsHistoryResponse |
ChannelsHistoryResponse.Builder.build()
Builds a new
ChannelsHistoryResponse. |
static ChannelsHistoryResponse |
ChannelsHistoryResponse.copyOf(AbstractChannelsHistoryResponse instance)
Creates an immutable copy of a
AbstractChannelsHistoryResponse value. |
ChannelsHistoryResponse |
ChannelsHistoryResponse.withHasMore(boolean hasMore)
Copy the current immutable object by setting a value for the
hasMore attribute. |
ChannelsHistoryResponse |
ChannelsHistoryResponse.withInclusive(Boolean value)
Copy the current immutable object by setting a present value for the optional
inclusive attribute. |
ChannelsHistoryResponse |
ChannelsHistoryResponse.withInclusive(Optional<Boolean> optional)
Copy the current immutable object by setting an optional value for the
inclusive attribute. |
ChannelsHistoryResponse |
ChannelsHistoryResponse.withMessages(Iterable<? extends LiteMessage> elements)
Copy the current immutable object with elements that replace the content of
messages. |
ChannelsHistoryResponse |
ChannelsHistoryResponse.withMessages(LiteMessage... elements)
Copy the current immutable object with elements that replace the content of
messages. |
ChannelsHistoryResponse |
ChannelsHistoryResponse.withNewestTimestamp(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
newestTimestamp attribute. |
ChannelsHistoryResponse |
ChannelsHistoryResponse.withNewestTimestamp(String value)
Copy the current immutable object by setting a present value for the optional
newestTimestamp attribute. |
ChannelsHistoryResponse |
ChannelsHistoryResponse.withOk(boolean ok)
Copy the current immutable object by setting a value for the
ok attribute. |
ChannelsHistoryResponse |
ChannelsHistoryResponse.withOldestTimestamp(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
oldestTimestamp attribute. |
ChannelsHistoryResponse |
ChannelsHistoryResponse.withOldestTimestamp(String value)
Copy the current immutable object by setting a present value for the optional
oldestTimestamp attribute. |
ChannelsHistoryResponse |
ChannelsHistoryResponse.withResponseMetadata(Optional<ResponseMetadata> optional)
Copy the current immutable object by setting an optional value for the
responseMetadata attribute. |
ChannelsHistoryResponse |
ChannelsHistoryResponse.withResponseMetadata(ResponseMetadata value)
Copy the current immutable object by setting a present value for the optional
responseMetadata attribute. |
Copyright © 2019. All rights reserved.