Package com.slack.api.model.event
Class ExternalOrgMigrationFinishedEvent
java.lang.Object
com.slack.api.model.event.ExternalOrgMigrationFinishedEvent
- All Implemented Interfaces:
Event,Serializable
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://docs.slack.dev/reference/events/external_org_migration_finished
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleangetTeam()getType()inthashCode()voidsetDateFinished(Integer dateFinished) voidsetDateStarted(Integer dateStarted) voidtoString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.slack.api.model.event.Event
getSubtype
-
Field Details
-
TYPE_NAME
- See Also:
-
-
Constructor Details
-
ExternalOrgMigrationFinishedEvent
public ExternalOrgMigrationFinishedEvent()
-
-
Method Details