public class ExternalOrgMigrationStartedEvent extends Object implements Event
The team indicates the external workspace that is migrating.
The date_started indicates the time the external workspace started to migrate.
https://api.slack.com/events/external_org_migration_started
Modifier and Type | Class and Description |
---|---|
static class |
ExternalOrgMigrationStartedEvent.Team |
Constructor and Description |
---|
ExternalOrgMigrationStartedEvent() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
Integer |
getDateStarted() |
ExternalOrgMigrationStartedEvent.Team |
getTeam() |
String |
getType() |
int |
hashCode() |
void |
setDateStarted(Integer dateStarted) |
void |
setTeam(ExternalOrgMigrationStartedEvent.Team team) |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getSubtype
public static final String TYPE_NAME
public ExternalOrgMigrationStartedEvent.Team getTeam()
public Integer getDateStarted()
public void setTeam(ExternalOrgMigrationStartedEvent.Team team)
public void setDateStarted(Integer dateStarted)
protected boolean canEqual(Object other)
Copyright © 2020. All rights reserved.