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