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

dev.soffa.foundation.mail.models.Attachment Maven / Gradle / Ivy

package dev.soffa.foundation.mail.models;

import lombok.Data;

@Data
public class Attachment {

    private String id;
    private String url;
    private String content;
    private String name;
    private String description;
    private String contentType;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy