Package com.slack.api.model.event
Class SharedChannelInviteApprovedEvent
- java.lang.Object
-
- com.slack.api.model.event.SharedChannelInviteApprovedEvent
-
- All Implemented Interfaces:
Event
,Serializable
public class SharedChannelInviteApprovedEvent extends Object implements Event
https://api.slack.com/events/shared_channel_invite_approved- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SharedChannelInviteApprovedEvent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
canEqual(Object other)
boolean
equals(Object o)
String
getApprovingTeamId()
ConnectUser
getApprovingUser()
ConnectChannel
getChannel()
String
getEventTs()
ConnectInviteDetail
getInvite()
List<ConnectTeam>
getTeamsInChannel()
String
getType()
int
hashCode()
void
setApprovingTeamId(String approvingTeamId)
void
setApprovingUser(ConnectUser approvingUser)
void
setChannel(ConnectChannel channel)
void
setEventTs(String eventTs)
void
setInvite(ConnectInviteDetail invite)
void
setTeamsInChannel(List<ConnectTeam> teamsInChannel)
String
toString()
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.slack.api.model.event.Event
getSubtype
-
-
-
-
Field Detail
-
TYPE_NAME
public static final String TYPE_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getInvite
public ConnectInviteDetail getInvite()
-
getChannel
public ConnectChannel getChannel()
-
getApprovingTeamId
public String getApprovingTeamId()
-
getTeamsInChannel
public List<ConnectTeam> getTeamsInChannel()
-
getApprovingUser
public ConnectUser getApprovingUser()
-
getEventTs
public String getEventTs()
-
setInvite
public void setInvite(ConnectInviteDetail invite)
-
setChannel
public void setChannel(ConnectChannel channel)
-
setApprovingTeamId
public void setApprovingTeamId(String approvingTeamId)
-
setTeamsInChannel
public void setTeamsInChannel(List<ConnectTeam> teamsInChannel)
-
setApprovingUser
public void setApprovingUser(ConnectUser approvingUser)
-
setEventTs
public void setEventTs(String eventTs)
-
canEqual
protected boolean canEqual(Object other)
-
-