| Package | Description |
|---|---|
| com.hubspot.slack.client.methods.params.usergroups.users |
| Modifier and Type | Method and Description |
|---|---|
UsergroupUsersUpdateParams |
UsergroupUsersUpdateParams.Builder.build()
Builds a new
UsergroupUsersUpdateParams. |
static UsergroupUsersUpdateParams |
UsergroupUsersUpdateParams.copyOf(AbstractUsergroupUsersUpdateParams instance)
Creates an immutable copy of a
AbstractUsergroupUsersUpdateParams value. |
UsergroupUsersUpdateParams |
UsergroupUsersUpdateParams.withIncludeCount(Boolean value)
Copy the current immutable object by setting a present value for the optional
includeCount attribute. |
UsergroupUsersUpdateParams |
UsergroupUsersUpdateParams.withIncludeCount(Optional<Boolean> optional)
Copy the current immutable object by setting an optional value for the
includeCount attribute. |
UsergroupUsersUpdateParams |
UsergroupUsersUpdateParams.withRawUserIds(Iterable<String> elements)
Copy the current immutable object with elements that replace the content of
rawUserIds. |
UsergroupUsersUpdateParams |
UsergroupUsersUpdateParams.withRawUserIds(String... elements)
Copy the current immutable object with elements that replace the content of
rawUserIds. |
UsergroupUsersUpdateParams |
UsergroupUsersUpdateParams.withUsergroupId(String usergroupId)
Copy the current immutable object by setting a value for the
usergroupId attribute. |
Copyright © 2019. All rights reserved.