All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.slack.api.model.event.Event Maven / Gradle / Ivy

There is a newer version: 1.44.1
Show newest version
package com.slack.api.model.event;

import java.io.Serializable;

public interface Event extends Serializable {

    String getType();

    default String getSubtype() {
        return null;
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy