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

com.cleeng.api.domain.BatchResponse Maven / Gradle / Ivy

package com.cleeng.api.domain;

import java.io.Serializable;
import java.util.ArrayList;
import java.util.List;

public class BatchResponse {

    public List responses = new ArrayList();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy