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