public class InviteRequestedEvent extends Object implements Event
https://api.slack.com/events/invite_requested
Modifier and Type | Class and Description |
---|---|
static class |
InviteRequestedEvent.InviteRequest |
static class |
InviteRequestedEvent.Team |
Constructor and Description |
---|
InviteRequestedEvent() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
InviteRequestedEvent.InviteRequest |
getInviteRequest() |
String |
getType() |
int |
hashCode() |
void |
setInviteRequest(InviteRequestedEvent.InviteRequest inviteRequest) |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getSubtype
public static final String TYPE_NAME
public InviteRequestedEvent.InviteRequest getInviteRequest()
public void setInviteRequest(InviteRequestedEvent.InviteRequest inviteRequest)
protected boolean canEqual(Object other)
Copyright © 2020. All rights reserved.