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