Package com.slack.api.model.event
Class SharedChannelInviteDeclinedEvent
java.lang.Object
com.slack.api.model.event.SharedChannelInviteDeclinedEvent
- All Implemented Interfaces:
Event,Serializable
https://api.slack.com/events/shared_channel_invite_declined
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleangetType()inthashCode()voidsetChannel(ConnectChannel channel) voidsetDecliningTeamId(String decliningTeamId) voidsetDecliningUser(ConnectUser decliningUser) 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
-
SharedChannelInviteDeclinedEvent
public SharedChannelInviteDeclinedEvent()
-
-
Method Details
-
getType
-
getInvite
-
getChannel
-
getDecliningTeamId
-
getTeamsInChannel
-
getDecliningUser
-
getEventTs
-
setInvite
-
setChannel
-
setDecliningTeamId
-
setTeamsInChannel
-
setDecliningUser
-
setEventTs
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-