com.revinate.sendgrid.model.SendGridEntity Maven / Gradle / Ivy
The newest version!
package com.revinate.sendgrid.model;
import com.fasterxml.jackson.annotation.JsonIgnore;
public interface SendGridEntity {
@JsonIgnore
String getEntityId();
}