com.revinate.sendgrid.model.SubuserCollection Maven / Gradle / Ivy
The newest version!
package com.revinate.sendgrid.model;
import java.util.ArrayList;
import java.util.List;
public class SubuserCollection extends ArrayList implements SendGridCollection {
@Override
public List getData() {
return this;
}
}