| Package | Description |
|---|---|
| com.hubspot.slack.client.models.events.user |
| Modifier and Type | Method and Description |
|---|---|
SlackMemberJoinedChannelEvent |
SlackMemberJoinedChannelEvent.Builder.build()
Builds a new
SlackMemberJoinedChannelEvent. |
static SlackMemberJoinedChannelEvent |
SlackMemberJoinedChannelEvent.copyOf(SlackMemberJoinedChannelEventIF instance)
Creates an immutable copy of a
SlackMemberJoinedChannelEventIF value. |
SlackMemberJoinedChannelEvent |
SlackMemberJoinedChannelEvent.withChannelId(String channelId)
Copy the current immutable object by setting a value for the
channelId attribute. |
SlackMemberJoinedChannelEvent |
SlackMemberJoinedChannelEvent.withChannelType(ChannelType channelType)
Copy the current immutable object by setting a value for the
channelType attribute. |
SlackMemberJoinedChannelEvent |
SlackMemberJoinedChannelEvent.withInviterId(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
inviterId attribute. |
SlackMemberJoinedChannelEvent |
SlackMemberJoinedChannelEvent.withInviterId(String value)
Copy the current immutable object by setting a present value for the optional
inviterId attribute. |
SlackMemberJoinedChannelEvent |
SlackMemberJoinedChannelEvent.withTeam(String team)
Copy the current immutable object by setting a value for the
team attribute. |
SlackMemberJoinedChannelEvent |
SlackMemberJoinedChannelEvent.withType(SlackEventType type)
Copy the current immutable object by setting a value for the
type attribute. |
SlackMemberJoinedChannelEvent |
SlackMemberJoinedChannelEvent.withUserId(String userId)
Copy the current immutable object by setting a value for the
userId attribute. |
Copyright © 2019. All rights reserved.