| Modifier and Type | Method and Description |
|---|---|
SlackChannel |
SlackChannel.Builder.build()
Builds a new
SlackChannel. |
static SlackChannel |
SlackChannel.copyOf(SlackChannelIF instance)
Creates an immutable copy of a
SlackChannelIF value. |
SlackChannel |
Message.getChannel() |
SlackChannel |
MessageIF.getChannel() |
SlackChannel |
SlackChannel.withId(String id)
Copy the current immutable object by setting a value for the
id attribute. |
SlackChannel |
SlackChannel.withIsArchived(Boolean value)
Copy the current immutable object by setting a present value for the optional
isArchived attribute. |
SlackChannel |
SlackChannel.withIsArchived(Optional<Boolean> optional)
Copy the current immutable object by setting an optional value for the
isArchived attribute. |
SlackChannel |
SlackChannel.withIsGeneral(Boolean value)
Copy the current immutable object by setting a present value for the optional
isGeneral attribute. |
SlackChannel |
SlackChannel.withIsGeneral(Optional<Boolean> optional)
Copy the current immutable object by setting an optional value for the
isGeneral attribute. |
SlackChannel |
SlackChannel.withName(String name)
Copy the current immutable object by setting a value for the
name attribute. |
| Modifier and Type | Method and Description |
|---|---|
Message.Builder |
Message.Builder.setChannel(SlackChannel channel)
Initializes the value for the
channel attribute. |
Message |
Message.withChannel(SlackChannel channel)
Copy the current immutable object by setting a value for the
channel attribute. |
| Modifier and Type | Method and Description |
|---|---|
SlackChannel |
SlackChannelCreatedEvent.getChannel() |
SlackChannel |
SlackChannelRenameEvent.getChannel() |
SlackChannel |
SlackChannelRenameEventIF.getChannel() |
SlackChannel |
SlackChannelCreatedEventIF.getChannel() |
| Modifier and Type | Method and Description |
|---|---|
SlackChannelCreatedEvent.Builder |
SlackChannelCreatedEvent.Builder.setChannel(SlackChannel channel)
Initializes the value for the
channel attribute. |
SlackChannelRenameEvent.Builder |
SlackChannelRenameEvent.Builder.setChannel(SlackChannel channel)
Initializes the value for the
channel attribute. |
SlackChannelCreatedEvent |
SlackChannelCreatedEvent.withChannel(SlackChannel channel)
Copy the current immutable object by setting a value for the
channel attribute. |
SlackChannelRenameEvent |
SlackChannelRenameEvent.withChannel(SlackChannel channel)
Copy the current immutable object by setting a value for the
channel attribute. |
| Modifier and Type | Method and Description |
|---|---|
SlackChannel |
InteractiveAction.getChannel() |
SlackChannel |
InteractiveLoadOptionsRequest.getChannel() |
SlackChannel |
DialogSubmission.getChannel() |
SlackChannel |
MessageAction.getChannel() |
SlackChannel |
SlackInteractiveCallback.getChannel() |
SlackChannel |
InteractiveLoadOptionsRequestIF.getChannel() |
| Modifier and Type | Method and Description |
|---|---|
InteractiveAction.Builder |
InteractiveAction.Builder.setChannel(SlackChannel channel)
Initializes the value for the
channel attribute. |
InteractiveLoadOptionsRequest.Builder |
InteractiveLoadOptionsRequest.Builder.setChannel(SlackChannel channel)
Initializes the value for the
channel attribute. |
DialogSubmission.Builder |
DialogSubmission.Builder.setChannel(SlackChannel channel)
Initializes the value for the
channel attribute. |
MessageAction.Builder |
MessageAction.Builder.setChannel(SlackChannel channel)
Initializes the value for the
channel attribute. |
InteractiveAction |
InteractiveAction.withChannel(SlackChannel channel)
Copy the current immutable object by setting a value for the
channel attribute. |
InteractiveLoadOptionsRequest |
InteractiveLoadOptionsRequest.withChannel(SlackChannel channel)
Copy the current immutable object by setting a value for the
channel attribute. |
DialogSubmission |
DialogSubmission.withChannel(SlackChannel channel)
Copy the current immutable object by setting a value for the
channel attribute. |
MessageAction |
MessageAction.withChannel(SlackChannel channel)
Copy the current immutable object by setting a value for the
channel attribute. |
| Modifier and Type | Method and Description |
|---|---|
SlackChannel |
ChannelsInfoResponse.getChannel() |
SlackChannel |
ChannelsInfoResponseIF.getChannel() |
| Modifier and Type | Method and Description |
|---|---|
List<SlackChannel> |
ChannelsListResponse.getChannels() |
List<SlackChannel> |
ChannelsListResponseIF.getChannels() |
| Modifier and Type | Method and Description |
|---|---|
ChannelsListResponse.Builder |
ChannelsListResponse.Builder.addChannels(SlackChannel... elements)
Adds elements to
channels list. |
ChannelsListResponse.Builder |
ChannelsListResponse.Builder.addChannels(SlackChannel element)
Adds one element to
channels list. |
ChannelsInfoResponse.Builder |
ChannelsInfoResponse.Builder.setChannel(SlackChannel channel)
Initializes the value for the
channel attribute. |
ChannelsInfoResponse |
ChannelsInfoResponse.withChannel(SlackChannel channel)
Copy the current immutable object by setting a value for the
channel attribute. |
ChannelsListResponse |
ChannelsListResponse.withChannels(SlackChannel... elements)
Copy the current immutable object with elements that replace the content of
channels. |
| Modifier and Type | Method and Description |
|---|---|
ChannelsListResponse.Builder |
ChannelsListResponse.Builder.addAllChannels(Iterable<? extends SlackChannel> elements)
Adds elements to
channels list. |
ChannelsListResponse.Builder |
ChannelsListResponse.Builder.setChannels(Iterable<? extends SlackChannel> elements)
Sets or replaces all elements for
channels list. |
ChannelsListResponse |
ChannelsListResponse.withChannels(Iterable<? extends SlackChannel> elements)
Copy the current immutable object with elements that replace the content of
channels. |
| Modifier and Type | Method and Description |
|---|---|
SlackChannel |
ConversationsCreateResponse.getChannel() |
SlackChannel |
ConversationsInviteResponse.getChannel() |
SlackChannel |
ConversationsInviteResponseIF.getChannel() |
SlackChannel |
ConversationsCreateResponseIF.getChannel() |
| Modifier and Type | Method and Description |
|---|---|
ConversationsCreateResponse.Builder |
ConversationsCreateResponse.Builder.setChannel(SlackChannel channel)
Initializes the value for the
channel attribute. |
ConversationsInviteResponse.Builder |
ConversationsInviteResponse.Builder.setChannel(SlackChannel channel)
Initializes the value for the
channel attribute. |
ConversationsCreateResponse |
ConversationsCreateResponse.withChannel(SlackChannel channel)
Copy the current immutable object by setting a value for the
channel attribute. |
ConversationsInviteResponse |
ConversationsInviteResponse.withChannel(SlackChannel channel)
Copy the current immutable object by setting a value for the
channel attribute. |
Copyright © 2019. All rights reserved.