Package com.slack.api.model.event
Class ExternalOrgMigrationStartedEvent
- java.lang.Object
-
- com.slack.api.model.event.ExternalOrgMigrationStartedEvent
-
- All Implemented Interfaces:
Event,Serializable
public class ExternalOrgMigrationStartedEvent extends Object implements Event
The external_org_migration_started event is sent to all connections when an external workspace begins 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.
https://api.slack.com/events/external_org_migration_started
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classExternalOrgMigrationStartedEvent.Team
-
Constructor Summary
Constructors Constructor Description ExternalOrgMigrationStartedEvent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)IntegergetDateStarted()ExternalOrgMigrationStartedEvent.TeamgetTeam()StringgetType()inthashCode()voidsetDateStarted(Integer dateStarted)voidsetTeam(ExternalOrgMigrationStartedEvent.Team team)StringtoString()-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.slack.api.model.event.Event
getSubtype
-
-
-
-
Field Detail
-
TYPE_NAME
public static final String TYPE_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getTeam
public ExternalOrgMigrationStartedEvent.Team getTeam()
-
getDateStarted
public Integer getDateStarted()
-
setTeam
public void setTeam(ExternalOrgMigrationStartedEvent.Team team)
-
setDateStarted
public void setDateStarted(Integer dateStarted)
-
canEqual
protected boolean canEqual(Object other)
-
-