Class GridMigrationStartedEvent

java.lang.Object
com.slack.api.model.event.GridMigrationStartedEvent
All Implemented Interfaces:
Event, Serializable

public class GridMigrationStartedEvent extends Object implements Event
This Events API-only event is sent via subscription whenever your app is installed by completes migration to Enterprise Grid.

The example above details the complete Events API payload, including the event wrapper. The team_id indicates which workspace is migrating.

By also subscribing to the grid_migration_started event, you'll receive notice when the migration began.

It's best to cease API and platform operations for a workspace during migration. While duration varies workspace-to-workspace, expect an extended period of unavailability.

https://api.slack.com/events/grid_migration_started

See Also:
  • Field Details

  • Constructor Details

    • GridMigrationStartedEvent

      public GridMigrationStartedEvent()
  • Method Details

    • getType

      public String getType()
      Specified by:
      getType in interface Event
    • getEnterpriseId

      public String getEnterpriseId()
    • setEnterpriseId

      public void setEnterpriseId(String enterpriseId)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object