com.sparkpost.model.webhook.event.AbstractWebhookEvent Maven / Gradle / Ivy
package com.sparkpost.model.webhook.event;
public abstract class AbstractWebhookEvent {
public abstract String getType();
}
package com.sparkpost.model.webhook.event;
public abstract class AbstractWebhookEvent {
public abstract String getType();
}