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