org.openml.apiconnector.xml.DataDelete Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of apiconnector Show documentation
Show all versions of apiconnector Show documentation
Ancestor for API connector libraries for specific frameworks.
package org.openml.apiconnector.xml;
public class DataDelete {
private Integer id;
public Integer get_id() {
return id;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy