public class ExternalOrgMigrationFinishedEvent 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.
The date_finished indicates the time the external workspace finished to migrate.
https://api.slack.com/events/external_org_migration_finished
| Modifier and Type | Class and Description |
|---|---|
static class |
ExternalOrgMigrationFinishedEvent.Team |
| Constructor and Description |
|---|
ExternalOrgMigrationFinishedEvent() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
Integer |
getDateFinished() |
Integer |
getDateStarted() |
ExternalOrgMigrationFinishedEvent.Team |
getTeam() |
String |
getType() |
int |
hashCode() |
void |
setDateFinished(Integer dateFinished) |
void |
setDateStarted(Integer dateStarted) |
void |
setTeam(ExternalOrgMigrationFinishedEvent.Team team) |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitgetSubtypepublic static final String TYPE_NAME
public ExternalOrgMigrationFinishedEvent.Team getTeam()
public Integer getDateStarted()
public Integer getDateFinished()
public void setTeam(ExternalOrgMigrationFinishedEvent.Team team)
public void setDateStarted(Integer dateStarted)
public void setDateFinished(Integer dateFinished)
protected boolean canEqual(Object other)
Copyright © 2020. All rights reserved.