![JAR search and dependency download from the Maven repository](/logo.png)
org.aioobe.cloudconvert.ProcessEntry Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of client Show documentation
Show all versions of client Show documentation
A Java Wrapper for the CloudConvert API.
package org.aioobe.cloudconvert;
import java.net.URI;
public class ProcessEntry {
public String id;
public String host;
public String step;
public String starttime;
public String endtime;
public URI url;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy