Package com.slack.api.model.event
Class SharedChannelInviteAcceptedEvent
java.lang.Object
com.slack.api.model.event.SharedChannelInviteAcceptedEvent
- All Implemented Interfaces:
Event,Serializable
https://api.slack.com/events/shared_channel_invite_accepted
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleangetType()inthashCode()booleanvoidsetAcceptingUser(ConnectUser acceptingUser) voidsetApprovalRequired(boolean approvalRequired) voidsetChannel(ConnectChannel channel) voidsetEventTs(String eventTs) voidsetInvite(ConnectInviteDetail invite) voidsetTeamsInChannel(List<ConnectTeam> teamsInChannel) toString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.slack.api.model.event.Event
getSubtype
-
Field Details
-
TYPE_NAME
- See Also:
-
-
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
-