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