public class SubteamCreatedEvent extends Object implements Event
https://api.slack.com/events/subteam_created
Modifier and Type | Class and Description |
---|---|
static class |
SubteamCreatedEvent.Prefs |
static class |
SubteamCreatedEvent.Subteam |
Constructor and Description |
---|
SubteamCreatedEvent() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
SubteamCreatedEvent.Subteam |
getSubteam() |
String |
getType() |
int |
hashCode() |
void |
setSubteam(SubteamCreatedEvent.Subteam subteam) |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getSubtype
public static final String TYPE_NAME
public SubteamCreatedEvent.Subteam getSubteam()
public void setSubteam(SubteamCreatedEvent.Subteam subteam)
protected boolean canEqual(Object other)
Copyright © 2020. All rights reserved.