Class GridMigrationFinishedEvent

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

public class GridMigrationFinishedEvent
extends java.lang.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_finished

See Also:
Serialized Form
  • Field Summary

    Fields 
    Modifier and Type Field Description
    static java.lang.String TYPE_NAME  
  • Constructor Summary

    Constructors 
    Constructor Description
    GridMigrationFinishedEvent()  
  • Method Summary

    Modifier and Type Method Description
    protected boolean canEqual​(java.lang.Object other)  
    boolean equals​(java.lang.Object o)  
    java.lang.String getEnterpriseId()  
    java.lang.String getType()  
    int hashCode()  
    void setEnterpriseId​(java.lang.String enterpriseId)  
    java.lang.String toString()  

    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 Details

  • Constructor Details

  • Method Details

    • getType

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

      public java.lang.String getEnterpriseId()
    • setEnterpriseId

      public void setEnterpriseId​(java.lang.String enterpriseId)
    • equals

      public boolean equals​(java.lang.Object o)
      Overrides:
      equals in class java.lang.Object
    • canEqual

      protected boolean canEqual​(java.lang.Object other)
    • hashCode

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

      public java.lang.String toString()
      Overrides:
      toString in class java.lang.Object