| Package | Description |
|---|---|
| com.hubspot.slack.client.models.usergroups |
| Modifier and Type | Method and Description |
|---|---|
UsergroupPreferences |
UsergroupPreferences.Builder.build()
Builds a new
UsergroupPreferences. |
static UsergroupPreferences |
UsergroupPreferences.copyOf(UsergroupPreferencesIF instance)
Creates an immutable copy of a
UsergroupPreferencesIF value. |
UsergroupPreferences |
SlackUsergroup.getPreferences() |
UsergroupPreferences |
SlackUsergroupIF.getPreferences() |
UsergroupPreferences |
UsergroupPreferences.withChannelIdsUsersAutojoin(Iterable<String> elements)
Copy the current immutable object with elements that replace the content of
channelIdsUsersAutojoin. |
UsergroupPreferences |
UsergroupPreferences.withChannelIdsUsersAutojoin(String... elements)
Copy the current immutable object with elements that replace the content of
channelIdsUsersAutojoin. |
UsergroupPreferences |
UsergroupPreferences.withGroupsUsersAutojoin(Iterable<String> elements)
Copy the current immutable object with elements that replace the content of
groupsUsersAutojoin. |
UsergroupPreferences |
UsergroupPreferences.withGroupsUsersAutojoin(String... elements)
Copy the current immutable object with elements that replace the content of
groupsUsersAutojoin. |
| Modifier and Type | Method and Description |
|---|---|
SlackUsergroup.Builder |
SlackUsergroup.Builder.setPreferences(UsergroupPreferences preferences)
Initializes the value for the
preferences attribute. |
SlackUsergroup |
SlackUsergroup.withPreferences(UsergroupPreferences preferences)
Copy the current immutable object by setting a value for the
preferences attribute. |
Copyright © 2019. All rights reserved.