| Package | Description |
|---|---|
| com.hubspot.slack.client.methods.params.conversations |
| Modifier and Type | Method and Description |
|---|---|
ConversationsFilter |
ConversationsFilter.Builder.build()
Builds a new
ConversationsFilter. |
static ConversationsFilter |
ConversationsFilter.copyOf(ConversationsFilterIF instance)
Creates an immutable copy of a
ConversationsFilterIF value. |
ConversationsFilter |
ConversationsFilter.withConversationTypes(ConversationType... elements)
Copy the current immutable object with elements that replace the content of
conversationTypes. |
ConversationsFilter |
ConversationsFilter.withConversationTypes(Iterable<ConversationType> elements)
Copy the current immutable object with elements that replace the content of
conversationTypes. |
ConversationsFilter |
ConversationsFilter.withShouldExcludeArchived(Boolean value)
Copy the current immutable object by setting a present value for the optional
shouldExcludeArchived attribute. |
ConversationsFilter |
ConversationsFilter.withShouldExcludeArchived(Optional<Boolean> optional)
Copy the current immutable object by setting an optional value for the
shouldExcludeArchived attribute. |
Copyright © 2019. All rights reserved.