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