| Package | Description |
|---|---|
| com.hubspot.slack.client.models.response.usergroups |
| Modifier and Type | Method and Description |
|---|---|
UsergroupListResponse |
UsergroupListResponse.Builder.build()
Builds a new
UsergroupListResponse. |
static UsergroupListResponse |
UsergroupListResponse.copyOf(UsergroupListResponseIF instance)
Creates an immutable copy of a
UsergroupListResponseIF value. |
UsergroupListResponse |
UsergroupListResponse.withOk(boolean ok)
Copy the current immutable object by setting a value for the
ok attribute. |
UsergroupListResponse |
UsergroupListResponse.withResponseMetadata(Optional<ResponseMetadata> optional)
Copy the current immutable object by setting an optional value for the
responseMetadata attribute. |
UsergroupListResponse |
UsergroupListResponse.withResponseMetadata(ResponseMetadata value)
Copy the current immutable object by setting a present value for the optional
responseMetadata attribute. |
UsergroupListResponse |
UsergroupListResponse.withUsergroups(Iterable<? extends SlackUsergroup> elements)
Copy the current immutable object with elements that replace the content of
usergroups. |
UsergroupListResponse |
UsergroupListResponse.withUsergroups(SlackUsergroup... elements)
Copy the current immutable object with elements that replace the content of
usergroups. |
Copyright © 2019. All rights reserved.