Package com.slack.api.model.event
Class SharedChannelInviteApprovedEvent
java.lang.Object
com.slack.api.model.event.SharedChannelInviteApprovedEvent
- All Implemented Interfaces:
Event,Serializable
public class SharedChannelInviteApprovedEvent extends Object implements Event
https://api.slack.com/events/shared_channel_invite_approved
- See Also:
- Serialized Form
-
Field Summary
-
Constructor Summary
Constructors Constructor Description SharedChannelInviteApprovedEvent() -
Method Summary
Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)StringgetApprovingTeamId()ConnectUsergetApprovingUser()ConnectChannelgetChannel()StringgetEventTs()ConnectInviteDetailgetInvite()List<ConnectTeam>getTeamsInChannel()StringgetType()inthashCode()voidsetApprovingTeamId(String approvingTeamId)voidsetApprovingUser(ConnectUser approvingUser)voidsetChannel(ConnectChannel channel)voidsetEventTs(String eventTs)voidsetInvite(ConnectInviteDetail invite)voidsetTeamsInChannel(List<ConnectTeam> teamsInChannel)StringtoString()
-
Field Details
-
TYPE_NAME
- See Also:
- Constant Field Values
-
-
Constructor Details
-
SharedChannelInviteApprovedEvent
public SharedChannelInviteApprovedEvent()
-
-
Method Details