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

com.sparkpost.model.responses.TemplateListResponse Maven / Gradle / Ivy

The newest version!

package com.sparkpost.model.responses;

import java.util.List;

import com.sparkpost.model.TemplateItem;
import com.yepher.jsondoc.annotations.Description;

import lombok.Data;
import lombok.EqualsAndHashCode;

@Data
@EqualsAndHashCode(callSuper = true)
public class TemplateListResponse extends Response {

    @Description(value = "List of TemplateItems", sample = {""})
    private List results;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy