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

com.revinate.sendgrid.model.MailSettingsResponse Maven / Gradle / Ivy

The newest version!
package com.revinate.sendgrid.model;

import java.util.List;

public class MailSettingsResponse extends SendGridModel implements SendGridCollection {

    private List result;

    @Override
    public List getData() {
        return result;
    }

    public List getResult() {
        return result;
    }

    public void setResult(List result) {
        this.result = result;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy