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

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();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy