Package com.slack.api.model.event
Class SharedChannelInviteApprovedEvent
java.lang.Object
com.slack.api.model.event.SharedChannelInviteApprovedEvent
- All Implemented Interfaces:
Event,Serializable
https://docs.slack.dev/reference/events/shared_channel_invite_approved
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleangetType()inthashCode()voidsetApprovingTeamId(String approvingTeamId) voidsetApprovingUser(ConnectUser approvingUser) 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
-
SharedChannelInviteApprovedEvent
public SharedChannelInviteApprovedEvent()
-
-
Method Details
-
getType
-
getInvite
-
getChannel
-
getApprovingTeamId
-
getTeamsInChannel
-
getApprovingUser
-
getEventTs
-
setInvite
-
setChannel
-
setApprovingTeamId
-
setTeamsInChannel
-
setApprovingUser
-
setEventTs
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-