Package com.slack.api.model.event
Class SharedChannelInviteDeclinedEvent
java.lang.Object
com.slack.api.model.event.SharedChannelInviteDeclinedEvent
- All Implemented Interfaces:
Event
,Serializable
public class SharedChannelInviteDeclinedEvent extends Object implements Event
https://api.slack.com/events/shared_channel_invite_declined
- See Also:
- Serialized Form
-
Field Summary
-
Constructor Summary
Constructors Constructor Description SharedChannelInviteDeclinedEvent()
-
Method Summary
Modifier and Type Method Description protected boolean
canEqual(Object other)
boolean
equals(Object o)
ConnectChannel
getChannel()
String
getDecliningTeamId()
ConnectUser
getDecliningUser()
String
getEventTs()
ConnectInviteDetail
getInvite()
List<ConnectTeam>
getTeamsInChannel()
String
getType()
int
hashCode()
void
setChannel(ConnectChannel channel)
void
setDecliningTeamId(String decliningTeamId)
void
setDecliningUser(ConnectUser decliningUser)
void
setEventTs(String eventTs)
void
setInvite(ConnectInviteDetail invite)
void
setTeamsInChannel(List<ConnectTeam> teamsInChannel)
String
toString()
-
Field Details
-
TYPE_NAME
- See Also:
- Constant Field Values
-
-
Constructor Details
-
SharedChannelInviteDeclinedEvent
public SharedChannelInviteDeclinedEvent()
-
-
Method Details