| Package | Description |
|---|---|
| com.hubspot.slack.client.methods.params.channels |
| Modifier and Type | Method and Description |
|---|---|
ChannelsInfoParams |
ChannelsInfoParams.Builder.build()
Builds a new
ChannelsInfoParams. |
static ChannelsInfoParams |
ChannelsInfoParams.copyOf(AbstractChannelsInfoParams instance)
Creates an immutable copy of a
AbstractChannelsInfoParams value. |
static ChannelsInfoParams |
ChannelsInfoParams.of(String channelId)
Construct a new immutable
ChannelsInfoParams instance. |
ChannelsInfoParams |
ChannelsInfoParams.withChannelId(String channelId)
Copy the current immutable object by setting a value for the
channelId attribute. |
ChannelsInfoParams |
ChannelsInfoParams.withIncludeLocale(Boolean value)
Copy the current immutable object by setting a present value for the optional
includeLocale attribute. |
ChannelsInfoParams |
ChannelsInfoParams.withIncludeLocale(Optional<Boolean> optional)
Copy the current immutable object by setting an optional value for the
includeLocale attribute. |
Copyright © 2019. All rights reserved.