public class TeamDomainChangeEvent extends Object implements Event
Since the existing domain will continue to work (causing a redirect) until it is claimed by another workspace, clients don't need to do anything special with this event. It is sent for the benefit of our web client, which needs to reload when the domain changes.
https://api.slack.com/events/team_domain_change
Constructor and Description |
---|
TeamDomainChangeEvent() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getDomain() |
String |
getType() |
String |
getUrl() |
int |
hashCode() |
void |
setDomain(String domain) |
void |
setUrl(String url) |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getSubtype
public static final String TYPE_NAME
Copyright © 2020. All rights reserved.