Package com.slack.api.model.event
Class ExternalOrgMigrationFinishedEvent
java.lang.Object
com.slack.api.model.event.ExternalOrgMigrationFinishedEvent
- All Implemented Interfaces:
Event,Serializable
public class ExternalOrgMigrationFinishedEvent extends Object implements Event
The external_org_migration_finished event is sent to all connections when an external workspace completes to migrate to an Enterprise Grid.
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
- See Also:
- Serialized Form
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classExternalOrgMigrationFinishedEvent.Team -
Field Summary
-
Constructor Summary
Constructors Constructor Description ExternalOrgMigrationFinishedEvent() -
Method Summary
Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)IntegergetDateFinished()IntegergetDateStarted()ExternalOrgMigrationFinishedEvent.TeamgetTeam()StringgetType()inthashCode()voidsetDateFinished(Integer dateFinished)voidsetDateStarted(Integer dateStarted)voidsetTeam(ExternalOrgMigrationFinishedEvent.Team team)StringtoString()
-
Field Details
-
TYPE_NAME
- See Also:
- Constant Field Values
-
-
Constructor Details
-
ExternalOrgMigrationFinishedEvent
public ExternalOrgMigrationFinishedEvent()
-
-
Method Details
-
getType
-
getTeam
-
getDateStarted
-
getDateFinished
-
setTeam
-
setDateStarted
-
setDateFinished
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-