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