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