| Package | Description |
|---|---|
| com.hubspot.slack.client.methods.params.conversations |
| Modifier and Type | Method and Description |
|---|---|
ConversationOpenParams |
ConversationOpenParams.Builder.build()
Builds a new
ConversationOpenParams. |
static ConversationOpenParams |
ConversationOpenParams.copyOf(ConversationOpenParamsIF instance)
Creates an immutable copy of a
ConversationOpenParamsIF value. |
ConversationOpenParams |
ConversationOpenParams.withChannelId(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
channelId attribute. |
ConversationOpenParams |
ConversationOpenParams.withChannelId(String value)
Copy the current immutable object by setting a present value for the optional
channelId attribute. |
ConversationOpenParams |
ConversationOpenParams.withReturnIm(boolean returnIm)
Copy the current immutable object by setting a value for the
returnIm attribute. |
ConversationOpenParams |
ConversationOpenParams.withUsers(Iterable<String> elements)
Copy the current immutable object with elements that replace the content of
users. |
ConversationOpenParams |
ConversationOpenParams.withUsers(String... elements)
Copy the current immutable object with elements that replace the content of
users. |
Copyright © 2019. All rights reserved.