com.revinate.sendgrid.model.WhitelabelCollection Maven / Gradle / Ivy
package com.revinate.sendgrid.model;
import java.util.ArrayList;
import java.util.List;
public class WhitelabelCollection extends ArrayList implements SendGridCollection {
@Override
public List getData() {
return this;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy