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