Package com.slack.api.model.event
Class SharedChannelInviteAcceptedEvent
java.lang.Object
com.slack.api.model.event.SharedChannelInviteAcceptedEvent
- All Implemented Interfaces:
Event,Serializable
public class SharedChannelInviteAcceptedEvent extends Object implements Event
https://api.slack.com/events/shared_channel_invite_accepted
- See Also:
- Serialized Form
-
Field Summary
-
Constructor Summary
Constructors Constructor Description SharedChannelInviteAcceptedEvent() -
Method Summary
Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)ConnectUsergetAcceptingUser()ConnectChannelgetChannel()StringgetEventTs()ConnectInviteDetailgetInvite()List<ConnectTeam>getTeamsInChannel()StringgetType()inthashCode()booleanisApprovalRequired()voidsetAcceptingUser(ConnectUser acceptingUser)voidsetApprovalRequired(boolean approvalRequired)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
-
SharedChannelInviteAcceptedEvent
public SharedChannelInviteAcceptedEvent()
-
-
Method Details
-
getType
-
isApprovalRequired
public boolean isApprovalRequired() -
getInvite
-
getChannel
-
getTeamsInChannel
-
getAcceptingUser
-
getEventTs
-
setApprovalRequired
public void setApprovalRequired(boolean approvalRequired) -
setInvite
-
setChannel
-
setTeamsInChannel
-
setAcceptingUser
-
setEventTs
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-