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

com.sigopt.model.VoidObject Maven / Gradle / Ivy

There is a newer version: 6.3.0
Show newest version
package com.sigopt.model;

/**
 * An APIObject that represents an empty response.
 */
public class VoidObject extends APIObject {
    public VoidObject() {
        super();
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy