| Package | Description |
|---|---|
| com.hubspot.slack.client.models.events.user |
| Modifier and Type | Method and Description |
|---|---|
static SlackMemberLeftChannelEvent.Builder |
SlackMemberLeftChannelEvent.builder()
Creates a builder for
SlackMemberLeftChannelEvent. |
SlackMemberLeftChannelEvent.Builder |
SlackMemberLeftChannelEvent.Builder.from(SlackEvent instance)
Fill a builder with attribute values from the provided
com.hubspot.slack.client.models.events.SlackEvent instance. |
SlackMemberLeftChannelEvent.Builder |
SlackMemberLeftChannelEvent.Builder.from(SlackMemberLeftChannelEventIF instance)
Fill a builder with attribute values from the provided
com.hubspot.slack.client.models.events.user.SlackMemberLeftChannelEventIF instance. |
SlackMemberLeftChannelEvent.Builder |
SlackMemberLeftChannelEvent.Builder.setChannelId(String channelId)
Initializes the value for the
channelId attribute. |
SlackMemberLeftChannelEvent.Builder |
SlackMemberLeftChannelEvent.Builder.setChannelType(ChannelType channelType)
Initializes the value for the
channelType attribute. |
SlackMemberLeftChannelEvent.Builder |
SlackMemberLeftChannelEvent.Builder.setTeam(String team)
Initializes the value for the
team attribute. |
SlackMemberLeftChannelEvent.Builder |
SlackMemberLeftChannelEvent.Builder.setType(SlackEventType type)
Initializes the value for the
type attribute. |
SlackMemberLeftChannelEvent.Builder |
SlackMemberLeftChannelEvent.Builder.setUserId(String userId)
Initializes the value for the
userId attribute. |
Copyright © 2020. All rights reserved.