| Package | Description |
|---|---|
| com.hubspot.slack.client.methods.params.channels | |
| com.hubspot.slack.client.models | |
| com.hubspot.slack.client.models.events.user |
| Modifier and Type | Method and Description |
|---|---|
ChannelType |
FindRepliesParams.getChannelType() |
default ChannelType |
FindRepliesParamsIF.getChannelType() |
| Modifier and Type | Method and Description |
|---|---|
static ChannelType |
ChannelType.fromSlackName(String slackName) |
ChannelType |
SlackChannel.getChannelType() |
default ChannelType |
SlackChannelIF.getChannelType() |
static ChannelType |
ChannelType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ChannelType[] |
ChannelType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ChannelType |
SlackMemberJoinedChannelEvent.getChannelType() |
ChannelType |
SlackMemberJoinedChannelEventIF.getChannelType() |
| Modifier and Type | Method and Description |
|---|---|
SlackMemberJoinedChannelEvent.Builder |
SlackMemberJoinedChannelEvent.Builder.setChannelType(ChannelType channelType)
Initializes the value for the
channelType attribute. |
SlackMemberJoinedChannelEvent |
SlackMemberJoinedChannelEvent.withChannelType(ChannelType channelType)
Copy the current immutable object by setting a value for the
channelType attribute. |
Copyright © 2019. All rights reserved.