com.sparkpost.model.webhook.event.AbstractWebhookEvent Maven / Gradle / Ivy
The newest version!
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();
}