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