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

com.convertapi.client.model.User Maven / Gradle / Ivy

Go to download

The ConvertAPI helps converting various file formats. Creating PDF and Images from various sources like Word, Excel, Powerpoint, images, web pages or raw HTML codes. Merge, Encrypt, Split, Repair and Decrypt PDF files. And many others files manipulations. In just few minutes you can integrate it into your application and use it easily. The ConvertAPI client library makes it easier to use the Convert API from your Java 8 projects without having to build your own API calls.

There is a newer version: 2.12
Show newest version
package com.convertapi.client.model;

@SuppressWarnings("unused")
public class User {
    public String Secret;
    public int ApiKey;
    public boolean Active;
    public String FullName;
    public String Email;
    public int SecondsLeft;
    public String Status;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy