| Package | Description |
|---|---|
| com.hubspot.slack.client.models.response.channels |
| Modifier and Type | Method and Description |
|---|---|
ChannelsHistoryResponse.Builder |
ChannelsHistoryResponse.Builder.addAllMessages(Iterable<? extends LiteMessage> elements)
Adds elements to
messages list. |
ChannelsHistoryResponse.Builder |
ChannelsHistoryResponse.Builder.addMessages(LiteMessage... elements)
Adds elements to
messages list. |
ChannelsHistoryResponse.Builder |
ChannelsHistoryResponse.Builder.addMessages(LiteMessage element)
Adds one element to
messages list. |
static ChannelsHistoryResponse.Builder |
ChannelsHistoryResponse.builder()
Creates a builder for
ChannelsHistoryResponse. |
ChannelsHistoryResponse.Builder |
ChannelsHistoryResponse.Builder.from(AbstractChannelsHistoryResponse instance)
Fill a builder with attribute values from the provided
com.hubspot.slack.client.models.response.channels.AbstractChannelsHistoryResponse instance. |
ChannelsHistoryResponse.Builder |
ChannelsHistoryResponse.Builder.from(SlackResponse instance)
Fill a builder with attribute values from the provided
com.hubspot.slack.client.models.response.SlackResponse instance. |
ChannelsHistoryResponse.Builder |
ChannelsHistoryResponse.Builder.from(TimeIntervalFilter instance)
Fill a builder with attribute values from the provided
com.hubspot.slack.client.methods.TimeIntervalFilter instance. |
ChannelsHistoryResponse.Builder |
ChannelsHistoryResponse.Builder.setHasMore(boolean hasMore)
Initializes the value for the
hasMore attribute. |
ChannelsHistoryResponse.Builder |
ChannelsHistoryResponse.Builder.setInclusive(Boolean inclusive)
Initializes the optional value
inclusive to inclusive. |
ChannelsHistoryResponse.Builder |
ChannelsHistoryResponse.Builder.setInclusive(Optional<Boolean> inclusive)
Initializes the optional value
inclusive to inclusive. |
ChannelsHistoryResponse.Builder |
ChannelsHistoryResponse.Builder.setMessages(Iterable<? extends LiteMessage> elements)
Sets or replaces all elements for
messages list. |
ChannelsHistoryResponse.Builder |
ChannelsHistoryResponse.Builder.setNewestTimestamp(Optional<String> newestTimestamp)
Initializes the optional value
newestTimestamp to newestTimestamp. |
ChannelsHistoryResponse.Builder |
ChannelsHistoryResponse.Builder.setNewestTimestamp(String newestTimestamp)
Initializes the optional value
newestTimestamp to newestTimestamp. |
ChannelsHistoryResponse.Builder |
ChannelsHistoryResponse.Builder.setOk(boolean ok)
Initializes the value for the
ok attribute. |
ChannelsHistoryResponse.Builder |
ChannelsHistoryResponse.Builder.setOldestTimestamp(Optional<String> oldestTimestamp)
Initializes the optional value
oldestTimestamp to oldestTimestamp. |
ChannelsHistoryResponse.Builder |
ChannelsHistoryResponse.Builder.setOldestTimestamp(String oldestTimestamp)
Initializes the optional value
oldestTimestamp to oldestTimestamp. |
ChannelsHistoryResponse.Builder |
ChannelsHistoryResponse.Builder.setResponseMetadata(Optional<ResponseMetadata> responseMetadata)
Initializes the optional value
responseMetadata to responseMetadata. |
ChannelsHistoryResponse.Builder |
ChannelsHistoryResponse.Builder.setResponseMetadata(ResponseMetadata responseMetadata)
Initializes the optional value
responseMetadata to responseMetadata. |
Copyright © 2019. All rights reserved.