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

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

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

import java.util.ArrayList;
import java.util.List;

public class IpWhitelabelCollection extends ArrayList implements SendGridCollection {

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy